﻿/* CSS-Layout */
html {
	height: 101%; 
	font-size: 75%;
}

body {
	background-color: #FFCC00;
}

h1 {
	/* grosse Ueberschrift */
	font-family: Georgia, serif;
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}

h2 {
	/* Untertitel fuer grosse Ueberschrift */
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

h3 {
	/* Texttitel */
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
}

h4 {
	/* Fliesstext */
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

h5 {
	/* Navigation */
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}

h6 {
	/* Fliesstext kursiv */
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}


a {
	color: #808080;
}
a:visited {
	color: #808080;
}
a:active {
	color: #000000;
}
a:hover {
	color: #C0C0C0;
}

div#masthead {
	position: relative;
	width: 100%;
}

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

div#header {
	margin-left:200px;
}

div#container {
	position: relative;
	width: 80%;
}

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

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

div#right_col {
	width: 150px;
	height: 183px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('images/scherenschnitt_b2.jpg');
	border-width: medium;
	border-color: black;
}

#footer {
}


