@charset "utf-8";
/* CSS Document */

body
{
    margin:0px;
    padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#website
{
	margin:auto;
	text-align:center;
	width: 980px;
	border-right: 1px solid #084476;
}

#logo
{
	width: 299px;
	height: 120px;
	padding-top: 30px;
	float: left;
}

#titel
{
	float: left;
	padding-top: 20px;
	width: 480px;
	text-align: left;
}

#linie
{
	width: 980px;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: left;
}

#sprachnavigation
{
	float: left;
	width: 179px;
	text-align: right;
	padding-top: 100px;
	padding-right: 20px;
}

#menue
{
	width: 260px;
	height: 500px;
	background-color: #ffecd1;
	float: left;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.Inhaltsbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#inhaltsbereich
{
	float: left;
	width: 619px;
	padding: 30px;
	text-align: left;
	padding-right:30px;
	overflow: auto;
	height: 500px;
}

#adressbereich
{
	width: 940px;
	background-color: #ffecd1;
	padding: 20px;
}

/* ******************** SCHRIFTEN ******************* */
.menue
{
	font-size: 12px;
	color: #084476;
	font-weight: bold;
	line-height: 25px;
	text-align: left;	
}

.Stil2 
{
	font-size: 9
}
.Preisspalte1 {
	background-color: ffffc2;
}
.Preisspalte3 {
	background-color: #84a9d5;
}
.Preisspalte2 {
	background-color: #99aeOb;
}
.Formular {
	background-color: #CCCCCC;
}

/* ************* LINKS ***************** */
a:link {
	text-decoration: none;
	color: #004080;
}
a:visited {
	text-decoration: none;
	color: #004080;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#inhaltsbereich img
{
	border: 1px solid #084476;
}

