﻿/* CSS-Layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/masthead_bg.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 16px;
}

#masthead {
	background-position: top;
	width: 700px;
	height: 150px;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #881D78;
	text-align: center;
	background-color: #881D78;
	background-image: url(../images/masthead_bg.gif);
	margin-right: auto;
	margin-left: auto;
}

#head {
	width:700px;
	text-align: left;
	background-image: url(../images/banner_top.jpg);
	background-position: 200px;
}

#banner {width:500px; background-image:url(../images/banner_top.jpg); background-position:200px; background-repeat:no-repeat}

#container {
	width: 700px;
	margin-top: 5px;
	text-align: center;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}

#left_col {
	width: 200px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 500px;
}

#right_col {
	width: 490px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 500px;
	overflow: auto;
}

#logo {
	background-image: url('../images/logo.jpg');
	height: 150px;
	width: 200px;
}

#page_content {
	text-align: left;
	vertical-align: top;
	width: 700px;
	background-image: url(../images/left_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 500px;
}

#footer {
	width: 100%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #881D78;
	font-size: 12px;
	color: #333333;
}


a.additionalnavi {
	font-size:10px;
	color: #333333;
	text-decoration: none;
}

.navi{
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #881D78;
}

a.navileft_passive {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#881D78;
	text-decoration: none;
} 

a.navileft_active {
	display:block;
	background-position:right;
	padding-top:5px;
	padding-bottom:5px;
	color:#881D78;
	text-decoration: none;
} 

a.navileft_open {
	padding-left:10px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#881D78;
	text-decoration: none;
} 

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
}

#contactForm .contactRow input {
	height:14px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}
