/* CSS Document */

/* <!-- HTML --> */
* {
 font:normal 12px  Trebuchet MS, Tahoma, Arial;
 line-height:12px;
 margin:0;
 padding:0;
}
body {
 text-align:center;
 background:#262626;
}
img {border:0;}
a {text-decoration:none !important;}
a:hover {text-decoration:underline !important;}
strong {font-weight:bold;}
em {font-style:italic;}
u {text-decoration:underline;}
small {font-size:8px;}
blockquote {margin:10px;}
input {line-height:20px;}
/* <!-- Bl�cke --> */
#global {
 width:945px;
 margin:auto;
 padding-bottom:15px;
 overflow:hidden;
 text-align:left;
}
#header{
 width:945px;
 height:91px;
 background:url('../img/layout/header_bg.gif') no-repeat;
 overflow:hidden;
}
#intro {
 width:945px;
 height:232px;
 background:url('../img/layout/intro_bg.jpg') no-repeat;
}
#subnavi {
 width:945px;
 height:232px;
 background:#326499 url('../img/layout/intro_bg.jpg') no-repeat 191px top;
}
#center {
 width:954px;
 margin:0 0 0 0px;
}
#content {
 width:945px;
 height:150px;
 margin:8px 0 0 0;
 padding:12px 0;
 color:#000000;
 background:#efefef;
 border:1px solid #dfdfdf;
 border-left:none;
 border-right:none;
 overflow:auto;
}
#footer {
 width:945px;
 height:174px;
 margin:8px 0 0 0;
 background:url('../img/layout/footer_bg.gif') no-repeat;
}
/* <!-- Allgemein styles --> */
.error {
 color:#900900 !important;
}
.left {float:left;}
.right {float:right;}
.clearer {
 display:block;
 width:0px;
 height:0px;
 font-size:0px;
 line-height:0px;
 overflow:hidden;
 clear:both;
}
.hidden {
 visibility:hidden;
 height:0px;
 width:0px;
 overflow:hidden;
}