/* andreas03.css */

body{
margin:0;
padding:30px 0;
font:100% tahoma;
background:#b2062e;
color:#222;
}

/*#main ul{
line-height:2;
font-size:1.8em;
}

#admin ul{
line-height:1.4;
font-size:1.2em;
}*/

#thetop{
margin:0;
}

#container{
width:900px;
margin:0 auto;
padding:0px 20px 0px 30px;
background:#fdfdbe;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

/*p{
font-size:1.5em;
margin:0 0 15px 0;
line-height:1.5em;
}*/



#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:210px;
margin:0 0 0 0;
padding:10px 0 0 0;
background:#fdfdbe;
border:0px solid #b2062e;
overflow:auto;
}

#adresse{
width:235px;
margin:0 0 0 0;
padding:30px 0 5px 20px;
background:#fdfdbe;
border:0px solid #b2062e;
overflow:auto;
}

#adresse p{
margin:0 0 0 0;
line-height:1.5;
font-size:1.2em;
color:#b2062e;
text-align:center;
}

#adresse a{
color:#000000;
}

#intro{
float:left;
width:430px;
overlow:auto;
}

#intro p{
line-height:4em;
margin-bottom:50px;
font-size:1.5em;
}

#intro h1{
padding:0px 0 0 0;
color:#b2062e;
}

#main{
float:right;
width:660px;
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{
width:200px;
float:left;
margin-top:20px;
font-size:0.8em;
line-height:1.3em;

}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:165px;
margin:3px 10px 2px 0;
padding:0px 0 5px 8px;
font-size:0.9em;
font-weight:bold;
text-align:left;
background:#eee url(../img/button1.jpg) repeat-x;
color:#fdfdbe;
border-top:1px solid #b2062e;
border-right:1px solid #fdfdbe;
border-bottom:1px solid #fdfdbe;
border-left:1px solid #b2062e;
}

.sidelink:hover,.menuheader{
background:#fff url(../img/gradient2.png) repeat-x;
color:#b2062e;
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;
//background:#fff url(../img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.7em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.0em;
}

h2{
margin:0 0 4px 0;
font-size:1.4em;
}

h3{
margin:20px 0 8px 0;
font-size:1.2em;
}

h4{
margin:10px 0 5px 0;
font-size:1.0em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:0px;
background:#eee;
color:#222;
//border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */

/*
* 2F CMS Defintionen
*/

.opentable {font-size: 12px; border: 1px #000000 solid; }

.opentable table,td,tr{font-size: 12px;}

/*Style-Definitionen fuer das Menu*/

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 200px;
//border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li{
position: relative;
}
.sidebarmenu ul li a{
display: block;
overflow: auto;
color: #b2062e;
text-decoration: none;
padding: 6px 0px 6px 0px;
//background:#eee url(../img/button1.jpg) repeat-x;
//border-bottom: 1px solid #778;
//border-right: 1px solid #778;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
//background:#eee url(../img/button1.jpg) repeat-x;
}

.sidebarmenu ul li a:visited{
color: #b2062e;
}

.sidebarmenu {
color: #b2062e;
padding: 6px 0px 6px 0px;
}

.sidebarmenu ul li a:hover{
color: #b2062e;
//background: url(../img/gradient2.png) repeat-x;
}
.sidebarmenu ul li ul{
position: relative;
width: 200px;
//visibility: hidden;
}
.sidebarmenu a.subfolderstyle{
//background: url(../img/gradient2.png) repeat-x;
}
