/* CSS Document */

.rahmen {
	border: #FFFFFF 1px solid;
}

.rahmen_links {
	border-left: #FFFFFF 1px solid;
}

.rahmen_rechts {
	border-right: #FFFFFF 1px solid;
}


body {
	background-color: #18161b;
		font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.textItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#headBody {
	padding:0;
	margin:0;
	background-image: url(../upload/Images_Header/default.jpg);
	bckground-repeat:no-repeat;
	/*background-position:240px 0;*/
	width:150px;
	height: 453px;
}

.metaNavigation {
 border-spacing: 8px;
}

a.meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-decoration:none;
}
a.meta:hover {
	text-decoration:underline;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12spx;
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

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

#contactForm .contactRow input {


}

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

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

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#000;
	padding:0 20px 0 0;
	font-size:12px;
	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;
}
