/***********************************************************************************/
/*********************************** FORMATS ***************************************/
/***********************************************************************************/			

* {
	font-family: Verdana, Helvetica, san-serif;
	}

html, body {
	height:100%;
	
	color: #515050;
	}
	
#content p, #content ul, #content h2 {
	font-size: 0.7em;
	margin-bottom: 14px;
	line-height: 1.5em;
	margin-left: 50px;
	}
	
#content h1 {
	color: #967514;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 13px;
	line-height: 1.5em;
	margin-left: 48px;
	}	

#content h2 {
	font-weight: bold;
	}

#content ul { 
	margin-left: 80px;
	}
	
#content li { 
	line-height: 1.2em; 
	margin-bottom: 0.7em; 
	background-image:  url(../img/layout/dot.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	}
	
a:link, a:visited {
	color: #967514;
	text-decoration: none;
	}
	
/***********************************************************************************/
/********************************* BASIC LAYOUT ************************************/
/***********************************************************************************/	

* { 
	overflow: hidden; 
	margin: 0; 
	padding: 0; }
	
img {
	border: 0;
	}

body {
	background-color: #848a90;
	background-image: url(../img/layout/back_top.png);
	background-repeat: repeat-x;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	/*margin-bottom:-188px;  half of container's height */
	margin-bottom:-258px; /* half of container's height */
	float:left;
	}
	
#top {
	width: 868px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	text-align: left;
	}	

#center {
	position:relative; /* puts container in front of distance */
	clear:left;
	height: 376px;
	background-image: url(../img/layout/back_center.png);
	}
	
#container {
	position: relative;
	background-color: #f1f2f3;
	height: 376px;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	}	

#menuBar {
	background-image: url(../img/layout/back_menu.gif);
	width: 100%;
	height: 21px;
	}

#imageArea {
	position: absolute;
	left: 0;
	top: 21px;
	width: 374px;
	}
	
#content { 
	text-align: left;
	overflow: scroll;
	height: 299px;
	padding-top: 41px;
	padding-right: 21px;
	padding-bottom: 30px;
	padding-left: 374px;
	}

#bottom {
	background-color: #e8eaec;
	background-image: url(../img/layout/back_bottom.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 200px;
	}
	
	
/***********************************************************************************/
/************************************ MENU *****************************************/
/***********************************************************************************/
	
#menu {	
	padding-top: 2px;
	}

#menu li { 
	margin-left: 25px; 
	float: right;
	list-style-type: none;
	}	

#menu01 img {
	width: 101px;
	height: 13px;
	background-image: url(../img/layout/menu_01.png);	
	background-repeat: no-repeat;
	}
	
#menu01active img{
	width: 101px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../img/layout/menu_01_active.png);	
	}
	
#menu02 img {
	background-image: url(../img/layout/menu_02.png);	
	background-repeat: no-repeat;
	width: 79px;
	height: 13px;
	}	

#menu02active img {
	background-image: url(../img/layout/menu_02_active.png);	
	background-repeat: no-repeat;
	width: 79px;
	height: 13px;
	}	

#menu03 img {
	background-image: url(../img/layout/menu_03.png);	
	background-repeat: no-repeat;
	width: 73px;
	height: 13px;
	}
	
#menu03active img {
	background-image: url(../img/layout/menu_03_active.png);	
	background-repeat: no-repeat;
	width: 73px;
	height: 13px;
	}
		
#menu04 img {
	background-image: url(../img/layout/menu_04.png);	
	background-repeat: no-repeat;
	width: 96px;
	height: 13px;
	}
	
#menu04active img {
	background-image: url(../img/layout/menu_04_active.png);	
	background-repeat: no-repeat;
	width: 96px;
	height: 13px;
	}
	
#menu05 img {
	background-image: url(../img/layout/menu_05.png);	
	background-repeat: no-repeat;
	width: 79px;
	height: 13px;
	}	
	
#menu05active img {
	background-image: url(../img/layout/menu_05_active.png);	
	background-repeat: no-repeat;
	width: 79px;
	height: 13px;
	}
	
#menu06 img {
	background-image: url(../img/layout/menu_06.png);	
	background-repeat: no-repeat;
	width: 77px;
	height: 13px;
	}
	
#menu06active img {
	background-image: url(../img/layout/menu_06_active.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 13px; 	
	}	

	
/***********************************************************************************/
/***************************** ELEMENT PROPERTIES **********************************/
/***********************************************************************************/

	
#logo { 
	background-image: url(../img/layout/logo.png);
	width: 209px;
	height: 79px;
	}
	
#claim {
	background-image: url(../img/layout/claim.png);
	width: 272px;
	height: 15px;
	position: absolute;
	bottom: 42px;
	right: 0;
	}
	
#impressum {
	padding-left: 810px;
	margin-top: 10px;
	}
	
.thumbs {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #fff;
	}
