/* CSS Document */

body {
	background-color: #fff;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
}

div#container {
	width: 1000px;
	margin: 10px auto;
	border: 1px solid #03f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

a {
	text-decoration:none;
	color: #00F;
}
a:hover {
	text-decoration:underline;
}

div#header {
	height: 120px;
}
div#main {
	padding: 10px;
	min-height: 400px;
}
div#main ul {
	padding-left: 0px;
	margin-left: 0px;
}
div#main li {
	list-style: none;
	padding-left: 20px;
	background-image:url(/bilder/dot.png);
	background-repeat:no-repeat;
	padding-top: 2px;
	min-height: 16px;
}
ul#menu {
	margin: 0;
	padding:0;
}
ul#menu li {
	background-image:none;
	list-style:none;
	display:inline-block;
	float:left;
	margin-right:10px;
	padding: 5px;
	color: #03f;
	font-family: Tahoma, Geneva, 'Arial Black', Arial sans-serif;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #eef;
	font-size: 14px;
	text-transform:uppercase;
}	
ul#menu li:hover {
	background-color: #9cf;
	cursor:pointer;
}
ul#menu li a:hover {
	text-decoration:none;
}

ul#menu li.active {
	background-color: #9cf;
	color: #fff;
}
div#footer {
	padding-top: 5px;
	border-top: 1px solid #03f;
	height: 30px;
	margin: 0 10px;
	color: #444;
}

h1 {
	color: #03F;
	font-size: 24px;
	font-family: Tahoma, Geneva, 'Arial Black', Arial sans-serif;
}
h2 {
	color: #03f;
	font-family: Tahoma, Geneva, 'Arial Black', Arial sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}
	
	
div#newsright {
	float: right;
	width: 240px;
	margin-left: 20px;
}
div#newsright div.news {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #03f;
}

div#newsright h2  {
	margin: 0;
	margin-bottom: 8px;
	padding: 2px;
	border-bottom: 1px solid #03f;
	border-top: 1px solid #03f;
	color: #03f;
	font-family: Tahoma, Geneva, 'Arial Black', Arial sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	
}
div#newsright h3 {
	margin:0;
	padding: 1px;
	color: #111;
}
div#newsright p.date {
	margin:0;
	padding-top: 1px;
	color: #333;
}
	
div.news {
	border-top: 1px dotted #03F	;	
	padding-top:10px;
}
div#news div.images a {
	display:block;
	float:left;
	margin-right: 10px;
	border: 1px solid #03F;
}
div#news div.images a img {
	margin: 4px;
}
div#news div.images a:hover img {
	border: 4px solid #03f;	
	margin: 0px;
}
	
/* ClearFix
----------------------------------------------------------------*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}  
 /* Holly Hack Targets IE Win only \*/
* html .clearfix {height:1%}
.clearfix {display:block}
 /* End Holly Hack */ 	