/* 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 {
margin:80 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,Bimini,sans-serif;
/* background:#f4f4f4 url(img/bg.gif) top center repeat-y; */
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:980px;
}

/***** Various tags *****/
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;

}

/***** Header *****/
#header {
margin:0 auto;
background: url(img/logoo1.gif) center no-repeat;
/*margin:10px 0 0; */
padding:0;
height:140px;
}

#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;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar  SUCHE *****/
#leftside {
clear:left;
float:left;
width:162px;
margin:35px 0 0 0;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:162px;
font-size:0.9em;

/* background: url(img/silber2.jpg); */
/* background-color:#F4F4F1; */
/* background-color:#f4f4f4; */
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu NAVIGATION *****/
ul.avmenu {

width:162px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:162px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
/* background: url(img/silber.jpg); */
/* background-color:#f4f4f4; */
color:#666666;
font-weight:bold;
font-size:1.1em;

width:120px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover, ul.avmenu li a.current {
border-left:4px solid #0000FF;
color:#0000FF;
}

/*** Untermenue ***/

#menu-top {
	/* background: transparent url('images/bg02-white-right.png') repeat-x right top; */
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 8px 0 0 180px;
	padding: 0;
position:absolute;

	list-style: none;
	font-size: 100%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(img/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(img/menuright.png) no-repeat right top;
	padding:4px 15px 4px 6px;
	color:#000000;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span, #menu-top a.current span {	color:#0000FF; font-size: 100%; background-position:100% -42px; }



/***** Main content *****/
#content {
width:700px;

margin:100px 150px 10px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.6em;


}

#contentwide {
margin:35px 0 5px 180px;
min-height:700px;
background: url(img/blau1.gif) no-repeat top right;
border:1px solid #0000FF;
/* border-left:1px solid #f0f0f0; */
padding:10px 20px 0px 10px;
line-height:1.6em;
}

#content h2,#contentwide h2 {

font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
padding:0px;
display:inline;
background:#cccccc;
color:#303030;
/* border:0px solid #f0f0f0; */
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:870px;
text-align:center;
color:#808080;
background:#ffffff;
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;
}