body,td,th {
	font-family:Garamond,Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

/*
dunkelgrün: 	1E580E
hellgrün:			E4F9DE


grau					D3D7D2
hellgrau:			F2F5F1

*/

body {
	background-color:#FFFFFF;
	margin:0px;
	height:100%;
}


/*
a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
*/

a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#000;}
a:active{color:#000;}


a img {
	border:none;
}

h1 {
	font-size:18px;
	color:#000;
	margin-top:0px;
	font-weight:bold;
	width:714px;
	/*background-color:#F2F5F1;
	padding:3px;*/
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	width:538px;
	border-bottom:1px solid #D3D7D2;
	padding-left:11px;
}

#main {
	width:100%;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#page {
	width:960px;
	margin:0px auto;
	text-align:left;
	border: 1px solid grey;
}

#content {
	width:968px;
	float:left;
	background-image:url(img/naviBG.gif);
	background-repeat:repeat-y;
}

#header {
	width:968px;
	height:280px;
}

#navi {
	width:200px;
	float:left;
	font-size:12px;
}

	#naviMenu {
		padding-left:16px;
		padding-top:36px;
		padding-bottom: 120px;
	}
	
	#naviMenu h3 {
		width:164px;
		border-bottom:1px solid #D3D7D2;
		color:#000;
		margin-top:0px;
		font-size:14px;
		margin-bottom:5px;
	}
	
	#naviMenu ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
		/*line-height:28px;*/
	}

	#naviMenu a:link{text-decoration: none; color:#000;}
	#naviMenu a:hover{text-decoration: none; color:#000;}
	#naviMenu a:visited{text-decoration: none; color:#000;}
	#naviMenu a:active{text-decoration: none; color:#000;}


	#naviMenu li.lvl2
	{
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	#naviMenu li.lvl3
	{
		margin-left: 30px;
		padding-bottom: 10px;
		list-style-type: square;
		
	}

#left{
	width: 180px;
	height: 100px;
	margin-left: 14px;
	margin-right: 10px;
	border: 1px dashed black;
}
	
#inhalt {
	width:768px;
	float:left;
}

	#breadcrumb{
		padding-top: 20px;
		padding-left: 20px;
		font-size: 14px;
	}

	#inhaltPos{
		padding-top:36px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:10px;
	}
	
	#inhaltPos a:link{color:#000; text-decoration:underline;}
	#inhaltPos a:visited{color:#000; text-decoration:underline;}
	#inhaltPos a:hover{color:#000; text-decoration:underline;}
	#inhaltPos a:active{color:#000; text-decoration:underline;}


		#teaserItem{
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
			#teaserImg{
				float:left;
				width: 120px;
				height: 120px;
			}
			
			#teaserText{
				font-size: 11pt;
				margin-left: 130px;
				width: 540px;
			}
			
			/*
			#teaserText a:link{
				text-decoration:underline;
			}
			*/

			#teaserText h2{
				font-size: 12pt;
				font-weight: bold;
				border: 0;
				margin:0;
				padding:0;
				margin-top: 0px;
				margin-bottom: 4px;
			}

			#teaserText h2 a:link{text-decoration:none;}
			#teaserText h2 a:visited{text-decoration:none;}
			#teaserText h2 a:hover{text-decoration:none;}
			#teaserText h2 a:active{text-decoration:none;}
	

#footer {
	clear:left;
	width:960px;
	border-top:8px solid #F2F5F1;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	color:#D3D7D2;
}


.productWrap {
	width:701px;
	border-bottom:1px solid #cccccc;
	margin-top:17px;
}



.prodLeft {
	width:120px;
	float:left;
	/*background-color: yellow;*/
}


.prodRight {
	width:460px;
	float:left;
	/*background-color: green;*/
}

.prodRight p{
	padding:0; 
	margin-top:5px;
	margin-bottom:5px;
}

.clearDiv {
	clear:left;
	overflow:hidden;
	margin:0px;
  padding:0px;
  background-color:#ffffff;
}


#productName {
	font-size:14px;
	font-weight:bold;
	color:#000;
	width:538px;
	border-bottom:1px solid #D3D7D2;
	padding-left:11px;
	padding-top: 0px;
	margin-top: 0px;
}


#textImage{
	padding: 10px;
	font-size: 11px;
}

#pageBottom{
	padding-top: 20px;
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 10px;
}
