﻿/* CSS-Layout */
#masthead {
	position: relative;
	width: 100%;
	background-color:white;
	margin: 5px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	background-color:white;
}

#header {
	margin-left: 210px;
	height: 99px;
	background-image: url('images/illustration/bildfries.jpg');
	background-repeat:no-repeat;
}

#container {
	position: relative;
	width: 100%;
	background-color:white;	
	margin: 5px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	background-color:white;
}

#page_content {
	margin-right: 210px;
	margin-left: 210px;
	padding:8px;
	position: relative;
	background-color:white;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 5px;
	background-color:white;
}

#footer {
	background-color:white;
}

html {
	height: 101%; 
	font-size: 75%;
}

h1 {
	/* Ueberschrift rot fett*/
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
	margin-left: 5px;
	color:#FF0000;
}

h2 {
	/* Ueberschrift rot Versalien */
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1.2em;
	color: #FF0000;
}

h3 {
	/* Fliesstext */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.0em;
	font-style: normal;
	font-weight:normal;
	line-height: 1.5em;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 150px;
}

h4 {
	/* Navigation */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.0em;
	font-style: normal;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.5em;
}

h5 {
	/* Fussnote und Untertitel */
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.5em;
}

a {
	color:black;
	font-weight: bold;
}

a:visited {
	color:gray;
}

a:active {
	color:#FF3300;
}

a:hover {
	color:black;
}







