/* CSS Document */
body {
background:#fff url(../img/bg.gif) top repeat-x;
text-align:center;
font-size:11px;
color:#333;
font-family:Verdana,Arial,Tahoma,sans-serif;
margin:0;
padding:0;
}

p { padding:10px 0 10px 0; margin:0; }
form { display:inline; padding:0;margin:0;}
h2 { font-size:12px;  margin:0; padding:0;}
div.spacer10 { 	height:10px; }
div.spacer20 { 	height:20px;  overflow:hidden; clear:left;}
div.spacer0 { height:0; }
div.spacer0, div.spacer10, div.spaceBeforeCP {
overflow:hidden; clear:both;
}

#main {
	width:662px;
	text-align:left;
	margin:18px auto;
}

a, a:link  {
	color:#8b1314;
	text-decoration:underline;
}
#contentholder {
	background:url(../img/bg_content.gif);
	
}
#header {
	background:#FFF;
	width:661px;
	height:150px;
}
#stars {
	position:relative;
	z-index:10;
	width:79px;
	height:111px;
	background:url(../img/stars.png);
	margin-left:-60px;
	top:66px;
}
*+html #stars {
	top:-85px;
}

#logo {
	background:url(../img/bg_head_left.gif) no-repeat;
	width:150px;
	height:150px;
	color:#FFF;
	text-align:center;
	float:left;
}

#logo img {
	padding-top:10px;
}

#logo .small {
	display:block;
	font-size:16px;
	color:#C3C3C3;
	font-weight:bold;
}

#headerpic {
	background: url(../img/headerpic.jpg) no-repeat;
	width:511px;
	height:150px;
	float:right;
	overflow:hidden;
	}
	
#navleft  {
	width:150px;
	font-size:12px;
	float:left;

}
#navleft .spacer {
	height:25px;
	overflow:hidden;
	background:#e0e0e0;
	width:150px;

}

.leftmenu ul{
margin: 0;
padding: 5px 0 5px 0;
list-style-type: none;
width: 145px; /* Width of Menu Items */
background: #8b1314;
text-align:left;
}
/* menu links style */
.leftmenu ul li a {
display: block;
color: #fff;
text-decoration: none;
padding: 3px 5px 15px 10px;
margin-bottom:1px;
font-weight:bold;
}
.leftmenu ul li a:visited{
text-decoration:none;
}

.leftmenu ul li a:hover{
color:#fffc00;
}

.leftmenu ul li.active a {
/*background: url(http://www.oewf.org/cms/img/oewf/kaestchen.gif) right no-repeat; */
color:#fffc00;
}
.leftmenu ul li.active ul li.sub_no a {
border:none;
background:none;
}
#content {
 width:489px;
 padding:25px 7px 20px 13px;
 font-size:12px;
 float:left;
 background:white;
}

#content h1 {
 color:#8b1314;
 font-size:24px;
 margin:0 0 10px 0;
 letter-spacing:0.5em;
}
#content h2 {
 color:#8b1314;
 font-size:14px;
 margin:0 0 5px 0;
 letter-spacing:-0.5px;
}
#content p.teaser {
 font-weight:bold;
 }
 
#content div.box {
	float:left;
	width:236px;
	height:130px;
	overflow:hidden;
}
#content img {
	border:none;
}

#content div.logos a {
	padding-right:15px;
}
#content p.imgleft {
float:left;
width:35%;
padding-right:5px;
}
#content p.textleft {
float:left;
width: 60%;
}

#bottom {
background:url(../img/border_bottom.gif) top no-repeat;
width:662px;
}
#bottom span {
display:block;
padding-top:20px;
text-align:center;
font-size:10px;
}
