﻿/* CSS-Layout */
#obererkopf{
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#inhalte {
	position: relative;
	width: 100%;
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: justify;

}

#left_s {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_s {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align:left;
}

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

.bodyText {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: justify;
}

h2 {
	font:18px georgia;
	color: #CC0000;
}

h3 {
	font:16px georgia;
	color: #CC0000;
}

