@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #19090A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
#container { 
    width: 1000px;
    margin-left: auto; /* Todo: Do cross browser centering */
    margin-right: auto;
    margin-top: 50px;
    text-align: left;
	min-height: 500px!important;
	background: #19090A;
}

#sidebar {
	width: 175px;
	min-height: 500px!important;
	background: none; 
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}

#content { 
	text-align:left;
	width: 825px;
 	margin: 0px 0px 0px 0px!important;
 	padding:0px;
 	background: none; 
 	float:left;
}



#head {
    height: 10px;
}

a {
    color:#996633;
}

a:hover {
    color:#FFFF99;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sprache a{
    display:block;
	text-decoration:none;
	color:#fff;
	background:#4C5E72;
	text-align:center;
}

#sprache a:hover{
    background:#19090A;
}

h3 {
    color: #4A0A0A;
}

p {
    font-size:12px;
}

.text_diaschau{
  color:#FFFF00;
 }
 

/*Linkes Menü */
.homebutton{
	text-decoration:none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

ul{
    list-style-type:none;
    margin:0;
	padding:0;
}
    
li{
    list-style-type:none;
    margin:0;
	padding:0;
}

ul li{
    list-style-type:none;
    margin:0;
	padding:0;
}

#menucase ul.vert-one{
    margin:0;
	padding-left: 20px;
	list-style-type:none;
	display:block;
	line-height:185%;
	width:120px;
	height: 50px;
}
#menucase ul.vert-one li{
    margin:0;
	padding:0;
	border-bottom:4px solid #19090A;
	/*border-left:1px solid #4C5E72;*/
}
#menucase ul.vert-one li a{
    display:block;
	text-decoration:none;
	color:#fff;
	background:#996633;
	padding:0 0 0 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#menucase ul.vert-one li a:hover{
    background:#663300;
}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{
    background:#663300;
    color: #ffffff;
	text-align:right;
	padding-right:10px;
	cursor:default;
}
