@charset "UTF-8";

body  {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: repeat;
}

a:link {
	color: #003770;
}

a:visited {
	color: #003770;
}

a:hover {
	color: #003770;
}

a:active {
	color: #003770;
}

#header {
	position: absolute;
	width: 560px;
	margin-top: 80px;
	height: 150px;
	margin-left: 280px;
	color: #003770;
}

.header_headline {
	font-weight: bold;
	font-size: 42px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}

.header_subline {
	font-size: 15px;
}

#adresse {
	position: absolute;
	width: 180px;
	margin-top: 80px;
	height: 150px;
	margin-left: 880px;
	color: #003770;
	text-align: right;
	font-size: 10px;
}

.adresse_name {
	font-size: 19px;
}

.adresse_beruf {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#navigation {
	list-style: none;
	position: absolute;
	margin-left: 235px;
	width: 520px;
	height: 40px;
	margin-top: 264px;
}

#navigation ul {
	margin-top: 1px;
	margin-left: -25px;
}

#navigation li {
	float: left;
	list-style-type: none;
}

#navigation li a {
	text-align: center;
	color: #003770;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: block;
	padding: 9px 10px;
}

#navigation li a:hover {
	background-color: #aab9ca;
}

#navigation li.active {
	background-color: #aab9ca;
}

.content_headline {
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	color: #003770;
}

.content_subline {
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	color: #003770;
}

.content_klein {
	font-size: 10px;
}

#container_index {
	width: 1300px;
	height: 1050px;
	background-image: url(../img/papier_index.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container {
	width: 1300px;
	height: 1050px;
	background-image: url(../img/papier.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	position: absolute;
	width: 400px;
	margin-left: 280px;
	margin-top: 420px;
	height: 500px;
}

#content_breit {
	position: absolute;
	width: 720px;
	margin-left: 280px;
	margin-top: 420px;
	height: 500px;
}

#content ul {
	margin-top: 0px;
	margin-left: -15px;
	list-style-type: square;
}

#meta {
	position: absolute;
	width: 400px;
	margin-left: 280px;
	margin-top: 950px;
	height: 20px;
}

#polaroid {
	position: absolute;
	width: 330px;
	margin-left: 705px;
	margin-top: 415px;
	height: 415px;
}

.infotext {
	background-color: #d5dae0;
	color: #003770;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.tooltip {
	background-color: #d5dae0;
	color: #003770;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	font-size: 11px;
}

.formtext {
	background-color: #d5dae0;
	width: 240px;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	height: 20px;
	margin-top: 0px;
}

.formarea {
	background-color: #d5dae0;
	width: 240px;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	height: 90px;
	margin-top: 0px;
}

.formbutton {
	background-color: #003770;
	margin-right: 10px;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	border: 1px solid #ffffff;
}
