@charset "utf-8";
/* CSS Document */

#pageNav{
	float: right;
	width:300px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	margin-right:-20px;
}


/************ Section_Right z.B. Seite Home rechts **************/

.sectionRight{
	margin: 0px;
	padding: 0px;

}

.sectionRight h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.sectionRight a:link, .sectionRight a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionRight a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}





/**************** advert styles *****************/


#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

.advert_home{
	padding: 10px;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #006699;
	padding: 30px 0px 5px 0px;
}

.feature h2{
 	font: bold 114% Arial,sans-serif;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature  a:link {
	text-decoration: none;
	color: #006699;
}
.feature  a:visited {
	text-decoration: none;
	color: #006699;
}

.feature  a:hover{
	text-decoration: underline;
	color: #006699;
}

.feature p {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size:120%;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.Stil1 {font-size: medium}
.fett {
	font-weight: bold;
}
.touchlink a{
	color: #000;
}
.touchlink a:hover{
	text-decoration: none;
}



@media only screen and (max-width:600px){
	#pageNav{
	margin-right:-10px;
	margin-bottom:30px;
}

	
}