/* CSS-Site */
/* CSS by klajo.com Webmaster */
/* thx for visiting KLAJO.COM */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;	
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	}
	
a, a.visited {
	color: black;
	}

a:hover {
	text-decoration: none;
	color: blue;
	}

div#top {
	float: left;
	width: 100%;
	/*border-top: 5px solid black;*/
	border-bottom: 20px solid #333333;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	/*background-color: #333333;*/
	}
	
div#top div {
	border-bottom: 5px solid black;
	}	
	
div#topline {
	color: white;
	background-color: black;
	font-size: 0.75em;
}	

div#navi {
	float: left;
	width: 175px;;
	margin-left: 10px;	
	}
	
div#content {
	float: left;
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;	
	padding-left: 5px;
	border-left: 5px solid black;
	}
	
div#content h1 {
	font-size: 1.5em;
	}
	
div#content h1 a {
	text-decoration: none;
	}	
	
div#content h1 a.visited {
	text-decoration: none;
	}		
	
div#content h1 a:hover {
	text-decoration: underline;
	color: blue;
	}			

div.contententry {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px dotted black;
	background-color: white;
	}
		

div.contenttitle {
	}
	
div.contentcontent {
	}			
	
div#rightblock {
	float: left;
	width: 150px;
	}	

div.sideentry {
	border: 1px solid black;
	margin-bottom: 5px;
	background-color: white;
	}

div.sidetitle {
	background-color: #333333;
	color: white;
	}
	
div.sidetitle h1 {	
	margin: 0px;
	font-size: 1.5em;
	}
	
div.sidetitle a, a.visited {
	color: white;
	text-decoration: none;
	}
	
div.sidecontent {
	}						

div#footer {
	margin-top: 10px;
	float: left;
	width: 100%;
	background: #CCCCCC;
	text-align: center;
	font-size: 0.75em;
	}
	
div#liveticker {
	border: 3px solid #333333;
	width: 100%;
	margin-bottom: 5px;
	background-color: white;
	}
div#liveticker table {
	width: 50%;
	}	