@charset "UTF-8";
/* CSS Document */

/*Global Reset*/
* {
	margin:0;
	padding:0;
}
body {
	color: blue;
	background-color: #FFC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.klein {
	color: maroon;
	font-size: 10px;
	line-height: 12px;
}
.gross {
	color: navy;
	font-size: 14px;
	font-weight: bold;
	margin: 2.33em 0;
}
img {
	border: none;
}
a:link {
	color: blue;
	font-weight: bold;
}
a:visited {
	color: purple;
	line-height: 14px;
	text-decoration: underline;
}
a:hover {
	color: maroon;
	line-height: 14px;
	text-decoration: underline;
}
h1 {
	color: navy;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 1em 0;
	}
h2 {
	color: navy;
	font-size: 14px;
	font-weight: normal;
	margin: 1.0em 0;
}
h3 {
	color: navy;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px 0;
}
h4 {
	color: navy;
	font-size: 14px;
	margin: 1,0em 0;
}
td {
	font-size: 12px;
}
#Wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#Left {
	position: absolute;
	width: 160px;
}
#Logo {
	position: absolute;
	top: 10px;
}
#Navigation {
	position: absolute;
	top: 270px;
	}
#Navigation li {
	list-style-type: none;
	margin-top: 5px;
}
#Center {
	position: absolute;
	margin-top: 10px;
	left: 200px;
	width: 480;
}
#Titel {
	margin-top: 32px;
	width: 480;
}
#Inhalt {
	position: absolute;
	width: 480px;
	min-height: 400px;
	margin-top: 45px;
	overflow: auto;
}
#Right {
	position: absolute;
	left: 700px;
	width: 160px;
}
#Kalligrafie {
	margin-top: 10px;
}
#Adresse {
	width: 160px;
}
#Footer {
	position: absolute;
	top: 500px;
}
