﻿/* CSS-Layout */
#masthead {
	width: 1024px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	padding: 25px 0px 0px 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	top: 20px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #004080;
}

#footer {
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	background-color: #C0C0C0;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #C0C0C0;
	color: #808080;
}
#top_nav li {
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	width: 70px;
	line-height: 24px;
	height: 24px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
}
#top_nav a {
	color: #4766A7;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	color: #C0C0C0;
}
#titel_image {
}
#link_nav_vertikal {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	font-weight: bolder;
	color: #800080;
	text-decoration: blink;
}
