﻿  /* CSS layout */
body {
	font-family: Georgia;
	font-size: 0.8em;
	background-image: url("../img/master-bg.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style1 {
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#731D1E
}
.stlye2 {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
	color:black
}

.stlye3 {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-weight:normal;
	color:black
}

.stlye4 {
	font-family:"Times New Roman", Times, serif;
	font-size:x-small;
	font-weight:normal;
	color:black
}
#masthead {
	font-family: Georgia;
	font-size: xx-large;
	padding: 5px 20px 10px 20px;
	font: normal normal bold medium Georgia;
	width: 800px;
	height: 80px;
	margin: 0px auto;
	background-color: white;
	color: #731D1E;
	position: relative;
}
#top_nav {
	width: 840px;
	height: 5px;
	margin: 0px auto;
	background-color: #000000;
	position: absolute;
}
#container {
	position: absolute;
	width: 800px;
	background-color: white;
	padding: 5px 20px 10px 20px;
}

#left_col {
	position:absolute;
	width: 140px;
	height: 400px;
	background-color:#CCCCCC
}

#page_content {
	position:absolute;
	width: 600px;
	height: 400px;
	margin-left: 200px;
	background-image: url("../img/intro.jpg")
}

#page_content_impressum {
	position:absolute;
	width: 600px;
	height: 400px;
	margin-left: 202px
}
#impressum {
	background-image: url('../de/img_sub/back_impressum.jpg');
	width: 672px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-left: 0px;
}
#footer {
	position: absolute;
	top: auto;
	width: 841px;
	bottom: 0;
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

