@CHARSET "UTF-8";

IMG{
	border: 0px;	
}

HTML, BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: white;
	height: 100%;
	width: 100%;
	background-color: black;
	background-image:url(../images/bg_left_repeat.gif);
	background-repeat:repeat-y;	
}

BODY {
	background-image: url("../images/bg_left_repeat.gif");
	background-repeat: repeat-y;		
}

A:LINK, A:HOVER, A:VISITED, A:VISITED{
	color: white;
}

div#left{
	height: 100%;
	background-image: url("../images/bg_left.jpg");
	background-repeat: no-repeat;
	width: 397px;	
}

ul#menu{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top:12px;	
	position: absolute;
	top: 50px;
	left: 400px;
	width: 600px;
	height: 50px;
	background-image: url("../images/bg_menu.jpg");	
}

ul#menu li{
	display: inline;
	list-style: none;
	margin-right: 20px;
}

div#left_bottom{
	position: absolute;
	bottom: 6px;
	left: 20px;
	font-size: 8pt;
	text-align: center;
} 

div#content{
	position: absolute;
	top: 100px;
	left: 410px;
	width: 520px;
	overflow: none;
	padding-bottom: 10px;
}

div#content fieldset{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}
.centered {
	text-align: center;	
}
.bon_content_line, .mr_content_line {
	clear: left;	
	padding-top: 15px;
}
.mr_content_line { display: none; }
.bon_content .bon_content_line img,
.mr_content .mr_content_line img {
	float: left;	
	width: 150px;
	height: 150px;
	border: 1px solid #666666;
}
.bon_content .bon_content_line h2,
.bon_content .bon_content_line h3,
.bon_content .bon_content_line h4,
.bon_content .bon_content_line p,
.mr_content .mr_content_line h2,
.mr_content .mr_content_line h3,
.mr_content .mr_content_line h4,
.mr_content .mr_content_line p {	
	padding: 0;
	margin: 0;	
	margin-left: 170px;	
}
.bon_content .bon_content_line h2,
.mr_content .mr_content_line h2 {
	font-weight: bold;
	font-size: 13px;
}
.bon_content .bon_content_line h3,
.mr_content .mr_content_line h3 {
	font-weight: bold;
	font-size: 12px;
}
.bon_content .bon_content_line h4,
.mr_content .mr_content_line h4 {
	font-weight: normal;
	font-size: 11px;
}
.bon_content .bon_content_line p,
.mr_content .mr_content_line p {
	font-weight: normal;
	font-size: 12px;
}
.bon_content .newline h2,
.mr_content .newline h2 {
	clear: left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 35px;
	margin-left: 110px;
}
.kursiv {
	/* font-style: italic; */
	line-height: 20px;
}

.pagination {
	padding-top: 15px;
	font-size: 10px;
}        
.pagination a {
    text-decoration: none;
	border: solid 1px #666;
	color: #ccc;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #333;
    color: #fff;
	border: solid 1px #ccc;
}

.pagination .current.prev, .pagination .current.next{
	color:#666;
	border-color:#666;
	background:#333;
}
.band {
	float: left;
	height: 198px;
	width: 245px;
	border: 1px solid #222;
	text-align: center;
	line-height: 198px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.band img {
	vertical-align: middle;
}

#news h3 {
	font-size: 14px;
}
#news p {
	font-size: 12px;
}

.linklist {
	margin-top: 50px;
	font-weight: normal;
	font-size: 13px;	
}
.linklist a:link, .linklist a:visited {
	text-decoration: none;
	line-height: 21px;
}
.linklist a:hover {
	text-decoration: underline;
}
