
/* Allgemeines, Font-Einstellungen */

html, body, ul, li, form
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

body
{
	background: url(../images/bkg_site.gif) repeat-x top center #FFFFFF;  
}

body, table
{
	font: 12px/18px Arial, sans-serif;
	color: #333333;  
}

a:link 			{ text-decoration:none; color:#000000; background-color: transparent; }
a:visited 		{ text-decoration:none; color:#000000; background-color: transparent; }
a:hover 		{ text-decoration:underline; color:#be0b1d; background-color: transparent; }
a:active 		{ text-decoration:underline; color:#be0b1d; background-color: transparent; }
a:focus 		{ text-decoration:underline; color:#be0b1d; background-color: transparent; }

h1
{
	font-size: 1.4em;
	color: #be0b1d;
	line-height: 1em;
}

h2
{
	font-size: 1.3em;
	color: #be0b1d;
	line-height: 1em;	
}

h3
{
	font-size: 1.1em;
	color: #be0b1d;
	line-height: 1em;
}

input, select, textarea
{
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #333333;
	border-left: 2px #BE0B1D solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}

.contact
{
	
}

.contact input
{
	width: 270px;
}

.contact textarea
{
	width: 270px;
	height: 100px;
}

.contact select
{
	width: 270px;
}

.breadcrumb
{
	font-size: 0.8em;
	color: #333333;
}

.button
{
	text-align: right;
	background: url(../images/bkg_button_norm.jpg) no-repeat;
	font-weight: bold;
	width: 265px;
	height: 50px;
}

.button li 
{
	list-style-type: none;
}
.button li a
{
	display: block;
	padding: 15px;
	list-style-type: none;
}

.button a:hover
{
	background: url(../images/bkg_button_high.jpg) top left no-repeat;
}


/* Padding-Klassen, allgemeine Abst�nde etc. */

.pad5
{
	padding: 5px;
}

.pad10
{
	padding: 12px;
}

.pad20
{
	padding: 10px 20px;
}

/* Container zur Seitendarstellung */

.inputContact
{
	width: 200px;
}

.message
{
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 295px;
	width: 400px;
	z-index: 10;
	opacity: 1;
	background: #BE0B1D;
}


#swoosh
{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 340px;
	background: url(../images/swoosh.gif) center bottom no-repeat;
	z-index: 1;
}

#site
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-top: 5px;
	margin-left: -495px;
	width: 990px;
	z-index: 2;
}

#impressum
{
	padding: 3px 10px;
	font-size: 0.8em;
	font-weight: bold;
  	color: #FFFFFF;    
}

#impressum a:link 			{ text-decoration:none; color:#FFFFFF; background-color: transparent; }
#impressum a:visited 		{ text-decoration:none; color:#FFFFFF; background-color: transparent; }
#impressum a:hover 			{ text-decoration:underline; color:#FFFFFF; background-color: transparent; }
#impressum a:active 		{ text-decoration:underline; color:#FFFFFF; background-color: transparent; }
#impressum a:focus 			{ text-decoration:underline; color:#FFFFFF; background-color: transparent; }



#mainTeaser
{
	position: absolute;
	top: 200px;
	text-align: center;
	z-index: 1000;
	padding-left: 10px;
} 


#logo
{
	position: absolute;
	top: 60px;
	text-align: center;
}

#content
{
	position: absolute;
	width: 990px;
	top: 371px;
	text-align: left;
}

#contentPad
{
	padding: 100px 0 0 30px;
	text-align: left;
}


#karte
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	float: right;
	width: 530px; 
	height: 380px;
	display: none;
	z-index: 10; 
}

.column
{
	float: left;
}

.homeBlock
{
	width: 305px;
	margin-right: 15px;
	background: #FFFFFF url(../images/bkg_contentBlock.jpg) center top no-repeat;
}

.liste
{
	margin-left: 30px;
}

.homeBlock3
{
	width: 930px;
	margin-right: 15px;
	background: #FFFFFF url(../images/bkg_contentBlock_3.jpg) center top no-repeat;
}

.homeBlockTable
{
	color: #666666;
	line-height: 1.3em;
	width: 100%;
	background: url(../images/bkg_table.jpg) repeat-x bottom left;
	padding: 5px;
	margin: 0;
}


.homeBlockZu
{
	width: 305px;
	height: 32px;
	float: left;
	background: #FFFFFF url(../images/bkg_contentBlock_2.png) center top no-repeat;	
}

.homeBlockZu3
{
	width: 930px;
	height: 32px;
	float: left;
	background: #FFFFFF url(../images/bkg_contentBlock_3.png) center top no-repeat;	
}

#headernavi
{
	position: relative;
	top: 3px;
	left: 50%;
	margin-top: 3px;
	margin-left: -475px;
	width: 990px;
	z-index: 20;
	text-align: left;
}

#clearFooter
{
	clear: both;
}

#bkgFooter
{
	clear: both;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: repeat-x;
}

#footer
{
	width: 990px;
	padding: 10px 0 0 50px;
	font-size: 0.9em;
	color: #666666;  	
}

	