body {
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	line-height: 16px; 
	font-color: #000000; 
	margin: 0px;
	padding: 0px;
}	
/******************************************************************************
 MAIN CONTAINER
******************************************************************************/
#header {
	width: 735px;
	height: auto;
	margin-left: 10px;
}
#navigation {
	margin-top: 10px;
	float: left;
	width: 100px;
	line-height: 11px;
	padding-left: 10px;
}
#home_pictures {
	padding-top: 20px; 
	margin-left: 10px;
	padding-bottom: 20px;
}
#content {
	margin-top: 7px;
	float: left;
	width: 420px;
	margin-left: 10px;
	padding: 0px;
}
#service {
	margin-top: 10px;
	float: left;
	width: 195px;
	margin-left: 10px;
}
#footer {
	height: 40px;
	clear: both;
	width: 420px;
	padding-top: 30px;
	margin-left: 120px;
	color: #959595;
}
#popup {
	width: 500px; 
	height: 420;
	margin: 0 auto;
	padding: 0px;
}
/* Kommentarbeginn, MAC IE sieht Ende des Kommentars nicht wegen Backslash und interpretiert folgenden Code als Kommentar
\*/
#popup {
	width:500px; 
	height:420px; 
	position:absolute; 
	top: 50%; 
	text-align:left; 
	left: 50%; 
	margin:-210px 0px 0px -255px;
}
/* Zweites Kommentar,MAC IE sieht hier das Ende des Kommentars
*/
.index_content {
	float: left;
	width: 358px;
	padding-left: 10px;
}
/******************************************************************************
 STANDARD CLASSES
******************************************************************************/
img {
	border: 1px solid #D7D7D7;
}
img.noborder {
	border: 0px;
}
a {
	text-decoration: underline;
	color: #752268;
	font-weight: bold;
}
a.big {
	font-size: 13px;
}
a.email {
	text-decoration: none;
	background-image: url(../images/icon_mail.gif); 
	background-repeat: no-repeat; 
	background-position: 0 3px; 
	padding-left: 18px;
	font-weight: normal;
}
a.extern {
	font-weight: normal;
}
.headline {
	color: #752268;
	font-size: 13px;
	font-weight: bold;
}
.smallHeadline {
	color: #752268;
	font-size: 11px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.colored {
	color: #752268;
}
.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
}
p, span {
	padding: 0px;
	margin: 0px;
}
/******************************************************************************
 HEADER CLASSES
******************************************************************************/
#header .left {
	vertical-align: text-bottom;
	float: left;
	width: 540px;
	height: 64px;
	margin-bottom: 6px;
}
#header .right {
	float: left;
	width: 195px;
	height: 59px;
}
#header .grayBar {
	background-color:#D7D7D7;
	clear: both;
	width: 735px;
	height: 5px;
	margin-top: 1px;
}
#header .lavenderBar {
	clear: both;
	background-color:#752268;
	width: 735px;
	height: 10px;
}

#header .headline_de,
#header .headline_en {
	width: 735px;
	height: 30px;
	background-image: url(../images/headline_de.gif);
	background-repeat: no-repeat; 
	background-position: 0 2px;
	text-align: right;
	line-height: 33px;
	font-size: 11px;
	font-weight: bold;
	color: #752268;	
}

#header .headline_en {
	background-image: url(../images/headline_en.gif);
}

#header .headline_de a,
#header .headline_en a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#header .headline_index {
	color: #752268;
	font-size: 13px;
	font-weight: bold;
}
/******************************************************************************
 NAVIGATION CLASSES
******************************************************************************/
#navigation a {
	background-image: none;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#navigation .inactiveLevel1 {
	margin-bottom: 1px;
	background-color: #752268;
	background-image: url(../images/bg_highlight.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px 7px 10px;
}
#navigation .activeLevel1 {
	margin-bottom: 1px;
	background-color: #E8E8E8;
	padding: 5px 10px 7px 10px;
}
#navigation .inactiveLevel2 {
	margin-bottom: 1px;
	color: #752268;
	font-weight: bold;
	padding: 5px 10px 7px 10px;
}
#navigation .activeLevel2 {
	margin-bottom: 1px;
	padding: 5px 10px 7px 10px;
	color: #000000;
}
#navigation a.active1 {
	color: #FFFFFF;
	font-weight: bold;
}
/******************************************************************************
 FOOTER CLASSES
******************************************************************************/
#footer .hr {
	margin-top:3px;
	margin-bottom: 3px;
}
/******************************************************************************
 CONTENT CLASSES, also for POPUP
******************************************************************************/
#content table, #popup table {
	width: 100%;
	height: auto;
	vertical-align: top;	
}
#content td {
	vertical-align: top;
}
#content td.twoColumns {
	width: 200px;
}
#content td.verticalSpacer {
	width: 20px;
}
#content td.headline {
	height: 40px;
	vertical-align: middle;
}
#content td.colored, #content th, #content tr.colored, #popup td.colored {
	background-color: #EEE9F4;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	color: #000000;
}
#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#content a {
	text-decoration: underline;
}
#content a.email {
	text-decoration: none;
}

#content table tr td hr {
	margin-bottom: 20px;
	color: orange;
}

/******************************************************************************
 SERVICE CLASSES
******************************************************************************/
#service a, #service a:hover, #service a:visited {
	text-decoration: none;
}
#service a, #service a:hover, #service a:visited {
	font-weight: normal;
}
#service .header {
	background-color: #752268;
	background-image: url(../images/bg_highlight.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
}
#service .box {
	background-color: #EEE9F4;
	color: #752268;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 1px;
	height: auto;
	padding-bottom: 10px;
}
#service .headline {
	font-size: 11px;
}
#service .hr {
	margin-bottom: 8px;
}
#service p{
	margin-bottom: 8px;
}


