body{
	margin:0px;
	padding:0px;
	background-color:#151515;
}
#wrapper{
	margin:0px;
	padding:0px;
	width:900px;
	margin: 0 auto;
	color:#ccc;
	font-family: Geneva, sans-serif;
	font-size:18px;
}
#site_title h1 a{
	color:#C0C0C0;
	line-height:1.5em; 
	text-decoration:none;
}
#site_title_small{
	color:#C3C3C3;
	line-height:1.5em; 
	text-decoration:none;
}

/*** menü ***/

#menu{
	float: right;
	height: 45px;
	margin-bottom: 30px;
}
#menu ul{
margin: 0;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu ul li a {
	position: relative;
	float: left;
	width: 99px;
	display: block;
	padding: 15px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	color: #DAA520;
	font-weight: bold;
	outline: none;
	font-family: heading, Tahoma, Geneva, sans-serif;
}

#menu li a:hover, #menu li .current {
	color: #fff;
	border-top: 8px solid #fff;
}

/*** content ***/
#content_wrapper{
	border-top: solid 5px white;
}
#content_banner{
	height: 400px;
	background: url("../images/banner2.jpg");
}
#content_box_1{
	margin-right: 30px;
	line-height:1.6px; 
}
#content_box_1_content{
	padding:10px;
	width: 250px;
	background-color:#333333;
	font-family: heading, Tahoma, Geneva, sans-serif;
	font-size:18px;
}
#content_connected{
	border-top: solid 2px white;
}
#content_box_2{
	//height: 500px;
	width: 580px;
	padding:10px;
	background-color:#333333;
}
#content_box_2_content{
	padding-top: 30px;
	border-top: solid 2px white;
}
h1, h2, h3, h4, h5, h6{
	color: #DAA520;
	font-family: heading, Tahoma, Geneva, sans-serif;
}
img { border: none; }

a, a:link, a:visited {
	color: #C0C0C0;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:none;
}

.float_l{
	float:left;
}
.float_r{
	float:right;
}
/*** fonts ***/
@font-face {
    font-family: 'heading';
    src: url('http://www.robertholzer.com/font/heading.ttf');
}
@font-face {
    font-family: 'text';
    src: url('http://www.robertholzer.com/font/text_3.ttf');
}
.Zeitung {
	font-size:12px;
}

/* gallery */
#content_box_2_content ul { list-style: none; margin: 0; padding: 0; }
#content_box_2_content ul li {
	float: left;
	display: inline; 
	padding: 0;
	margin: 0;
	width: 250px;
	padding: 9px;
	margin: 0 20px 20px 0;
	background: #151515;
	line-height:1.6px; 
}
#content_box_2_content ul img {
	width: 100%;
	width: 250px;
	height: 130px;
	border: none;
	margin-bottom: 10px;
}
/* end of gallery */
