@charset "utf-8";
/* CSS Document */
body {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-image:url(../img/layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	z-index:2;
}
.oneColElsCtr #container {
	width: 766px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	z-index:2;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	z-index:2;
}
#front{
	position:absolute;
	background-color:#FFFFFF;
	z-index:2;
	}
#plane {
	position:absolute;
	top:0px;
	width:411px;
	height:182px;
	padding-left:220px;
	z-index: 3;
}
#clouds {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:550px;
	z-index:1;
	background-image:url(../img/layout/bg_clouds.png);
	background-repeat:repeat-x;
}
#logo {
	position:absolute;
	top:0px;
	width:253px;
	height:265px;
	background-image:url(../img/layout/logo_bg.png);
	background-repeat:no-repeat;
	z-index: 4;
}
#navi {
	height:72px;
	line-height:36px;
	width:766px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9pt;
	vertical-align:middle;
	font-variant:small-caps;
	font-weight:bold;
}
#navi a{
	color:#333333;
	}
#navi a:hover{
	color:#FF0000;
	}
#subnavi {
	position:absolute;
	top:250px;
	width:766px;
	height:32px;
	background-image:url(../img/layout/bg_subnavi.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:9pt;
	font-variant:small-caps;
	z-index:5;
}
#date{
	position:absolute;
	top:0px;
	width:760px;
	height:22px;
	color:#FFFFFF;
	font-size:8pt;
	z-index:5;
	text-align:right;
}
#header {
}
content {
	position:absolute;
	font-size:8pt;
	}
#content a{
	color:#FF0000;
	}
#content_shade {
	position:absolute;
	top:664px;
	width:952px;
	height:322px;
	z-index:0;
	background-image:url(../img/layout/content_shade.png);
	background-repeat:no-repeat;
	margin-left:-80px;
}
#left {
	position:absolute;
	background-color:#FFFFFF;
	width:200px;
	padding: 10px 10px 0px 10px;
	text-align:justify;
	z-index:8
	}
#right {
	position:absolute;
	margin-left:230px;
	text-align:justify;
	width:537px;
	z-index:7
	}
#shade {
	position:absolute;
	left:0px;
	top:0px;
	}	
a { color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
h1{
	font-size:13pt;
	color:#333;}
h2{
	font-size:11pt;
	color:#FF0000;
	}
h3{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	}
h4{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin-bottom:-0px;}
h5{
	font-style:italic;
	margin-top:10px;
	margin-bottom:-5px;}
caption{
	font-weight:bold;
}
#gal_pic{
	padding: 2px 2px 2px 2px; 
	float:left;
}
.pubDate {
	background-image: url(../img/newsbox/date_bg.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 48px;
	float: left;
	text-align: center;
	padding-top: 17px;
	line-height: 1em;
	margin-right: 8px;
	font-weight: bold;
	color: #5C6574;
}

.month {
	font-size: 1.2em;
}
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../img/titlebar.png) repeat-x center left;
margin-bottom: -14px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
padding-top:14px;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #000;
background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #f00;
background-color: #fff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
