@charset "utf-8";
/* CSS Document */

/*------------------ BASICS ------------------------*/

* {
	margin: 0px;
	padding: 0px;
	}


body {
	font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
	font-size: 12px;
	}
	
img {
	border: none;
	}
	
html {
	background-image: url(../images/bg_verlauf.png);
	background-repeat: repeat-x;
	}

/*------------------ EXTRAS ------------------------*/

#direktkontakt {
	position: absolute;
	height: 202px;
	width: 239px;
	right: 0px;
	background-image: url(../images/direktkontakt_robotik.png);
	background-repeat: no-repeat;
	}
/*------------------ HEAD ------------------------*/


#header {
	height: 145px;
	width: 640px;
	margin: 0 auto;
	}


#logo_shadow {
	height: 101px;
	width: 5px;
	margin-left: -5px;
	background-image: url(../images/logoshadow_left.png);
	background-repeat: no-repeat;
	}
	
#logo {
	height: 101px;
	width: 320px;
	margin-top: -101px;
	}
	
#navi {
	height: 40px;
	width: 640px;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat-x;
	}
	
/*----------------------------- navi ---------------------------------*/

#navi ul {
	padding-top: 16px;
	list-style: none;
	text-align: center;
	}


#navi li {
	display: inline;
	}

#navi a {
	margin: 6px;
	font-size: 13px;
	text-decoration: none;
	color: #444;
	}
	
#navi a:hover {
	color: #000;
	border-bottom: 2px solid #FC0;
	}
	
#navi a:focus {
	color: #000;
	}
	
	
/*----------------------------- subnavi ---------------------------------*/

#subnavi {
	padding-top: 38px;
	height: 250px;
	width: 160px;
	}
	
#subnavi ul {
	margin-top: -6px;
	list-style: none;
	}


#subnavi li {	
	margin: 0px 0px 10px 0px;
	background-image: url(../images/robo_subnavi_bg.png);
	background-repeat: no-repeat;
	}

#subnavi a {
	padding-left: 20px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	}

#subnavi a:hover {
	color: #000;
	font-weight: bold;
	}
	
#subnavi a:focus {
	color: #000;
	}

/*--------------------------------- MITTELTEIL ---------------------------------------*/

#robopic {
	margin: 0 auto;
	height: 304px;
	width: 640px;
	background-image: url(../images/robo_main_pic.png);
	background-repeat: no-repeat;
	}
	
#main_content {
	margin: 0 auto;
	margin-top: -20px;
	height: 100%;
	width: 640px;
	}
	
	
#text {
	width: 440px;
	height: 100%;
	margin-left: 200px;	
	margin-top: -288px;
	}
	

#kontakt_form td {
	padding: 3px;
	width: 90px;
	}
	
.auswahl {
	width: 90px;
	}
	
.bereich {
	width: 260px;
	}

.button {
	width: 100px;
	left: 10px
	}


/*--------------------------------- content ---------------------------------------*/

#text ul {
	margin-top: 0px;
	list-style: none;
	}
	
#text li {
	margin: 2px 0 0 10px;
	padding-left: 12px;
	background-image: url(../images/listen_pfeil.gif);
	background-repeat: no-repeat;
	}

#text a {
	text-decoration: underline;
	color: #777;
	}
	
#text a:hover {
	color: #e4ad02;
	text-decoration: none;
	}




/*------------------------------- FOOTER bereich -------------------------------*/

#footer {
	width: 100%;
	height: 81px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	}
	

	
#footer_text {
	padding-top: 30px;
	padding-right: 30px;
	text-align: right;
	font-size: 11px;
	color: #CCC;
	}
	
#footer_text a {
	text-decoration: none;
	color: #CCC;
	}
	
#footer_text a:hover {
	text-decoration: underline;
	color: #FFF;
	}
	


/*------------------------------- text classes & definitionen -------------------------------*/


h2 {
	font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	}
























