* {
	margin:0;
	padding:0;	
}

img{
	border:0;
}

html, body{
	width:100%;
	height:100%;
}
			
body{		
   	background-color:#fff;			
}
			
table#aussen{
	width:100%;
	height:95%;	
}
			
table#aussen td{
	text-align:center;
	vertical-align:middle;	
	font-size:12px;	/* Angaben zur Schrift hier wegen IE < 6 */
	color:#666666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;		
	line-height:20px;	
}

div#flaggenlinkconti{
	margin-left:auto;
	margin-right:auto;
	width:770px;
	text-align:right;
	padding-right:10px;	
}


/*ab hier inhalt ------------------------------------------------------ */
/* Gesamthöhe bachten!!! */
div#inhalt{
	width:780px;
	height:520px;					
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
	background-image:url("../elemente/hintergrundtest2-7.jpg");
	background-repeat:no-repeat;
	background-position:top right;	
	padding-top:30px;		
}

/* oben ---------------------------------------------------------------- */
/* Höhe hier einstellen!!! */
div#obenConti{
	/*border:solid maroon 1px;*/
	height:22px;
	line-height:13px;
}	
					
a.navipunktOben{
	display:block;			 
	float:left;
	padding:5px;				
	margin-left:5px;
	margin-right:5px;
	
	border-right:dotted #cccccc 1px;
	text-decoration:none;
	color:#666666;			
}	

a.navipunktOben:hover{
	color:#1AD61D;
	border-right:dotted #1AD61D 1px;
}

a.navipunktObenAktiv{
	display:block;			 
	float:left;
	padding:5px;				
	margin-left:5px;
	margin-right:5px;
	
	border-right:dotted #cccccc 1px;
	text-decoration:none;
	color:#E02A27;
}

/* mitte ---------------------------------------------------------------- */
/* Höhe hier einstellen!!! */			
div#mitteConti{
	border:dotted #cccccc 1px;
	height:440px;		
	clear:left;		
}

/*die linke Hälfte */
div#linksMitte{
	float:left;
	width:360px;
	height:370px;
	padding-left:10px;
	padding-right:20px;
	padding-top:0px;		
	text-align:justify;	
		
}
			
/*die rechte Hälfte */
div#rechtsMitte{
	margin-left:390px;
	width:386px;
	height:370px;		
	/*border:solid red 1px;*/	
}

/* wegen IE6 */
#anfrageBildRechts{
	margin-right:0px;
	margin-top:-350px;
}
#kontaktBildRechts{
	margin-left:120px;
	margin-top:-20px;
}


/* unten ---------------------------------------------------------------- */			
/* Höhe hier einstellen!!! */	
div#untenConti{	   	
 	height:22px;	
	color:#00007f;
	clear:left;
	/*border:solid maroon 1px;*/
	line-height:13px;
}

a.navipunktUnten{
	display:block;			 
	float:right;
	padding:5px;				
	margin-left:5px;
	margin-right:5px;	
	
	border-right:dotted #cccccc 1px;
	text-decoration:none;
	color:#666666;
}	

a.navipunktUnten:hover{
	color:#1AD61D;
	border-right:dotted #1AD61D 1px;
}

a.navipunktUntenAktiv{
	display:block;			 
	float:right;
	padding:5px;				
	margin-left:5px;
	margin-right:5px;		
	border-right:dotted #cccccc 1px;
	text-decoration:none;
	color:#E02A27;
}		
			
			
/*spezielle Schriften, Farben etc */
h1{
	font-weight:normal;
	font-size:16px;	
	color:#666666;	
	margin-left:10px;
	margin-top:25px;
	margin-bottom:25px;	
}

		
h2{
	font-weight:normal;
	font-size:15px;
	color:#666666;	
	margin-bottom:15px;
}

h2.vol2{
	margin-top:15px;
	margin-bottom:15px;
}

h3{
	font-size:12px;
	margin-bottom:5px;
	font-weight:normal;
}

/* Achtung - siehe allgemeinIE.css */
ul.alphabetischeListe{
	list-style-type:decimal;
	margin-left:20px;
}

span.stern{
	color:#E02A27;
	vertical-align:top;
}

a.innerLink{	
	color:#666666;
}
a.innerLink:hover{
	color:#1AD61D;
}

div#agbScroll{
	height:275px;
	width:490px;
	overflow: auto;
	overflow-y:auto;
	padding:5px;
	margin-top:10px;
	border-top:solid #cccccc 1px;
	border-left:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
}

/* IE6... */
div#fehlermeldungConti{
	width:100%;		
	margin-top:20px;
	display:block;
	position:absolute;
	display:none;
}

div#fehlermeldung{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border:dotted #E02A27 1px;	
	font-size:11px;	/* Angaben zur Schrift hier wegen IE < 6 */
	color:#666666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height:20px;	
	padding:10px;
}

div.hinweis{
	font-size:9px;
	padding-top:3px;
	padding-left:1px;
}

table#innenTabelle td.impressumTD{
	text-align:left;
	vertical-align:top;
}

/* IE <= 7 */
table#anfrageTabelle td.anfrageTD{
	text-align:left;
	vertical-align:top;
	padding:1px;	
}


input{
	border:dotted #cccccc 1px;
	font-size:11px;
	
}

textarea{
	border:dotted #cccccc 1px;
	width:383px;
	height:60px;
	font-size:11px;
}


input.angaben{
	width:284px;
	height:18px;
}

input.bauteile{
	width:91px;
	height:18px;
}

input#IDanfrageAbschicken{
	border:dotted #cccccc 1px;
	background-color:#e9e9e9;
	width:127px;
}

/* IE <= 7 */
div#anfrageScroll{
	overflow-y:auto;
	padding:5px;
	margin-top:5px;	
	width:350px;
	height:299px;
	border:solid #cccccc 1px;
	
}

strong{
	font-weight:normal;
}

p.lacardP{
	text-align:left;
}

p.lcardP:first-letter{
	font-weight:bold;
}
