/*
	CSS & Box Model Hacks (c) by Frank Michel Media
*/

body {
	display: block;
	position: static;

	text-align: left;

	margin: 0px;

	background-image: none;
}

div {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 16px;
}

#container {
	display: block;
	position: static;

	text-align: left;
	
	width: 630px;	

	background-color: #FFFFFF;
}

#header {
	display: block;
	position: static;

	text-align: left;
	
	margin: auto;
	padding-top: 10px;

	width: 630px;

	background-color: #FFFFFF;
}

#logo {
	display: block;
	position: static;

	text-align: left;
	
	margin: 0px;	
	padding-top: 20px;
	padding-bottom: 20px;

	width: 630px;
}

#topnav {
	display: none;
}

#navigation {
	display: none;
	border: 0px;
}

.noscript {
	display: none;
}

#main {
	display: block;
	position: static;

	clear: both;
	margin: 0px;
	padding-bottom: 20px;

	width: 630px;

	/* vertical-align: text-top; */
}

.bread {
	color: #A0A0A0;
	font-size: 10px;	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	
	margin-bottom: 10px;
}

#content_index {
	display: block;
	position: static;
	
	float: left;
	text-align: left;
	
	margin: 0px;	
	padding-top: 20px;
	
	width: 400px;
}

#content {
	display: block;
	position: static;
	
	float: left;
	text-align: left;
	
	margin: 0px;	
	padding-top: 20px;
	
	width: 630px;
}

#news {
	display: block;
	position: static;
	
	float: right;
	text-align: left;

	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	
	width: 230px;
}

#subnav {
	display: block;
	position: static;
	
	float: right;
	text-align: left;

	margin: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
	
	width: 230px;
}

.testimonials {
	margin-bottom: 10px;
	padding-left: 20px; /* BMH */	

	width: 210px;
	width: "230px";
	
	height: 50px;
}

.comment {
	color: #000000;
	font-size: 11px;
	line-height: 14px;		
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.orator {
	color: #A0A0A0;
	font-size: 11px;
	line-height: 14px;		
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.news_title {
	background-image: url("../images/bg_news.gif");
	
	margin-bottom: 20px;	
	margin-left: 20px;
	
	width: 210px;
		
	border-bottom: 1px solid #010a74;
	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;	
}

.news_content {	
	margin-bottom: 20px;
	padding-left: 20px; /* BMH */
	padding-right: 20px; /* BMH */	

	width: 210px;
	width: "230px";
	
	font-size: 11px;
	line-height: 14px;
}

div.stopfloat {
	clear: both;
	visibility: hidden;
}

#footer {
	display: block;
	position: static;

	clear: both;
	text-align: left;
	
	margin: auto;

	width: 630px;
}

#copyright {
	display: block;
	position: static;
	
	float: left;
	text-align: left;

	padding-top: 10px;

	width: 400px;

	color: #666666;	
	font-size: 10px;
}

#appendix {
	display: block;
	position: static;
	
	float: right;
	text-align: right;

	padding-top: 10px;
	
	width: 230px;

	color: #666666;
	font-size: 10px;
}

/* TEXT */

ul {
	list-style-image: url("../images/pfeil.gif");
	margin-left: 0px;
	padding-left: 20px;
}

h1 {
	color: #c30c3e;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;

	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;

	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: -8px;
	padding-left: 8px;
	
	border-left: 8px solid #c30c3e;
	background-color: #f7f7f7;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;	
	font-family: Arial, Tahoma, Verdana, sans-serif;

	margin-bottom: 0px;
	margin-top: 0px;
}

/* LINKS */

a {
	color: #c30c3e;
	text-decoration: none;
}

a.topnav {	
	color: #666666;
	font-size: 10px;
	text-decoration: none;
		
	margin-right: 15px;	
}

a.bread {
	color: #A0A0A0;
	font-size: 10px;	
	text-decoration: none;	
	
	margin-right: 15px;
}

/* FORM ELEMENTS */

input, textarea, select {
	font-size: 10px;
	line-height: 120%;
	font-family: Arial, Tahoma, Verdana, sans-serif;

	border-left: 1px solid #666666; /* BMH */
	border-right: 1px solid #666666; /* BMH */
	border-top: 1px solid #666666; /* BMH */
	border-bottom: 1px solid #666666; /* BMH */
}

input {
    margin-bottom: 4px;
    padding: 2px; /* BMH */

	width: 214px;
    width: "220px";

    height: "18px"; /* CUSTOM BMH */
}

input.search {
	color: #cccccc;
	font-size: 10px;

	width: 180px; 
	
	border: 1px solid #eaeaea;
	background-color: #fafafa;
}

input.checkbox {
	width: auto;
	border: 0px;
}

input:focus, input:hover {
	color: #808080;
	background-color: #FFFFFF;
}

textarea {
    margin-bottom: 4px;
    padding: 2px; /* BMH */

	width: 214px;
    width: "220px";
}

input.button {
    margin-bottom: 4px;
    padding: 2px; /* BMH */

	width: 214px;
    width: "220px";

    height: "18px"; /* CUSTOM BMH */
}

label {
    float: left;
    clear: left;

    text-align: right;
    line-height: 160%;

    margin-right: 20px;
    
    width: 60px;
}

label.must {
    font-weight: bold;
}