body	{
	background: #666666 url(img/mainbg.gif) repeat-y fixed;
	min-height: 100%;
	margin: 0;
	padding: 0;	
}

/*Boxes*/
#leftpicbox {
	position:fixed;
	left:0;
	top:0;
	width:300px;	
	text-align: right;

}

#subpicbox {color: #fff; margin:5px; min-height:50px;}

#footer {
	color: #fff;
	padding-left:150px;
	margin: 5px;	
	font-size: 11px;
}


#logobox {
	position:absolute;
	left:320px;
	top:0;
	width:680px;
	text-align: left;
}


.menu {	
	position:absolute; 
	left:320px; 
	top:80px; 
	z-index:5;
	width:645px;
}

#breadcrumbs {
	position:absolute; 
	left:320px; 
	top:105px; 
	z-index:4;
	width:645px;
	}
#searchbox {position:absolute; 
	left:800px; 
	top:5px; 
	}

#contentbox {
	position:absolute;
	left:320px;
	top:140px;
	width:460px;
}


#sidebox {
	position:absolute;
	left:800px;
	top:116px;
	width:160px;
}



#sidebox img{
	margin-bottom:5px;
}


#sidebox {
font-size: 80%;
}


#logobox .sitetitle {

	width:460px;
	margin:20px 0 3px -6px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
#logobox .subtitle {font-size: 11px; width:460px;}

/*---------   Menü Leiste   ---------*/

.menu {
	font-size: 11px;
	background: #fff url(img/menuehg0.gif);	
	border: 1px solid #66676B;
	
}

.menu ul {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #66676B;
}

.menu li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	list-style-type: none;
	list-style-image: none;

}



.menu a {
	display: block;
	background-color: #e9efee;
	color: #C6000A;
	line-height: 1em;
	padding: 0.5em 0.5em;
	border-right: 1px solid #66676B;
	background-image:  url(img/menuehg1.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;

}

.menu .menu-parent {
	color:#000;
	background-image:  url(img/menuehgparent.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.menu .menu-current {color:#ffffff; background-image:  url(img/menuehgcurrent.gif);}

#breadcrumbs {font-size: 11px;}
#breadcrumbs  .menu-current a{
	font-weight: bold;
	text-decoration: none;
}


/*siehe auch ie.css */
.menu a:hover, .menu li:hover>a {
	background-color: #D56374;
	color: #fff;
	background-image:  url(img/menuehg2.gif);
	background-repeat: repeat-x;
	display: block;
	z-index: 20;
}

.menu li li:hover>ul {	
	display: block;
	z-index: 20;
	
}

.menu li li {
	width: 150px;
	display: block;
	margin: 0;
	text-align: left;	
	border: 1px solid #ccc;
	 -moz-opacity: 0.8; /*blend for Modzillas, if you like */
	/* filter: alpha(opacity=70); blend for IE, might cause troubles */
}


.menu li li a {  /* Die ausgekpappten Flächen */
	background: #e9efee;
	line-height: 0.9em;
	display: block;
	clear: both;
	border: none;
}



.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}


/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #990000;
}




.submitbutton {
	vertical-align: middle;
	border: 0px;
	background: none;
	margin-top:-5px;
}

#string {
	
	background-image: url(img/searchbg.gif);
}

blockquote {
	background:#e9efee;
	border-left:4px solid #60887d;
	margin:10px 0 20px 30px;
	padding:5px 5px 5px 10px;
}

pre, code {
	padding: 0 0 20px 6px;
	margin:10px 0 10px 0px;
	border-top: 1px solid #60887d;
	border-right: 1px solid #60887d;
	border-bottom: 1px solid #60887d;	
	border-left: 4px solid #60887d;
	background-color: #e9efee;
	
	
	font-size:0.9em;	
	overflow:auto; 
	line-height:2.2em;
		
}
