@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #7a93bf url(../images/main-bg.gif) repeat-y top center;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5{
	color: #003399;
	font-weight: bold;
}

h1{font-size: 19px;}

.wrapper{
	width: 934px;
	margin: 0 auto;
}

.header{
	height: 166px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#notizzettel {
	background-image: url(../images/notizzettel.png);
	height: 277px;
	width: 232px;
	position: absolute;
	top: 50px;
	right: 50px;
	display: none;
	padding-top: 55px;
	padding-left: 80px;
}

.menucontainer{
	height: 168px;
	/* line-height: 23px;*/
	text-align: center;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.menuitembox {
	padding-top: 147px;
	float:left;	
}

.menuitembox2{
	/*padding-top:25px;*/
	float:left;	
}


.menuitem{
	padding: 0 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 23px;
	display: inline-block;
}

a:link.menuitem, a:visited.menuitem{
	color:#FFFFFF;
	text-decoration: none;	
}

a:hover.menuitem, a:active.menuitem{
	color:#FFFFFF;
	text-decoration: none;
	background: transparent url(../images/menu-high-bg.gif) repeat-x center bottom;
}


#menuitemactive{
	margin-top:-6px;
	padding-top:4px;
	background: transparent url(../images/menu-high-bg.gif) repeat-x center bottom;
}

.submenucontainer{
	height: 117px;
	padding-top: 30px;
	width: 120px;
}

.submenucontainer2{
	height: 48px;
	padding-top: 99px;
	width: 120px;
}

#submenubox{
	background: #385483 url(../images/submenu-bg.gif) repeat-y center top;
	border: 1px solid #b0bbce;
	display: none;
}

#submenubox2{
	background: #385483 url(../images/submenu-bg.gif) repeat-y center top;
	border: 1px solid #b0bbce;
	/*margin-top: 72px;*/
	display: none;
}

.submenuitem{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 22px;
	line-height: 21px;
	border-bottom: 1px solid #b0bbce;
}

a:link.submenuitem, a:visited.submenuitem{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.submenuitem, a:active.submenuitem{
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

.content{
	width: 890px;
	margin: 10px auto;
}

.leftbox{
	float: left;
	width: 430px;
}

.rightbox{
	float: left;
	width: 430px;
	margin-left: 30px;
}


/* für die Bilder habe ich mal ein Bilderrahmen genommen.. */ 
.bild { border: 1px solid #003399; }
.newsbox{
	background-color: #ededed;
}

.newsboxcontent{
	padding: 0 10px 0 10px;
	margin: 0;
}

.newsboxcontent p{
	margin: 0px;
}

.newsboxcontent h2{
	margin: 15px 0 0 0;
}

.datum{
	font-size: 10px;
}

.newsboxheader{
	background: #ededed url(../images/news-head-bg.gif) repeat-x top center;
	padding: 0 10px 0 10px;
	height: 23px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	line-height: 21px;
}

.thumb, .thumb a:link, .thumb a:visited { border: 1px solid #0E3C8B; }
.thumb a:hover { border: 1px solid #E9B006;}
#galerie {  } 

