/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
margin:80 auto;
background: #FAFAFA;
padding:0;
overflow: -moz-scrollbars-vertical;
color:#303030;
}

#wrap {
/*background: url(img/bg.gif) top no-repeat;*/
background: #FFFFFF;
color:#303030;
margin:0 auto;
width:900px;
min-height:900px;
}



/***** Various tags *****/

table { margin: 0 auto; }

a {
text-decoration:none;
font-weight:bold;
color:#3664FF;
/* color:#286ea0; */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0000FF;
/* color:#3366FF; */
background-color:inherit;
}

a img {
border:0;
}

img {
border:1px #ccc;
}

/***** Header *****/
#header {
/*margin:0 auto;*/

/*background: url(img/logo5.gif) center top no-repeat;*/
/*margin:10px 0 0; */
padding:0;

height:200px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

/***** Left sidebar  SUCHE *****/
/*#leftside {
background: url(img/links1.gif) top no-repeat;
margin-top: 15px;
clear:left;
float:left;
width:220px;
margin:15px 0 5px;
padding:0;
}*/

#leftside {
background: url(img/links2.jpg) center bottom no-repeat;
margin-top: 15px;
border-right:1px dashed #D9D9D9;
clear:left;
float:left;
width:220px;
margin:15px 0 5px;
padding:0;
min-height:640px;
}

* html #leftside {
height:640px;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

/***** Main menu NAVIGATION *****/
ul.avmenu {
width:185px;
margin:5px 0 8px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:185px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {

/* background-color:#f4f4f4; */

font-family:Verdana,Tahoma;
font-size:14px;

color:#000000;
width:200px;
height:20px;
float:left;
padding:6px 1px 6px 25px;
/* border-left:2px solid #cccccc;*/
text-decoration:none;
}

ul.avmenu li a:hover {
padding:6px 1px 6px 25px;
color:#000080;
font-family:Verdana,Tahoma;
font-size:14px;
background: url(img/x2.gif) no-repeat;
}

ul.avmenu li a.current {
padding:6px 1px 6px 25px;
color:#790000;
font-family:Verdana,Tahoma;
font-size:14px;
background: url(img/x1.gif) no-repeat;
}

/*** Untermenue ***/

ul.avmenu ul {
margin:0 0 0 18px;
padding:0 0 0 0;
font-size:0.9em;
width:175px;
}

ul.avmenu ul a {
/*background: url(img/taste3.gif) no-repeat;*/
color:#000000;
font-family:Verdana,Tahoma;
font-size:14px;
font-weight: normal;
padding:6px 1px 6px 25px;
/*padding:9px 1px 6px 5px;*/
width:180px;
height:15px;
}

ul.avmenu ul a:hover,ul.avmenu ul a.second {
color:#000080;
font-family:Verdana,Tahoma;
font-size:14px;
padding:6px 1px 6px 25px;
/*background: url(img/taste4.gif) no-repeat;*/
}


ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}


/***** Main content *****/

* html #contentwide { min-height: 540px; }

#contentwide {
margin:20px 25px 5px 230px;
background:#ffffff url(img/da5.gif) top center no-repeat;
padding:5px 20px 0px 10px;
line-height:1.6em;
min-height:640px;

}

* html #contentwide {
height: 640px;

}

#contentwide h2 {
list-style: none;
font-size:1.6em;
margin:0 0 10px;
}

#contentwide h3 {
list-style: none;
font-size:1.4em;
margin:0 0 8px;
}

#contentwide img {
padding:0px;
display:inline;
background:#cccccc;
color:#303030;
/* border:0px solid #f0f0f0; */
}


/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
margin-top:0px;
padding:7px 0;
width:900px;
height:16px;
text-align:center;
color:#808080;
background:#E3E3E3;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
color:#0000FF;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}
