html {
	background-color: #FFFFFF;
}

body {
	margin: 30px 15px 15px 15px;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font: normal 80% trebuchet ms, georgia, sans-serif;
}

#container {
	width: 888px;
	height:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	position:relative;6
}

#left_container {
	position: absolute;
	width: 175px;
	min-height: 400px;
	padding: 5px;
	z-index: 0;
}
#expander {
	margin-left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -10px;
}

#news{
	display: block;
}
#newsoverflow{
	display: none;
}


#center_container {
	margin-left: 185px;
	position: absolute;
	width: 500px;
	min-height: 650px;
	border-left: 2px solid #0033FF;
	border-right: 2px solid #0033FF;
	padding: 5px;
	padding-top: 25px;
	z-index: 2;
}

#right_container {
	margin-left: 699px;
	position: absolute;
	width: 175px;
	height: 400px;
	padding: 7px;
	padding-top: 38px;
	z-index: 0;
	
}

#contentbox {
	width: 92%;
	min-height: 100px;
	background-color: #FFFFFF;
	border: 1px dotted #FF0000;
	padding: 5px;
}

#contentbox li {
	list-style-type: square;
	list-style: #FF0000;
	margin-left: -20px;
	font-size: 11px;
}
#contentbox ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#newsblock {
	position: relative;
	width: 95%;
	min-height: 100px;
	border-bottom: 2px dotted #FF0000;
	padding: 5px;
	padding-top: 25px;
	overflow:hidden; 
}

#newsblock img{
	float: left;
	padding: 15px 10px 5px 0px;
}


#cirkel_gif {
	position:absolute;
	width: 80px;
	height: 80px;
	background-image:url(images/cirkel.gif);
	background-repeat:no-repeat;
	z-index: 1;
	margin-left: 150px;
	top: -20px;
}
#cirkel {
	position:absolute;
	width: 80px;
	height: 80px;
	background-image:url(images/cirkel.png);
	background-repeat:no-repeat;
	z-index: 1;
	margin-left: 150px;
	top: -20px;
}



#dotline{
	position: absolute;
	width: 780px;
	height: 0px;
	border-bottom: dotted #FF0000 2px;
	margin-left: 100px;
	top: 53px;
	z-index: 1;
}

#loginbox {
	width: 270px;
/*	min-height: 100px;*/
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px dotted #FF0000;
	padding: 10px 10px 10px 10px;
}
	#loginbox h2 {
		margin: 5px 0;
		text-align: center;
	}
	
	#loginbox label {
		display: block;
		margin: 3px 0;
		font: 12px Arial;
	}
	#loginbox input.submit {
		margin: 3px 0;
		padding: 3px 5px;
	}

ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

li {
	list-style-type: circle;
	list-style: #FF0000;
	margin-left: -20px;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 0;
	color: #910000;
	font-size: 150%;
}
h1 {
	padding: 0;
	margin: 0;
	color: #302E23;
	font-size: 200%;
}

label {
		display: block;
		margin: 3px 0;
		font: 12px Arial;
}

#comment {
	font-style:italic;
	color:#CCCCCC;
}


a, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}


th {
	border-bottom: 2px solid #aaa;;
}
td {
	border-bottom: 1px solid #aaa;
	
}
tr {
	font: 12px Arial;
}
	tr.alt {
	 background: #CEE0FF;
	}
