* { 
	font-size: 12px;
	line-height : 18px;
  }


body {
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	line-height : 18px;
	color: fff;
	scrollbar-face-color: #DDDDDD;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-highlight-color: #8F2B2D;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-darkshadow-color: #8F2B2D;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #8F2B2D;
	margin: 0;
	padding: 0;
}

a { 
	color : #FF7676;
    text-decoration : none;
    font-weight : bold;
  }

a:hover {
    color : #FF7676;
    text-decoration : underline;
    font-weight : bold;
  }

/*Formatierung Tabellen*/
table.container {
	background: url(../images/right_house_back.jpg) 100% 0 no-repeat #006;
	height: 100%;
}

table.full {
	height: 100%;
}

td.right {
  background:url(../images/right_bg.gif) repeat-y #b90000;;
}

td.adresse {
	font-size : 10px;
	color : #eeeeee;
	line-height: 20px;
}

td.adresse a {
	font-size : 10px;
	color : #FF7676;
	text-decoration: none;
}

td.adresse a:hover {
	font-size : 10px;
	color : #FF7676;
	text-decoration: underline;
}

td.content {
	padding: 55px;
	border-top: 1px solid #b00;
	font-size: 12px;
	line-height: 18px;
}

/*Formatierung Navi*/
table.navi {
	font-family:"Times New Roman", Times, serif;
	border-top: 1px solid #b00;
	border-bottom: 1px solid #b00;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 21px;
	width: 732px;
}

table.navi a{
	color: #b00;
	padding: 3px 6px;
	background-color: #ddd;
	text-decoration: none;
	line-height: 21px;
	border-right: 1px solid #b00;
}

table.navi a:hover{
	color: #b00;
	background-color: #fff;
	text-decoration: none;
}

table.navi a.activ{
	color: #b00;
	background-color: #fff;
	text-decoration: none;
	cursor: default;
}

.first{
	border-left: 1px solid #b00;
}

/*Formatierung Texte*/
div.pageheader, span.pageheader {
	font-family:"Times New Roman", Times, serif;
	font-size : 24px;
	color : #ffffff;
	margin-bottom : 20px;
	letter-spacing : 1px;
}

div.subheader {
	font-weight : bold;
	color: #eeeeee;
	line-height : 22px;
	text-decoration : underline;
}

p {
	text-align : justify;
}

p.top {
	margin-top: 0px;
}

li {
	padding-bottom:5px;
}

div.floatrechts {
	float: right;
	width: 225px;
	margin-left: 55px;
	margin-bottom: 255px;
	font-size: 11px;
	line-height: 16px;
	color: #eee;
}

img.rot {
	border: 1px solid #ad0000;
}

.zitat {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	letter-spacing: 1px;
}

div.picsubline {
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #efefef;
  line-height : 18px;
  text-align : right;
}

span.bold {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #ffffff;
  line-height : 18px;
  text-align : justify;
}

ul.people {
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: auto;
	list-style-type: none;
}
ul.people li {
	display: block;
	float: left;
	margin-right: 18px;
	width: 180px;
	font-size: 11px;
	line-height: 16px;
}
ul.people li.last {
	margin-right: 0px;
}
.clear {
	clear: both;
}
#navi {
	list-style:none;
	margin:0px !important;
	padding:0px !important;
}
#navi li {
	float:left;	
	margin:0px !important;
	padding:0px !important;
	height:21px;
}

