/*

bgColor: #EBEBEB
borderMain: #FFFFFF
bgMainMenue: #D1D1D1
bgMainMenueHover: #6C6C6C
color: #3F3F3F
link: #F7DB5C	F3C700
imrint: #BFBFBF
bgNewsBox/teaser: #FEF9E5

*/


body {
	background-color: #EBEBEB; 
	margin: 0px; 
	padding: 0px; 
	font-family: Arial; 
	font-size: 12px; 
	color: #3F3F3F; 
	text-align: center;
}

div {
	margin: 0px; 
	padding: 0px;
}

div a {
	color: #363399; /* F3C700 */
	font-weight: normal !important;
	text-decoration: none;
}

img {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}

li {
	list-style-image: url(/libImages/icons/iconLi.gif);
}

* html li {
	margin-left: -38px;
}

*+html li {
	margin-left: -38px;
}

li a {
	color: #3F3F3F;
}

h1 { font-size: 16px; font-weight: bold; margin-top: 0px; margin-bottom: 21px;}
h2 { font-size: 14px; font-weight: bold; margin: 0; display: inline;}
h3 { font-size: 12px; font-weight: bold; margin: 40px 55px 10px; color: #363399;}
h4 { font-size: 18px; font-weight: bold; margin: 5px 0 0; color: #363399;}
h5 { font-size: 12px; font-weight: bold; margin: 0; color: #363399;}
h6 { font-size: 12px; font-weight: normal; margin-top: 0px; margin-bottom: 21px;}


#wrapper {
	width: 965px; 
	margin: 0 auto; 
	padding: 0;
}

#main {
	width: 945px;
	border: 10px solid #333d99; 
	text-align: left; 
	background-color: #333d99;
}

* html #main {
	width: 965px;
}

.clear {
	clear: both; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	width: 0px; 
	height: 0px; 
	line-height: 0px; 
	font-size: 0px; 
	overflow: hidden;
}

.dottedLine {
	width: 100%;
	height: 1px;
	background-image: url(/libImages/main/dottedLine.gif);
	background-repeat: repeat-x;
	margin: 10px 0;
	overflow: hidden;
}

.imageFloatLeft {
	float: left;
}

.imageFloatRight {
	float: right;
}

/* HEAD */

#headerLeft {
	width: 257px;
	height: 166px;
	float: left;
}

#headerRight {
	width: 688px;		/* muss evtl. angepasst werden */
	height: 166px;		/* muss evtl. angepasst werden */
	float: left;
}

/* MAIN-MENÃœ */

#mainMenue {
	display: block;
	top: 0px;
	width: 945px;
	height: 29px;
	border-top: 1px solid #333d99;
	border-bottom: 1px solid #333d99;
	background-color: #dcdded;

}

.menu1 a {
	padding: 7px 9px;
	height: 15px;
	font-size: 13px;
	font-weight: bold !important;
	color: #4b4b4b !important;
	text-decoration: none;
	float: left;
}

.menu1 a:hover {
	text-decoration: none;
	color: #efd521 !important;
	background-color: #1b2356;
}

.menu1Active a {
	padding: 7px 9px;
	height: 15px;
	font-size: 13px;
	font-weight: bold !important;
	text-decoration: none;
	color: #efd521 !important;
	background-color: #1b2356;
	float: left;
}



/* CONTENT */

#contentLeft {
	width: 535px;
	height: 245px;
	border-bottom: 1px solid #333d99;
	float: left;
}

#contentRight {
	width: 410px;
	height: 245px;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	background-color: #FFF;
}

#contentRight p {
	margin: 0px 55px;
}

.contentSeparator {
	width: 945px;
	height: 5px !important;
	overflow: hidden;
	background-color: #dcdded;
}


/* TEASER STARTSEITE */

.teaserBoxHead1 {
	width: 301px !important;
	width: 342px;			/* fÃ¼r IE6 */
	height: 15px;
	font-weight: bold;
	background-color: #b2b9da;
	border-right: 1px solid #FFFFFF;
	padding: 5px 20px;
	float: left;
}

.teaserBoxHead2 {
	width: 221px !important;
	width: 261px;			/* fÃ¼r IE6 */
	height: 15px;
	font-weight: bold;
	background-color: #838cc3;
	padding: 5px 20px;
	float: left;
}

#teaserBox {
	width: 945px;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	background-image: url(../libImages/main/bgTeaser.gif);		/* muss evtl. angepasst werden */
	background-repeat: repeat-y;
	font-size: 11px;
}

.teaserBox1 ul {
	padding-left: 15px;
}

.teaserBox1 li {
	list-style-image: url(/libImages/icons/iconLiHome.gif);
}

.teaserBox1 {
	width: 302px !important;
	width: 342px;			/* fÃ¼r IE6 */
	padding: 15px 20px 5px;
	float: left;
}

.teaserBox1 h1 {
	font-size: 11px;
	font-weight: bold;
}

.teaserBox1 p {
	margin: 0 0 4px 0;
	padding: 0px;
}

.teaserBox1 li a {
	font-weight: normal !important; 
	text-decoration: none;
}

.teaserBox1 li .more {
	color: #363399 !important;
	font-weight: bold !important;
}

.teaserBox1 a:visited {
	text-decoration: none;
}

.teaserBox1 a:hover { 
	text-decoration: none;
}

.teaserBox1 img {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.teaserBox2 {
	width: 221px !important;
	width: 261px;			/* fÃ¼r IE6 */
	padding: 15px 20px;
	float: left;
}

.teaserBox2 p {
	margin: 0 0 7px 0;
	padding: 0px;
}

.teaserBox2 table {
	font-size: 11px;
}

.teaserBox2 a {
	color: #3F3F3F;
	font-weight: bold; 
}

.teaserBox2 a:visited {
	color: #3F3F3F;
	font-weight: bold; 
}

.teaserBox2 a:hover { 
	color: #3F3F3F; 
	font-weight: bold; 
	text-decoration: none;
}


/* IMPRESSUM */

#imprint {
	font-size: 9px;
	text-transform: uppercase;
	color: #BFBFBF !important;
	margin-top: 10px;
	padding: 0 20px;
	background-color: #333d99;
}

#imprint a { 
	color: #BFBFBF !important; 
	font-weight: bold;
	text-decoration: none;
}

#imprint a:link { 
	color: #BFBFBF !important; 
	font-weight: bold;
	text-decoration: none;
}

#imprint a:visited { 
	color: #BFBFBF !important; 
	font-weight: bold;
	text-decoration: none;
}

#imprint a:hover { 
	color: #BFBFBF !important; 
	font-weight: bold; 
	text-decoration: underline;
}

/* ÃœBERSICHTS-NAVIGATION */

.listviewNavigationPost .listviewNavigationPostPassive { 
	font-size: 11px; 
	color: #3F3F3F; 
	background-color: #fff; 
	border: none; 
	padding: 0; 
	margin: 0; 
	cursor: pointer;
}

.listviewNavigationPost .listviewNavigationPostActive { 
	font-size: 11px; 
	color: #3F3F3F; 
	font-weight: bold; 
	background-color: #fff; 
	border: none; 
	padding: 0; 
	margin: 0; 
}


