@CHARSET "ISO-8859-1";

/************************************************

A L L G E M E I N 

*************************************************/

*{
	font-family:Arial;
	font-size:11px;
	line-height:150%;
	padding:0px;
	margin:0px;
}

.clear{
	height:1px;
	line-height:1px;
	clear:both;
}

img{
	border:none;
}


/************************************************

L A Y O U T

*************************************************/

body{
	background-color:#D2DEDC;
	background-image:url('../img/background_body.jpg');
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

	#container{
		width:890px;
		border-top:3px solid #018F7F;
		margin:5px auto;
		background-color:#FFFFFF;
		background-image:url('../img/background_container.jpg');
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:120px;
	}
	
	#header1, #header2{
		width:867px;
		margin:0px auto;
		text-align:left;
	}
	
	#header1{
		height:40px;
		background-image:url('../img/background_header1.gif');
		background-repeat:no-repeat;
		background-position:right;
		padding-top:67px;
	}
	
	#content, #logo{
		float:left;
		text-align:left;
		margin-top:20px;
	}
	
	#logo{
		width:218px;
		padding-left:54px;
	}
	
	#content{
		width:584px;
	}
	
		#col1, #col2{
			float:left;
			width:275px;
		}
		
		#col1{
			margin-right:30px;
		}
	


	
/************************************************

N A V I G A T I O N

*************************************************/
#navigation{
	list-style:none;
	width:600px;
	height:19px;
	background-image:url('../img/background_navigation.jpg');
	background-repeat:repeat-y;
	padding-left:53px;
	padding-top:3px
}

#navigation li{
	display:inline;
	padding:0px 15px;
}

#navigation a{
	color:#000000;
	text-decoration:none;
}

#navigation a:hover, #navigation a.active{
	font-weight:bold;
}


/* SPRACHAUSWAHL */ 
#languages{
	padding-top:16px;
	padding-left:10px;
	height:15px;
	width:200px;
	list-style:none;
}

#languages li{
	display:inline;
	padding-right:2px;
}

	
/************************************************

I N H A L T

*************************************************/
h1{
	border-bottom:1px solid #D9EDEC;
	font-size:15px;
	font-family:Tahoma, Arial;
	color:#018F7F;
	margin-bottom:15px;
}

p{
	margin-bottom:15px;
}

ul{
	margin-left:15px;
	margin-bottom:15px;
}

td{
	width:200px;
	text-align:center;
}

a{
	color:#000000;
}


.ancontact_col1, .ancontact_col2{
	float:left;
}

.ancontact_col1{
	width:340px;
	margin-bottom:10px;
}

.ancontact_col2{
	width:80px;
	margin-bottom:10px;
}

/************************************************

F O R M U L A R E

*************************************************/
#an_contact h2.form{
	margin-top:30px;
	margin-bottom:15px;
}

#an_contact label{
	display:block;
	float:left;
	width:70px;
	margin-bottom:5px;
	text-align:left;
}

#an_contact label.catalog{
	color:#0C7AC1;
	
}

#an_contact input.catalog{
	width:40px;
	margin-right:20px;
}

#an_contact label.required{
	font-weight:bold;
}

#an_contact input, #an_contact select{
	float:left;
	width:120px;
	margin-bottom:5px;
}

#an_contact button{
	width:120px;
	margin:10px 0px 10px 70px;
}

#an_contact .ancontact_col2{
	padding-left:50px;
}

#an_contact .ancontact_col2 label, #an_contact .ancontact_col2 textarea{
	float:none;
	display:inline;
}

#an_contact .ancontact_col2 textarea{
	width:230px;
	height:158px;
}
