﻿@import url("layout.css");
body {
	font: 76% tahoma, verdana, sans-serif;
	color: #FFFFFF;
	background-color: #1F1F1F;
	
	scrollbar-arrow-color: #fff ;
	scrollbar-3dlight-color: #481614;
	scrollbar-darkshadow-color: #481614;
	scrollbar-face-color: #581E15;
	scrollbar-highlight-color: #581E15;
	scrollbar-shadow-color: #481614;
	scrollbar-track-color: #000000;

}
#container {
	background-image: url('../images/spotlight_bg_960width.jpg');
	background-color: #000000;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
#masthead {
	/*width: 850px;*/
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 180px;
	/*position: relative;
	clear: both;*/
	margin-left: 0px;
	/*display: inline;*/
}
#content {
	float: right;
	width: 720px;
	height: 433px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 0 10px 10px 10px;
	background-color: ;
	position: relative;
	overflow: auto;
}
#footer {
	text-align: center;
	clear: both;
	width: 960px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	/*border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: 0px;*/
	line-height: 1.5em;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.9em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

p {
	font-size: 1.1em;
}


h1 {
	font-size: 2.2em; 
	font-weight:400;
}

h2 {
	font-size: 1.8em; 
	font-weight:600;
}

h3 {
	font-size: 1.4em; 
	font-weight:400;
}



/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.4em;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1.0em;
}
#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 3px;
	/*border-bottom: 1px #666666 dotted;*/
}
#sidebar a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f2f2f2;
	background-image: url('../images/spotlight_koepfe3_180px.jpg');
	/*border-bottom: 1px solid #f2f2f2;*/
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #666666;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


	
.image_style_no_border {
	border-width: 0px;
}

.liststyle_square {
	list-style-type: square;
	font-size: 11px;
	line-height: 1.4em;
}




