@charset "utf-8";

/* class */
.breaker {clear:both;}

/* body */
body {margin:0; padding:0; background:url(../images/bodyBackground.jpg) repeat-x top left #ebebeb;}
body * {font-family:"Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, sans-serif;}

#mainContainer {position:relative; width:100%;}
#headerContainer {position:relative; width:960px; height:221px; margin:0 auto;}
#logo {position:absolute; top:0; left:-18px; width:447px; height:221px;}
#bannerText {position:absolute; top:50px; right:0; width:400px;}
#bannerText h1 {font-family:"Times New Roman", Times, serif; font-size:24px; font-weight:normal; font-style:italic; color:#1a4a7e; line-height:30px;}

/* content gedeeelte */
#contentBackground {position:relative; width:100%; background-color:#FFF; border-bottom:5px solid #ebebeb;}
#contentContainer {position:relative; width:960px; padding:34px 0; margin:0 auto;}
#content {position:relative; width:673px; float:left; font-size:11px; color:#333; border-bottom:1px solid #b7b7b7; }
#content h1 {color:#1a4a7e; font-size:20px; font-weight:normal; margin:0 0 10px; padding:0 0 10px; border-bottom:1px solid #b7b7b7;}
#content p {margin:0 0 10px;line-height:24px;}

/* menu */
#menu {position:relative; width:287px; float:left; font-size:12px; line-height:31px;}
#menu ul {margin:0; padding:0;}
#menu li {list-style-type:none; width:255px; height:31px; display:inline;}
#menu a {text-decoration:none; color:#FFF; height:31px; display:inline-block; margin:0 0 1px;}
#menu a:hover, #menu a.active {background-color:#1a4a7e;}
.menuItem {background:url(../images/menuBackground.png) no-repeat top left #ccc; padding:0 0 0 20px; width:235px;}
.submenuItem {background:url(../images/menuBackground.png) no-repeat top left #99b7d8; padding:0 0 0 25px; width:230px;}

/* sitemap */
#sitemapContainer {position:relative; width:100%; height:259px; background:url(../images/sitemapBackground.jpg) repeat-x top left;}
#connections {position:relative; width:960px; margin:0 auto; padding:10px 0 0; font-size:9px; text-transform:uppercase; color:#555;}
#connections a { margin:2px 5px 0 0; }
#sitemap {position:relative; width:960px; margin:0 auto; padding:0; font-size:11px;}
#sitemap ul {margin:0 50px 10px 0; padding:0; float:left;}
#sitemap li {list-style-type:none; line-height:24px;}
#sitemap a {text-decoration:none; color:#555555;}
#sitemap a.header,
#sitemap span.header {font-size:12px; color:#000;}

.newsBrowseImage {float:right; margin:0 0 0 20px; }
.newsWrapper h3 {margin:0; color:#1A4A7E;}
.newsWrapper img {border:1px solid #fff; }
#content a	{color:#333; text-decoration:none; font-weight:bold; }
#content a:hover {text-decoration:underline; }
#content input[type=text] { background:#fff; border:1px solid #ccc; width:250px; padding:2px 3px; }
#content input[type=submit] { background:#fff; border:1px solid #ccc; padding:2px 3px; }
#content textarea {background:#fff; border:1px solid #ccc; width:500px; height:200px; font-size:11px; }
.newsItemWrapper { background:#f9f9f9; padding:10px 20px; margin:10px 0; border:1px solid #ddd; }

.copyright	{ position: relative; padding: 10px 0 0; text-align: right; font-size: 10px; color: #666; }
