@import url("/css/common.css");
/* -----------------Layout 1--------------------- 

width = 955px 
height = 100% 

				-------------------
				|     HEADER      |
				-------------------
				|    SUBHEADER    |
				-------------------
				|menu| breadcrumbs|
				-------------------
				|Left|Center|Right|
				|    |      |     |
				|    |      |     |
				|    |      |     |
				|    |      |     |
				-------------------
				|     FOOTER      |
				-------------------
				

*/
/* Standard settings */ 
body {
	background-color: #ffffff;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin:0 auto;

}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size:12px;
	font-weight: bold;
	}
h3 {
	font-size:10px;
	font-weight: bold;
}

hr {
	height:1px;
	color:#FFFFFF;
	width:100%;
	margin:0px;
}
p{
	font-size:10px;
	color:#000000;
}



/* ---------- CLASS-------------- */
.search{
	width:120px;
	border:1px solid #ffffff;
	background-color:#000000;
	height:20px;
	color:#FFFFFF;
	font-size:10px;
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
	top:5px;
}
.searcbtn{
	width:40px;
	border:1px solid #ffffff;
	background-color:#000000;
	height:20px;
	color:#FFFFFF;
	font-size:10px;
	padding:0px;
	margin:0px;
	float:right;
	position:relative;
}

.contact{
	width:215px;
	height:34px;
	background-image:url(/images/contact.jpg);
	
}

.contactInfo{
	font-size:10px;
	font-weight:bold;
	margin:10px;
}

.menuitems{
	font-size:10px;
	font-weight:normal;
	margin:10px;
}

/* ----------DIVS -------------- */
/* ----------container zentriert das layout-------------- */

/* ----------banner for logo-------------- */
.clearDiv{
	clear:both;
}
#left {
	width:215px;
	background-color:#f0f0f0;
	float:left;
}

#center{
	width:521px;
	min-height:500px;
	background-color:#ffffff;
	position:relative;
	overflow:visible;
	float:left;
	margin-left:4px;
}

#right{
	float:left;
	width:215px;
	min-height:500px;
	background-color:#dbdbdb;
	position:relative;
	overflow:visible;
	background-image:url(/images/ContentRight.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

