@charset "utf-8";
/*
	************************************
	*****     Table of Contents    *****
	*****       Dents Main CSS     *****
	************************************
	
	Status: basic template
	Version: 1.0
	Last Changed: 02.09.2008
	---------------------------------------------------------------
	1. Basic Definitions
		1.1 Body und Reseter
		1.2 Basic Declarations
	---------------------------------------------------------------
	2. Layout
		2.1 Main Structure
		2.2 Header
		2.3 Flash
		2.4 Navigation
		2.5 Subnavigation
		2.6 Content
	---------------------------------------------------------------
	******************* Open for further Steps ********************
	---------------------------------------------------------------
*/


/*	*********************************
	***** 1. Basic Definitions  *****
	*********************************	*/


/****** 1.1 Body und Reseter ******/
* {margin:0px; padding:0px;}
body {background:url(../images/bg_body.gif) repeat-y left #6b9e9c; color:#ffffff; font-family:Arial, Helvetica, sans-serif;}

/****** 1.2 Basic Declarations ******/
a img {border:none;}
a {color:#ffffff;}



/*	********************************
	*******    2. Layout    ********
	********************************	*/


#bg_home {background:url(../images/bg_home.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_kontakt {background:url(../images/bg_kontakt.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_impressum {background:url(../images/bg_impressum.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_links {background:url(../images/bg_links.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_avant30 {background:url(../images/bg_avant30.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_avant26 {background:url(../images/bg_avant26.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_avant22 {background:url(../images/bg_avant22.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}
#bg_news {background:url(../images/bg_news.jpg) no-repeat; height:274px; width:611px; margin-bottom:20px;}

.infoline { height:36px; top:238px; position:absolute; width:611px; line-height:36px;}
span.language {display:block; float:left; color:#a38b30; font-size:11px; line-height:36px; margin-left:20px;  position:absolute;}
span.language a {color:#a38b30; text-decoration:none; text-transform:uppercase; padding:0px 3px;}
h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;  margin-left:225px; position:absolute;}
.content {width:611px; float:left;}


.content p {padding:0px 20px 15px 225px; font-size:12px;}
.content table {font-size:12px; padding:0px 20px 15px 225px; }
.content td.first {width:150px;}
.content img {margin-left:20px;}

.sidebar {float:left; width:203px; color:#ffffff; line-height:18px; text-align:center; padding-top:190px;}
.sidebar a {text-decoration:none; font-weight:bold; letter-spacing:3px; font-size:11px; color:#cdbb87;}
.sidebar li.active a, .sidebar li a:hover {color:#ffffff;}
.sidebar ul {list-style:none; padding:20px 0px 0px 28px; text-align:left;}