/* Konfigurationen für kompletten html-tag */
*
	{
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	}

/* Dadurch wird die Scroll-Leiste immer sichtbar */	
html 
	{
	min-height: 100%;
	margin-bottom: 1px;
	}

/* Alle Konfigurationen im body-Tag */
body
	{
	margin: 0;
	border: 0;
	list-style: none;
	background: url(gfx/body_back.jpg) #516473;
	background-repeat:repeat-x;
	}
	
a:link, a:visited, a:active
	{
	color:#CCCCCC; 
	text-decoration: none; 
	font-weight: bold;
	}
	
a:hover
	{
	color:#F1B90C; 
	}
	
/* Call-Container Konfiguration */
.call
	{
	margin: 0 auto;
	margin-top: 15px;
	height: 100px;
	width: 780px;
	background-image: url(gfx/head_tel.gif);
	}
	
/* Header Konfiguration */	
.head
	{
	margin: 0 auto;
	height: 200px;
	width: 780px;
	}
	
#index
	{
	background: url(gfx/header/index.jpg);
	}
	
#kontakt
	{
	background: url(gfx/header/kontakt.jpg);
	}

#preise
	{
	background: url(gfx/header/preise.jpg);
	}
	
#uns
	{
	background: url(gfx/header/uns.jpg);
	}
	
#galerie
	{
	background: url(gfx/header/galerie.jpg);
	}
	
#download
	{
	background: url(gfx/header/download.jpg);
	}
	
#links
	{
	background: url(gfx/header/links.jpg);
	}
	
#shop
	{
	background: url(gfx/header/shop.jpg);
	}
	
#impressum
	{
	background: url(gfx/header/impressum.jpg);
	}
	
/* Menü-Container Konfiguration */
.menu
	{
	position: relative;
	left: 430px;
	top: 1px;
	height: 197px;
	width: 105px;
	background: url(gfx/navi_back.jpg);
	}
	
.navi
	{
	list-style-type: none;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	}
	
.navi li
	{
	margin-bottom: 5px;
	}
	
/* Content Konfiguration */
.content
	{
	margin: 0 auto;
	width: 780px;
	background: url(gfx/content.jpg);
	}
	
.content h1, .content-right h1, .content-right h1 a:link, .content-right h1 a:visited, .content-right h1 a:active
	{
	font-size: 16px;
	text-align: left;	
	margin-bottom: 10px;
	}
	
.content-right h1, .content-right h1 a:link, .content-right h1 a:visited, .content-right h1 a:active
	{
	color: #F1B90C;
	}
	
.content-right h1
	{
	border-bottom: 1px dashed #2F414D;
	}
	
.content h2
	{
	font-size: 14px;
	text-align: center;
	}
	
.content h6
	{
	font-size: 12px;
	text-align: right;
	}
	
.content-left
	{
	float: left;
	position: relative;
	left: 5px;
	top: 5px;
	width: 240px;
	overflow: hidden;
	background: url(gfx/news_back.jpg) no-repeat;
	min-height: 240px;
    	height: auto !important;
    	height: 240px;
	}
	
.content-right
	{
	position: relative;
	left: 25px;
	top: 5px;
	padding-left: 10px;
	width: 505px;
	min-height: 450px;
    	height: auto !important;
    	height: 450px;
	line-height: 1.5;
	overflow: auto;
	}
	
.content-right li
	{
	margin-left: 25px;
	list-style-image: url(gfx/kreuz.gif)
	}
	
/* Konfiguration Kontaktformular */

.csc-mailform
	{
	border: none;
	}
	
.csc-mailform-field input
	{
	position: absolute;
	left: 150px;
	color: #000;
	}
	
#mailformNachricht
	{
	position: absolute;
	left: 150px;
	color: #000;
	}
	
.content-right input, .content-right option, .content-right textarea, .content-right select
	{
	color: #000;
	}
	
.content-right fieldset 
	{ 
	border: none; 
	}

.content-right legend 
	{
  	border:none;
  	}


/* Footer Konfiguration */
.footer
	{
	clear: both;
	margin: 0 auto;
	height: 40px;
	width: 780px;
	text-align: center;
	padding-top: 20px;
	}