/* CSS Document */

*
{
	color: #ffffff; 
	font-family: 'Tahoma', 'Arial', sans-serif; 
}

html
{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
}

body
{
	width: 900px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 82px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



div.container
{
	min-height: 380px;
	height: auto !important;  /* für moderne Browser */
	height: 380px;  /*für den IE */
	width: 900px;
	height: auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div.half_border
{
	height: 100px;
	width: 900px;
	background-color: transparent;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	top: 51px;
	left: auto;
	right: auto;
}

div.header
{
	height: 131px;
	width: 901px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

img.headline
{
	margin-left: 300px;
	margin-top: 25px;
	display: inline;
}

img.navi
{
	margin: 2px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	cursor: pointer;
	border: 0px;
}

a.navi
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
}


a.navi:link img.navi
{
	
}

a.navi:hover img.navi
{
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	border-top: 3px #FFFFFF solid;
}


img.navi_aktiv
{
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	border-top: 3px #FFFFFF solid;
	border-left: none;
	border-bottom: none;
	border-right: none;
}



div.content
{
	font-size: 14px;
	width:625px;
	padding-left: 15px;
	padding-top: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 118px;
	margin-top: 42px;
	margin-bottom: 20px;
	min-height: 350px;
	height: auto !important;  /* für moderne Browser */
	height: 350px;  /*für den IE */
	line-height: 135%;
}

div.content[class]
{
	margin-left: 236px;
}

div.left_column
{
	width: 600px; 
	
	padding-right: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.left_column p
{
	margin-right: 20px;
}

div.right_column
{
	margin: 0px 10px 0px 0px;
	float: right;
	width: 189px;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
}

div.right_column[class]
{
	margin: 0px 20px 0px 0px;
	padding-left: 0px;
}

form.form_newsletter
{

	margin: 0px 0px 0px 0px;
}

p.footer
{
	background-color: #650000;
	height: 18px;
	width: 900px;
	font-size: 11px;
	text-align: right;
	padding-top: 2px;
	padding-top: 2px;
	margin-bottom: 0px;
	position: relative;
	bottom: 0px;
	margin-top: 15px;
	clear: both;
	font-weight: normal;
}

p.footer span
{
	margin-right: 5px;
	margin-bottom: 3px;
}


input
{	
	color: #000000;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	border: 2px outset #ffffff;
	padding-bottom: 4px;
	background-color: #ffffff;
	cursor: pointer;
}


input.button
{
	color: #ffffff;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	border: 2px outset #ffffff;
	background-color: #000000;
	cursor: pointer;
}



input.field
{
	color: #000000;
	font-weight: normal;
	height: 13px;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	width: 150px;
	border: 1px solid #bababa;
	background-color: #ffffff;
}

input.field_long
{
	color: #000000;
	font-weight: normal;
	height: 14px;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	width: 274px;
	border: 1px solid #bababa;
	background-color: #ffffff;
}

input.checkbox
{
	height: 11px;
	width: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}


input.checkbox[class]
{
	height: 11px;
	width: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
span.textelement
{
	margin-top: 3px;
	width: 190px;
}


div.clearer
{
	clear: both;
}

form.form_contact
{}

td.field
{
	padding-bottom: 7px;
}
td.caption
{
	vertical-align: top;
	font-weight: bold;
}

textarea
{
	font-size: 11px;
	color: #000000;
	width: 275px;
	height: 150px;
}

select
{
	background-color: #650000;
}

h1
{
	font-size: 16px;
}

