/* Allgemeines, Font-Einstellungen */

html, body, ul, li, form
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

body
{
	background: #FFFFFF url(../images/bkg_site.gif) center repeat-y; 
	width: 100%;
	height: 100%;
	text-align: center; 
	overflow: scroll;
}

body, table
{
	font: 12px/20px Arial, sans-serif;
	color: #333;  
}

a:link 			{ font-weight:bold; text-decoration:underline; color:#000; background-color: transparent; }
a:visited 	{ font-weight:bold; text-decoration:underline; color:#000; background-color: transparent; }
a:hover 		{ font-weight:bold; text-decoration:underline; color:#d6441b; background-color: transparent; }
a:active 		{ font-weight:bold; text-decoration:underline; color:#d6441b; background-color: transparent; }
a:focus 		{ font-weight:bold; text-decoration:underline; color:#d6441b; background-color: transparent; }

b
{
	color: #000000;
	font-size: 1.1em;
}

h1
{
	font-size: 1.4em;
	color: #d6441b;
	line-height: 1em;
}

h2
{
	font-size: 1.3em;
	color: #000000;
	line-height: 1em;	
}

h3
{
	font-size: 1.1em;
	color: #000000;
	line-height: 1em;
}

input.contact, select.contact, textarea.contact
{
	font-size: 1em;
	width: 100%;
	padding: 0.2em;
	font-family: Arial, sans-serif;
	color: #333;
	border: 1px #848388 solid;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.selectedItem
{
	background:		#d6441b;
}

.orange
{
	color: #d6443b;
	font-weight: bold;
}

.right
{
	text-align: right;
}

/* Padding-Klassen, allgemeine Abstaende etc. */

.pad5
{
	padding: 5px;
}

.pad10
{
	padding: 12px;
}

.pad20
{
	padding: 20px;
}

.trenner
{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #e0e873;
	clear: both;
}

.trenner2
{
	width: 100%;
	height: 1px;
	border-top: 1px solid #d6443b;
	clear: both;
}

/* Container zur Seitendarstellung */

#headerGrafik
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 138px;
	z-index: 500;
}

#header
{
	position: fixed;
	top: 0;
	height: 138px;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	z-index: 505;
}

#logo
{
	position: absolute;
	top: 0;
	left: 170px;
	width: 223px;
	height: 138px;
	z-index: 510;
}

#language
{
	position: absolute;
	right: 20px;
	padding: 20px 0;
	z-index: 510;
}

#site
{
	position: absolute;
	top: 138px;
	left: 50%;
	width: 990px;
	margin-left: -495px;	
}

#navigation #menu
{
	position: fixed;
	left: 50%;
	margin-left: -495px;
	padding-top: 20px;
	width: 170px;
	text-align: left;
	float: left;
}

#content
{
	top: 0;
	width: 780px;
	float: left;
	margin-left: 170px;
}

#contentLeft
{
	float: left;
	text-align: left;
	width: 390px;
}

#headline
{
	width: 410px;
	height: 100px;
	background: #e0e873;
}

#headline h1
{
	position: relative;
	bottom: 0;
	right: 20px;
	padding-top: 80px;
	font-size: 20px;
	text-align: right;
	margin: 0;
}

#contentLeft ul li
{
	margin-left: 40px;
}

#contentLeft table td
{
	background: #e0e873;
}

#contentRight
{
	width: 390px;
	float: right;
}


