/**
 * SVN: $Id
 */
#head strong {
	color:#CCCCCC;
	font-size:9px;
}

/* zus�tzliche Boxen f�r das Men� */
#menu .additionalMenuBox {
	background-color:#c1e2f2;
	font-size: 10px;
	margin-bottom: 1em;
}

#menu .additionalMenuBox p {
	padding: 3px;
	text-align:justify; 
}

/* Zus�tzliche Navigation im Content Bereich */
#content #quicknav {
	display: block;
	list-style-image: url('../images/pfeil-rechts-weiss-klein.gif') !important;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 4em 0;
	padding: 0;
	
}
#content #quicknav li, #content #quicknav_new li {
	background-color: #c1e2f2;
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 19%;
}
/* Quicknav ohne br-Tag oberhalb des h1-Tags (Erweiterung P.Schories 03.11.10) */
#content #quicknav_new {
	display: inline-block;
	list-style-image: url('../images/pfeil-rechts-weiss-klein.gif') !important;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

/* �berschriften bei Quicknavigation */
#content h1 {
	clear: right;
}

#content h1 span {
	background-color: #e7eefc;
	color: #ff0000;
}

#content h1, #content h2 {
	margin-top: 2em;
}

/* Listen im Content-Bereich */
#content ul {
	list-style-type: disc;
	margin: 1em 0 1em 4em;
}

/* Aufdringlich grosse Linkboxen */
#content .pushy-link {
	background: rgb(255, 255, 255) none repeat scroll 0%;
	border: 1px solid rgb(231, 238, 252);
	margin-bottom: 1em;  
	padding: 3px;  
	text-align: center;
	width: 98%; 
}

#content .pushy-link div {
	padding: 5px; 
	background: rgb(231, 238, 252) none repeat scroll 0%; 
}

#content .pushy-link a, #content .pushy-link a:hover, #content .pushy-link a:visited, #content .pushy-link a:active {
	font-size: 13px;
	font-weight: bold;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

#content .pushy-link div img {
	vertical-align: middle;
}

/* Links im Pushy-link (eingef�gt P.Schories 14.10.2010) */
#content .pushy-link a.bigLink{
	font-size:16px;
}
#content .pushy-link a.redLink{
	font-size:11px;
	color:#FF0000
}

/* News Box */
#content .aktuell {
	font-size:11px;
	background-color:#e7eefc;
	margin-bottom: 1em;
	padding: 10px;
	text-align: justify; 
}


#content .smLinks {
	/*margin-top:15px;*/
	clear: left;
	height:10px;
}
	
#content .smLinks #smLinkFacebook {
	float:left;
	width:250px;
}

#content .smLinks #smLinkGoogle {
	float:left;
	width:100px;
}
