/* 	CSS-File created by KloterSolutions 
	Made on:			26.05.2009
	Last edit:			26.05.2003 
	Copyright:			(c) 2009 by ksol.ch
	More Information:	Visit http://www.ksol.ch	*/

/*	GENERAL DEFINITIONS */
A {  text-decoration: none; color: #000;}
a:hover { text-decoration: none; color: #799c12; }


html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #3C3C3C;
	font-family: verdana, arial;
}


/* LAYERS */
/* @group BOXES */

#container {
	margin: 1em auto;
	width: 800px;
	
	text-align: left;
	background-color: #fff;
}
/* @end */


/* @group LAYERS */

#logo {
	position: relative;
	width: 200px;
	height: 140px;
	float: left;
	background: #fff url(img/logo_foehrenhof.jpg) no-repeat 28px;
}

#bild {
	height: 140px;
	width: 600px;
	position: relative;
	float: right;
	background-image: url(img/rdmheadimg/rotator.php);
	background-color: #3f3f3f;
}

#trenner_links {
	height: 5px;
	width: 200px;
	position: relative;
	background-color: #fff;
	float: left;
}

#trenner_rechts {
	height: 5px;
	width: 600px;
	position: relative;
	background-color: #799c12;
	float: right;
}

#ticker{
	height: 20px;
	width: 600px;
	position: relative;
	background-color: #9d219e;
	float: right;
	z-index: 10;
}

#navi {
	width: 172px;
	position: relative;
	background-color: #fff;
	float: left;
	height: 100%;
	font: 11px verdana, arial;
	padding-left: 28px;
	display: list-item;
	padding-top: 30px;
	list-style-type: none;
}

#content {
	
	width: 560px;
	position: relative;
	float: right;
	background: url(img/bg_verlauf.png) repeat;
	padding: 20px;
	font: 12px verdana, arial;
}

#footer {
	height: 15px;
	width: 100%;
	background-color: #3c3c3c;
	clear: both;
	font: 8px verdana, arial;
	text-align: right;
	color: #FFFFFF;
}

/* @end */

/* FONTS DEFINITIONS */
/* @group FONTS */

#navi li {
	font-weight: bold;
}

#content h1 {
	font: bold 20px verdana, arial;
}

#content h2 {
	font: bold 14px verdana, arial;
}

#navi li a:hover, #navi li a:focus {
	text-decoration: none;
	color: #799c12;
}

#navi li a {
	text-decoration: none;
	color: #000;
}


/* @end */

#content img.floatLeft { 
    float: left; 
    margin-right: 10px;
}
#content img.floatRight { 
    float: right; 
    margin-left: 10px; 
}


