﻿  /* CSS layout */
body {
	margin top: 20;
	padding: 0;
}

#seite {
	width: 1024px;
  	margin: 0 auto;
}

#top_nav {
	overflow: hidden;
	border-style: none solid solid solid;
	border-width: 1px;
	background-color: #0099CC;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	height: 25px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	background: #0099CC;
	text-align: center;
	clear: both;
}

/* Fußzeilen-Formatvorlagen */
#footer p {
	margin: 4px;
	font-size: 0.85em;
	color: #000000;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}

/* Navigation */
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
}
#top_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	/*border: 1px solid #cdc; */
}
#top_nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	/*border: 1px solid #c77;*/
	background-color: #0000FF;
}
