body	{
	background: #FFCC66 url(img/mainbg.gif) repeat-y scroll;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/*Boxes*/

#leftpicbox {
	position:relative;
	left:0;
	top:0;
	width:300px;
	text-align: right;
	font-size: 80%;
}
#leftpicbox h1 {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 150%;
	color: #990000;
	margin-top: 1.2em;
	margin-right: 0.8em;
}
#leftpicbox p {
	margin-right: 1em;
}
#leftpicbox img {
	margin: 0px;
	padding: 0px;
}
#subpicbox {color: #fff; min-height:50px;}


#footer {
	color: #7E7E7E;
	font-size: 85%;
	padding: 0px;
	margin: 30px 0px 5px;
	text-align: center;
}
#footer a {
	color: #7E7E7E;
	text-decoration: none;
}
#footer a:hover{
	color: #CC0000;
	text-decoration: none;
}

#logobox {
	position:absolute;
	left:318px;
	top:0;
	text-align: left;
}

.menu {	
	position:absolute; 
	left:318px; 
	top:80px; 
	width:740px;
	z-index:5;
}

#contentbox {
	position:absolute;
	left:320px;
	top:140px;
	width:460px;
	font-size: 70%;
	background: #FDFBF1;
}


#sidebox {
	position:absolute;
	left:800px;
	top:116px;
	width:160px;
	font-size: 70%;
	padding: 3px;
	line-height: 1.2em;
	color: #FFD98A;
}

#sidebox a{
	color: #FFD98A;
}

#sidebox a:hover{
	color: #FDFBF1;
}

#sidebox img{
	margin-bottom:5px;
}

#logobox .sitetitle {
	margin:20px 0 3px -6px;
	font-size: 150%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	color: #CC0000;
}

#logobox .subtitle {font-size: 11px; width:460px;}


/*---------   Menü Leiste   ---------*/

.menu {
	font-size: 72%;	
	border: 1px solid #FDFBF1;
}

.menu ul {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #FDFBF1;
}

.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: #FFCC66;
	color: #CC0000;
	line-height: 1em;
	padding: 0.5em 0.5em;
	border-left: 1px solid #E2E0D8;
	border-bottom: 1px solid #E2E0D8;
	font-weight: bold;
	text-decoration: none;
}

.menu .menu-current {
	color:#FFD98A;
	background-color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

#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: #FDFBF1;
	border-bottom: 1px solid #FDFBF1;
	color: #CC3300;
	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 #FDFBF1;
	 -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: #FFCC66;
	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:hover, .menu li + li + li li:first-child>a:hover {
	border-left: 1px solid #FDFBF1;
}

.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;
}
.flags {
	margin:0 0 15px;
	padding:0;
}

