/*  ***************************************
wuestefeld.com - Standardstylesheet
Datei: std.css
Media: screen, projection 

Datum: Oktober 2008
Autor: Michael Raith
Mail:  info@raith.it
Web:   http://www.raith.it
                                   
1. Allgemeine Regeln                                  
2. Seitenaufbau 
   - Page Body (f. Hintergrund)
   - Container
   - Header
     - Top-Navigation
   - linke Spalte
     - Navigation
   - Inhaltsspalte
   - rechte Spalte
     - Banner
	 - Teaser-Navigation

*************************************** */
/**/


/**************************/
/** Allgemeine Regeln    **/
/**************************/

	

body, p, h1, h2, h3, h4, ul, li, img, span {
	border: 0;
	margin: 0;
	padding: 0;		
}

a, a:active, a:hover, a:visited {
	text-decoration: none;	
	color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background-image: url(../../media/img/bodybackground.gif);
	/*background-image: url(../img/bodybackground.gif);*/
	
}

h1, h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

/**************************/
/** Seitenaufbau         **/
/**************************/

/* Page-Body - für Hintergrund */

#pagebody {
	width: 100%;
	height: 657px;
	background-image: url(../../media/img/verlauf.gif);
	/*background-image: url(../img/verlauf.gif);*/
	background-repeat: repeat-x;
}

/* Container */

#container {
	width: 960px;
	height: auto;
	min-height: 570px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0 10px;
	background-color:#ffffff;
	padding-bottom: 50px;
}

/**************************/

/* Header */

#header {
	position: relative;
	width: 100%;
	height: 100px;	
	/*background-image: url(../../media/img/logo.gif);*/
	background-repeat: no-repeat;
	background-position: 196px 20px;*/
}

#logo {
	position: absolute;
	top: 20px;
	left: 196px;
	width: 467px;
	height: 75px;
	background-color: grey;
}

#banner {	
	float: left;
	width: 186px;
	height: 100%;
	background-image: url(../../media/img/banner.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

/* Top-Navigation */

#topnav {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: right;
	width: 288px;
	height: 100%;	
}
#topnav .address {
	position: absolute;
	bottom: 14px;
	/*right: 10px;*/	
	left: 677px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#topnav ul {
	list-style: none;	
	padding-top: 23px;
}

#topnav ul li {
	display: inline;		
}

#topnav ul li a {
	font-weight: bold;
	float: left;
	padding: 0 7px 0 5px;
	border-right: 2px solid black;	
}

#topnav ul li a.lastlink {
	border: none;
}

a.langswitch {	
	font-weight: bold;	
	float: right;
	color: #f07d00;
	padding-right: 0;
}
	

/**************************/

/* linke Spalte */

#left {
	float: left;
	width: 186px;
	height: auto;
	min-height: 200px;
	background-image: url(../../media/img/online-service.gif);
	background-repeat: no-repeat; 
}

a.bannerlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 20px 0 0 8px;
	display: block;
	width: 176px;
	height: 70px;	
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

a.bannerlink:hover {
	color: #ffffff;
}

/* Navigation */

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: 12px;	
	width: 185px;
	height: auto;
	min-height: 50px;	
	background-image: url(../../media/img/nav-top.gif);
	background-repeat: no-repeat;
	background-color: #f07d00;
	
}

#nav ul {
	padding: 10px 0 20px 5px;
	background-image: url(../../media/img/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav li {
	list-style: none;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

/* 2. Ebene */

#nav ul li ul {	
	padding: 0px;	
	background: none;
}

#nav ul li ul li {
	font-size: 13px;
	font-weight: normal;	
}

#nav a {	
	padding-left : 15px;		
}

#nav ul li ul li a {	
	padding-left: 25px;
}

#nav a:hover {
	background-image: url(../../media/img/pfeil.gif);
	background-repeat: no-repeat;	
	background-position: 0 1px;
}

#nav a.active {
	font-weight: bold;
	color: white;
	background-image: url(../../media/img/pfeil.gif);
	background-repeat: no-repeat;	
	background-position: 0 1px;
}




/**************************/

/* Inhaltsspalte */

#content {		
	height: auto;	
	margin-left: 186px;
	margin-right: 288px;	
	background-image: url(../../media/img/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0  30px 30px 10px;		
}

#imgContainer {
	position: relative;	
	background-color: grey;
	width: 467px;
	height: 240px;
}

#content h1 {
	font-size: 20px;
	padding: 20px 0 10px 0;
	color: #f07d00;
}

#content p {
	padding: 5px 0;
	text-align: left;	
	letter-spacing: 0.5;
}

/**************************/

/* rechte Spalte */

#right {	
	position: relative;
	float: right;
	width: 288px;
	height: auto;
	/*min-height: 160px;*/
	
}

/* Banner */

#aktuelles, #angebot {
	position: absolute;	
	top: 0;	
	width: 140px;
	height: 160px;		
	background-repeat: no-repeat;	
	z-index: 10;	
}

#aktuelles {
	left: 0;
	background-image: url(../../media/img/aktuelles.png);
	
}

#angebot {	
	right: 0;
	background-image: url(../../media/img/angebot.png);
	
}

#aktuelles-img {
	position: relative;	
	float: left;
	margin-bottom: 15px;
}

#angebot-img {
	position: relative;	
	float: right;	
	margin-bottom: 15px;
}

.aktuelles-link, .angebot-link {		
	display: block;
	position: absolute;		
	width: 140px;
	height: 160px;
	background-image: url(../../media/img/bannerlink-background.gif); /* für Opera */
	z-index: 15;		
}

.angebot-link {	
	right: 0px;	
}



/* Teaser-Navigation */

#subnav {
	position: relative;
	/*top: 15px;*/
	clear: both;
	width: 287px;
	height: auto;	
	background-image:url(../../media/img/subnav-top.gif);
	background-repeat: no-repeat;
	padding-top: 8px;		
}

#subnav table {	
	font-size: 10px;	
	padding-bottom: 5px;
	background-image: url(../../media/img/subnav-bottom.gif);
	background-position: bottom ;
	background-repeat: no-repeat;
	background-color: #ebebec;
}

#subnav table td {		
	padding: 0 5px 5px 5px;
}

#subnav td.teaser {
	vertical-align: top;	
	height: 53px;
}

#subnav table h3 {
	font-size: 10px;
}

a.more {
	font-weight: bold;
}

