html,body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #1e1e1e;
	margin: 0px;
    padding: 0px;
    border:none;
	background-image: url(mats/background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

/* ================================= BASE */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color:#0066FF;
	margin: 0px 0px 0px 0px;
}

p {
text-align: justify;
line-height: 17px;
}

.picture_r {
	margin: 0px 0px 10px 20px;
	float: right;
}

.picture_r_border {
	margin: 0px 0px 10px 20px;
	float: right;
	border: 3px solid #15a8db;
}

.picture_l {
	margin: 0px 10px 10px 0;
	float: left;
}

a:link {
	text-decoration: underline;
	color: #0066ff;
}

a:visited {
	text-decoration: underline;
	color: #0066ff;
}

a:hover {
	text-decoration: none;
	color: #0066ff;
}

a:active {
	text-decoration: underline;
	color: #0066ff;
}

/* ================================= PAGE */

#slide {
height: 300px;
}

#navigation {
width: 200px;
background-color: #EFEFEF;
padding: 20px 0 10px 0;
vertical-align: top;
}

#content {
background-color:#FFFFFF;
padding: 20px 20px 10px 10px;
vertical-align: top;
text-align: left;
height: 360px;
}

#content_bottom_right {
vertical-align: top;
background-color: #CCCCCC;
padding: 15px 0 0 0;
background-image: url(mats/bottom_shadow2.jpg);
background-repeat: no-repeat;
}

#content_bottom_left {
vertical-align: top;
background-color: #CCCCCC
padding: 15px 0 0 0;
background-image: url(mats/bottom_shadow_left.jpg);
background-repeat: repeat-x;
}

#layout_end {
height: 21px;
background-image: url(mats/downbar.jpg);
padding-left: 5px;
font-size: 9px;
color: #CCCCCC;
}

#menu {
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
padding: 0;
margin: 0;
}

#menu a:link{
display: block;
padding: 0px 0px 0px 4px;
text-decoration: none;
color: #333333;
}

#menu a:visited{
display: block;
padding: 0px 0px 0px 4px;
text-decoration: none;
color: #333333;
}

#menu a:hover {
background-color: #0099FF;
color: #FFFFFF;
text-decoration: none;
color: #FFFFFF;
}

#menu a:active {
color: #FFFFFF;
text-decoration: none;
color: #333333;
}

.underline_top {
border-top: 1px solid #cccccc;
line-height: 18px;
color: #000000;
text-transform: none;
width: 100%;
}

.underline_top_selected {
border-top: 1px solid #cccccc;
background-color: #FFFFFF;
color: #FFFFFF;
line-height: 18px;
text-decoration: underline;
text-transform: none;
width: 100%;
}

.underline_sub {
margin: 2px 0 2px 0;
text-transform: none;
line-height: 13px;
width: 100%;
}

.dot{
padding: 0px 8px 0px 0px;
border: 0;
width: 3px;
height: 8px;
}

.contentdot{
padding: 0px 8px 0px 0px;
border: 0;
width: 6px;
height: 6px;
}

.table_people {
float: left;
}

#table_people_td1 {
vertical-align: top;
text-align: left;
}

#table_people_td2 {
vertical-align: top;
text-align: right;
padding: 10px 10px 10px 100px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 13px;
font-weight: bold;
background-image: url(mats/bg_zitat.gif); 
background-repeat: no-repeat; 
background-position: left; 
}

.table_ansprechpartner td {
vertical-align: top;
text-align: left;
}

.headline {
border-bottom: 1px dotted #666666;
line-height: 12px;
font-weight: bold;
text-align: left;
width: 100%;
margin: 20px 0 5px 0;
background-color: #F7F7F7;
}

.bereich {
font-size: 9px;
}

.content_bottom_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.angebote_link:link {
	line-height: 17px;
	display: block;
	border-bottom: 1px dotted #999999;
	background-color: #DFDFDF;
	padding: 0 0 0 10px;
	vertical-align: middle;
	text-decoration: none;
}
.angebote_link:hover { color: #000000; }

.angebotstabelle {
	margin-top: 30px;
}

#angebote_fussnoten {
color: #444444; font-size: 12px; line-height: 18px;
}
.angebote_fussnoten_focus { margin-bottom: 10px; padding: 10px 5px 10px 5px; }
.angebote_fussnoten_focus:hover { background-color: #DDDDDD; color: #000000;}


