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

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

div#top {
	font-family: "Comic Sans MS", sans-serif;
	float: left;
	width: 100%;
	border: 1px solid black;;
	margin: 2px;
	margin-bottom: 20px;
	background-color: red;
	color: white;
	padding: 10px;
	}

div#navi {
	float: left;
	width: 175px;;
	margin-left: 2px;	
	}
	
div#content {
	float: left;
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;	
	}

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

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

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

div.sidetitle {
	background-color: green;
	color: white;
	font-family: "Comic Sans MS", sans-serif;	
	padding: 5px;
	}
	
div.sidetitle h1 {	
	margin: 0px;
	}
	
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 green;
	width: 100%;
	margin-bottom: 5px;
	background-color: white;
	}
div#liveticker table {
	width: 50%;
	}	
