/* CSS Document */

@font-face {
    font-family: 'BebasNeue';
    src: url('font/BebasNeue.eot');
    src: url('font/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('font/BebasNeue.woff') format('woff'),
         url('font/BebasNeue.ttf') format('truetype'),
         url('font/BebasNeue.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

[if lte IE 8]>
@font-face {
	font-family: 'BebasNeue';
	src: url('font/BebasNeue.eot');
}
<![endif]

body {
margin:0; 
padding:0;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

#wrapper {
	margin: 0 auto 0 auto;
	width:875px;
	min-height:600px;
	height:auto;
}

#content {
	position:absolute;
	top:15px;
	margin-left:260px;
	overflow: auto;
	width:550px;  
	min-height:500px; /* just do simulate content */
	background-image: url(img/bg_white.png);
	float: inherit;
	margin-top: 0px;
	text-align: justify;
	padding: 10px 30px;
}

#sidebar {
	position: fixed;
	top:15px;
	width: 210px;
	height: 100%;
	min-height:200px; /* just do simulate content */
	z-index: 100;
}
/* END OF LAYOUT */

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 1.6em;
	text-align: justify;
}
.right {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 1.6em;
	text-align: right;
}
.left {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 1.6em;
	text-align: left;
}
a:link {
	color: #4F0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F0000;
}
a:hover {
	text-decoration: underline;
	color: #9B0B0E;
}
a:active {
	text-decoration: none;
	color: #9B0B0E;
}

h1 {
	font-family: 'BebasNeue';
	font-size:2em;
	text-align:right;
	font-weight:normal;
	font-style:normal;
	color:#9B0B0E;
}
h2 {
	font-family: 'BebasNeue';
	font-size:1.2em;
	font-weight:normal;
	font-style:normal;
	color: #000;
}
.quelle {
	font-size:0.9em;
	color:#000;
	line-height:1em;
}
img {
	border:1px solid #999;
}
.logo { 
   border:0px;
}
img.floatLeft {
	float: left;
	margin: 5px 10px 3px 0;
}
img.floatRight {
	float: right;
	margin: 5px 0 3px 10px;
}
img.logoLeft {
	float: left;
	border:0px;
	margin: 5px 10px 3px 0;
}
img.logoRight {
	float: right;
	border:0px;
	margin: 5px 0 3px 10px;
}


/* MENU */
.menu{
	margin:0 0 0 50px;
	padding:0;
	width:210px;
	list-style:none;
}
.menu li{
	padding:0;
	margin:0 0 1px 0;
	height:30px;
	display:block;
}
.menu li a{
	text-align:right;
	height:30px;
	padding:0px 0px 0px 0px;
	font-family: 'BebasNeue';
	font-size:22px;
	display:block;
	background:url('img/menu.png') 0px 0px no-repeat;
	text-decoration: none;
	outline:none;
	color:#333
}
.menu li a:hover{
	background:url('img/menu.png') 0px -40px no-repeat;
	color:#9B0B0E
}
.menu li a.active, .menu li a.active:hover{
	background:url('img/menu.png') 0px -80px no-repeat;
	color:#9B0B0E
}
.menu li a span{
	line-height:30px;
}

table
{
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	vertical-align: top;
	text-align: left;
}
tr
{
	height:14px;
} 
#wrapper #sidebar .menu img {
	border:0px;
}
