
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}	




a:link {
	color: #ffffff; text-decoration: underline
}
a:visited {
	color: #ffffff; text-decoration: underline
}
a:active {
	color: #ffffff; text-decoration: underline
}
a:hover {
	color: #D7302A; text-decoration: underline
}

h1 {
	display: block;
	width: 690px;
	height: 19px; /*25*/
	background: #708775;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 16px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 5px;
	margin-left: -5px;
}

h2 {
	font-size: 15px;
	color: #008fd1;
	margin-bottom: 16px;
}

p {
	margin-bottom: 1em;
	line-height: 1.5;
}


.clear {
	clear:both;
}



#wrapper {
	background: url(http://www.leitec.ch/themes/leitec/images/wrapperBg.jpg) top left repeat-y;
	width: 940px;
	min-height: 500px;
    margin: 0 auto;
} 

* html #wrapper {
	height: 500px;
}

#header {
	/*border: #00FF00 1px solid;*/
	height: 16px; /*96px*/
	background: #ffffff url(http://www.leitec.ch/themes/leitec/images/headerBg.jpg) bottom left no-repeat;	
	
	font-size: 10px;
	color: #333333;
	font-style: italic;
	text-align: right;
	padding-top: 100px;
	padding-right: 30px;
} 



#contentWrapper {	
	
}


#mainNavigation {
	/*border: #00FF00 1px solid;*/
	width: 176px; /*176*/
	float:left;
	margin-top: 10px;
	margin-left: 9px;	
}


#mainNavigation a {
	display: block;
	height: 22px; /*30*/
	width: 166px; /*176*/
	
	padding-right: 10px;
	padding-top: 8px;
	
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}

#mainNavigation a:hover, #mainNavigation a.nav-selected {
	color: #ffffffc;
	background: #566F5C;
}

#contentBody {
	float: left;
	/*border: #00FF00 1px solid;*/
	width: 690px;
	min-height: 511px; /*549*/
	padding-top: 10px;
	padding-left: 30px;
}

* html #contentBody {
	height: 511px; /*549*/
}

#content {
	/*border: #00FF00 1px solid;*/
	float:left;
	width: 400px;
}


#imageContainer {
	float:left;
	width:290px;
	text-align: right;
}

#imageContainer img {
	margin-bottom: 20px;
	border: #708775 5px solid;
}

#zoom_content p {
	color: #000000;
}



#footer {
	background: #ffffff url(http://www.leitec.ch/themes/leitec/images/footerBg.jpg) top left no-repeat;
	height: 20px; /*70*/
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
}


#footer a {
	text-decoration: none;
	color: #333333;
}

