/* (c) 2007, Jan Henner */

body {
	font-family:Georgia, sans-serif;
	font-size:10pt;
	color:#999999
	padding-top:30px;
	margin:0px;
}

div#header {
	padding: 100px 10px 60px 40px;
	font-family: Calibri, serif;
	font-size: 22px;
	color: #CCCCCC;
	width: 340px;
}

div#content {
	border-left:#DDDDDD solid 3px;
	border-right:#DDDDDD solid 3px;
}

div#content2 {
	padding:0px 10px 10px 50px;
	font-family: Calibri, serif;
	color: #999999;
	width: 350px;
}

div#contentdanke {
	padding:10px 10px 10px 50px;
	font-family: Calibri, serif;
	color: #999999;
	width: 300px;
}

div#fehlerseiten {
	width: 320px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

div#content h1 {
	font-family: Calibri, serif;
	font-style: italic;
	font-size: 22px;
	font-weight:normal;	
	color: #999999;
	padding-top:10px;
	padding-bottom:15px
}

div#content h2 {
	font-family: Calibri, serif;
	font-style: italic;
	font-size: 19px;
	font-weight:normal;	
	color: #999999;
	padding-top:10px;
	padding-bottom:15px
}

div#content h3 {
	font-family: Palatino Linotype;
	font-style: normal;
	font-size: 16px;
	font-weight:normal;	
	color: #999999;
}

div#content h4 {
	font-family: Palatino Linotype;
	font-style: normal;
	font-size: 13px;
	font-weight:normal;	
	color: #999999;
}

div#content h5 {
	font-family:Georgia, sans-serif;
	font-size:9pt;
	font-weight:bold
	color:#999999
	padding:40px 0px 20px 0px
	padding-top:80px
}

.rahmen {
	clear: left;
	height: 130px;
	width: 400px;
	margin-left:150px;
}

.kontakt {
	clear: left;
	height: 550px;
	width: 400px;
	margin-left:150px;
}

.kontaktdanke {
	clear: left;
	height: 220px;
	width: 400px;
	margin-left: 150px
}

.impressum {
	clear: left;
	height: 460px;
	width: 400px;
	margin-left: 150px
}

.fehlerseiten {
	clear: left;
	height: 240px;
	width: 400px;
	margin-left: 150px
}

.titel {
	margin-left:155px;
}

/* ------- Textformatierung ------- */

/* ------- Footer ------- */
div#footer {
clear: both;
font: Calibri, sans-serif;
background-color: #E5E5E5;
color: #666666;
font-size: 9pt;
font-style: italic;
padding: 10px;
border-top: #996633 dotted 1px;
border-bottom: #CC6600 groove 2px;
}

.rahmenfooter {
	clear: left;
	height: 18px;
	width: 400px;
	margin-top: 50px;
	margin-left: 140px;
	margin-bottom: 40px;
}

div#footer a:link, div#footer a:visited, div#footer a:visited, div#footer a:active {
text-decoration:none;
color:#666666;
}

div#footer a:hover {
text-decoration:underline;
color:#000000;
}


/* +++für Kontaktformular+++ */

form {
margin:			0;
padding:		0
}

/* textfeld */
input, textarea {
width:			300px;
margin:			1px 0 4px;
padding:		2px;
border:			1px solid #E2E0C5;
}

/* focus */
input:focus,
textarea:focus {
border:			1px solid #999;
background:		#FFF
}

/* button */
#submit {
width:			300px
}

