/* CSS Document */


/************* lokale Navigation **************/

 #localNavPortal {
	border-bottom-color: #FF0033;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 3px;
}

 #localNavPortal ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
 }

 #localNavPortal li{
	margin: 0;
	font-weight: bold;
	color: #666666;
}

 #localNavPortal li a {
	display: block;
	text-decoration: none;
	color: #666666;
	border-top: 1px dotted #FF0033;
	padding-left: 5px;
 }

 #localNavPortal li a:hover {
	background-color: #E1E4EB;
	color: #666666;
 }

 #localNavPortal li li a {
	display: block;
	color: #666666;
	border-top: none;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
 }

 #localNavPortal li li li a {
	display: block;
	color: #666666;
	border-top: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	padding-left: 15px;
 }

/***********************************************/
/* Content Spalte                              */
/***********************************************/

#contentHome{
	width:396px;
	font-size: 100%;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:372px;
}

.teaserBreit{
	width:372px;
	font-size: 100%;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	background-color: #E0EBF6;
}

.teaserBreit img{
	margin-top: -11px;
}

.teaserRechts img, .teaserLinks img{
	margin-top: -11px;
}

.teaserSpalteLinks{
	width: 184px;
	float: left;
}

.teaserSpalteRechts{
	width: 184px;
	float: left;
	margin-left: 4px;
}

.teaserLinks, .teaserRechts{
	margin-top: 12px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

.teaserRechts{
	background-color: #DAE3E3;
}

.teaserLinks{
	background-color: #E9E9E3;
}

.teaserBreit h3, .teaserLinks h3, .teaserRechts h3{
	font-size: 86%!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	background-color: #9CBDDE;
}

.teaserRechts h3{
	background-color: #9DBBBB;
}

.teaserLinks h3{
	background-color: #B0B09C;
}

.teaserBreit p, .teaserSchmal p{
	padding: 0px 0px 5px 5px;
}

