@charset "utf-8";
.sidebar {
    float: left;
    width: 193px;
	border: 1px solid rgb(106, 104, 51);
	background-color:#FFFFFF;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	bottom: 0px;
}

.sidebar > * {
    /*border-top: 1px dotted #000000;*/
    padding-bottom: 10px;
    padding-top: 10px;
	/*background: #FFFFFF; <--- background im gesamten sidebar*/
}

.sidebar > *:first-child {
    padding-top: 10px;
}

.sidebar div.news {
    /*margin-bottom: -10px; /* To make up for the content p */

}

.sidebar div.news h1 {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
    font-family: "Hobo Std", "Comic Sans MS", "Arial";
    color: #990000;
    margin-bottom: 0px;
}

.sidebar div.news > p {
    font-size: small;
    font-style: italic;
    margin-bottom: 10px;
}

.sidebar ul.nav {
    list-style: none;
}

.sidebar ul.nav li {
    /* Don't messs with lis, the are not properly formattable */
}

.sidebar ul.nav a, .sidebar ul.nav a:visited {
    display: block;
    width: 160px;
    text-decoration: none;
    /*background-color: #FFFFFF;  <-- background aufzählung im sidebar here*/
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: black;
	
}

.sidebar ul.nav a:hover, .sidebar ul.nav a:active, .sidebar ul.nav a:focus {
    color: gray;
}

.sidebarin {
	width: 185px;
	background-color:#D8D8B1;
	/* background-image:url(../images/hgsidebar.png); */
	background-repeat:repeat;
	border: 1px dotted #666666;
	margin: 3px;
	position: absolute; 
	top: 0px; 
	bottom: 0px;
}

.imgkasten {
border:#FFFFFF 4px solid;

}












