/* andreas03.css */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ff9900;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}



.klappmenutitle{
margin-top:2px;
margin-bottom: 0px;
background-color:inherit;
color:inherit;
width:148px;
height:290px;
padding:5px 1px 2px 7px;
text-align:left;
border-top:0px;
border-right:0px;
border-bottom:0px;
border-left:0px;
}

#site{
width:958px;
margin:10px 0 0 25px;
padding:0px 0;
}

body{
margin:0;
padding:0px 0;
font:0.7em Arial,tahoma,verdana,sans-serif;
background:#ffffff url(../img/bodybg.png) repeat-x fixed; 
/*background-color:#ff9900;*/
color:#000080;
}

/*#thetop{
float:left;
width:158px;
height:280px;
margin:3px;
background-color:inherit;
}*/

#top{
margin:0px 0 0px 0px;
width:780px;
height:130px;
background:#fff url(../img/logo_wssi_5.jpg) no-repeat;
float:left;
}

#topblock{
margin:0 0 0 8px;
width:170px;
height:830px;
background:inherit /* url(../img/beckerturm.jpg) no-repeat*/;
float:right;
}

#container{
padding:10px;
width:594px;
margin:8px 0 0 8px;
background:#fff3c2;
float:left;
min-height:672px;
color:000080;
}

#banner_h{
margin:0 0 0px 0;
padding:0 0px;
}

.container{
min-height:672px;
height:auto !important;  /* für moderne Browser */
height:672px;  /*für den IE */
}
/*
#right{
padding:0;
width:148px;
margin:0 0 0 8px;
background:inherit;
}
*/
a{
text-decoration:none;
background-color:inherit;
color:#003366;
}

a:hover{
text-decoration:underline;

}

a img{
border:0;
}

p{
margin:0 0 3px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 0px;
}

#sidebar a{
font-weight:bold;
}

/*#logo{
float:left;
width:240px;
margin:0 20px 0 0;
padding:0 0 25px 0;
background:#eee;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
}*/

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
margin:90px 0 20px 70px;
}

#main{
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(../img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
float:left;
background:inherit;
width:158px;
min-height:692px;
margin:8px 0 0 0;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
line-height:1.5em;
}

.sidelink{
display:block;
width:158px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:normal;
text-align:left;
background:#003366 url(../img/bodybg.png) repeat-x;
color:#fff;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(../img/gradient2.png) repeat-x;
color:#047;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:760px;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 2px 0;
font-size:1.8em;
color:#000080;
}

h3{
margin:5px 0 0px 0;
font-size:1.4em;
color:#000080;
}

h4{
margin:0 0 0 5px;
font-size:1.2em;
color:#000080;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:10px;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.content{
font: arial,tahoma,verdana,sans-serif;
font-size:0,9em;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */