@charset "UTF-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	/* Horizontale Scrollbars werden ausgeschaltet*/
	overflow-x: hidden;
	height:100%;
	font-size:0.6em;
	line-height:1.5em;
	color:#111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/gallery/getBackgroundImg);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#FFCC33;
}

h1 {font-size:200%;}

img {
 border: 0px;
}
	
ul li a {
	text-decoration:none;
	color:#000;
}

ul li a:hover {
	text-decoration: none;
	color:#F60;
}

a {
	text-decoration:none;
	color:#F60;
}

a:visited {
	text-decoration: none;
	color:#F60;
}

a:hover {
	text-decoration: none;
	color:#000;
}

a:active {
	text-decoration: none;
}

ul li {
	list-style-type:none;
	margin-left:0px;	
	}

.printinfo {
	display: none;
}

.footer {
	display: none;
}

.mainbar {
	float:left;
	/* background-color: white; */
	width:517px;
	margin:0;
	padding:0;
	/* border-left:1px solid #F60; orangene Trenn-Linie ausgeschaltet! */
	}

.menubar {
	float:left;
	background-color: white;
	width:181px;
	margin:0;
	padding:0;
	}

.menuli {
	width: 150px;
	padding-top:3px;
	padding-bottom:2px;
}

.menubar a, a:visited {
	text-decoration: none;
	color:#000;
}

.menubar a:hover {
	text-decoration: none;
	color:#F60;
}	

.logo {
	width:181px;
	}

/* color */

h1 {
	color:#F60;
}

h2 {
	color:#F60;
	margin-bottom:3px;
	padding-bottom:3px;
}

h3, h4 {color:#F60;}
h2, h3, h4, #header, #footer, {border-color:#F60;}

/*menu structure*/

.menu {
	background-color:none;
	margin:5px 0 0 0;
	padding:5px 15px;
	}

.menu a {
	color:#000;
}

.menu a:hover {
	color:#F60;
}

h4 {
	margin:0px;
	margin-top:15px;
	padding-top:10px;
	line-height:90%;
	font-size:100%;
	}
	
.menu ul {
	margin-left:-40px;
	}

.menu ul li {
	list-style-type:none;
	margin:0 0 5px 0;
	
	}
	
#content {
	background-color: none;
	margin: 5px 0px 0px 0px;
	padding: 0 16px;
	text-align: left;
	width: 485px;
	}
	
#header {
	width:560px;
	height:70px;
	background-image:url(/static/top_menu_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0;
	padding: 0 16px;
	border-top:1px solid white;
}

#header ul {
	margin-left:-40px;
	padding-right:20px;
}

#header ul li {
	float:right;
	margin:0 0px 0 10px;
	padding: 0 0px 0 10px;
	list-style-type:none;
	}

#header a {
	color:#666;
}

#header a:hover {
	color:#F60;
}

/*post structure*/

.post {
	background-color:none;
	margin:0 0 0 0;
	padding:5px 0px;
	}

.post li {
       list-style-type: disc;
}

h2 {
	margin:0px;
	line-height:90%;
	font-size:160%;
	font-weight:normal;
	}
	
.postinfo {
	margin-top:1px;
	padding-top:1px;
	margin-bottom:1px;
	padding-bottom:1px;
	color:#999;
	font-size:90%;
	line-height:90%;
}

.postinfo a {
	color:#666;
}

.postinfo a:hover {
	color:#F60;
}

.postinfo ul {
	margin-left:-40px;
	height:10px;
}

.postinfo ul li {
	float:left;
	margin:0 10px 0 0;
	padding: 0 10px 0 0;
	list-style-type:none;
	}
	
.post p {	
	margin-bottom:7px;
	padding-bottom:7px;
	}

@media print 
  .noprint { display: none; }
