/*
	Copyright by Egger Konzept
	Erstellt von Bernd Lutz Websolutions (http://berndlutz.com)
	Letzte €nderung: 27.12.2007
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: 9pt 'Lucida Grande', Verdana, Arial, sans-serif;
	line-height: 1.5em;
	color: #313131;
	background: #fff;
}

/* Elements
-----------------------------------------------------------------------------------*/

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

p, h1, h2, h3 {
	margin: 1em 0;
}

h1, h2, h3 {
	font-size: 130%;
	font-weight: normal;
	color: #424242;
	}

h2 {
	color: #636363;
	}

h3 {
	font-size: 110%
	}

hr {
	display: none;
	}

/* Layout
-----------------------------------------------------------------------------------*/

#nav, #col-2 img {
	display: none;
	}

/* Header
-----------------------------------------------------------------------------------*/

#header {
	margin-bottom: 2em;
	height: 100px;
	}

#header span {
	display: block;
	position: relative;
	width: 780px;
	padding-top: 70px;
	margin: 0 auto;
	}

#header a {
	display: block;
	width: 125px;
	height: 50px;
	margin: 0 0 0 68px;
	text-indent: -3000px;
	}

#header img {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -75px;
	border: none;
	}

/* Inhalt
-----------------------------------------------------------------------------------*/

#content {
	}

#col-1 {
	text-align: justify;
	background: #fff;
	}

/* Standard Styles */

#col-1 ul {
	margin: 1em 0;
	list-style: none;
	}

#col-1 li {
	padding-left: 1em;
	background: url(img/ul-bullet.gif) no-repeat .1em .7em;
	}

#col-1 img {
	float: right;
	margin: 0 0 .5em 1em;
	}

/* Aktuelles */

#news dt {
	margin: 1em 0;
	font-weight: bold;
	}

/* Kontakt */

form {
	display: none;
	}

/* Impressum */

address {
	white-space: pre;
	font-style: normal;
	}

address span {
	display: none;
	}


/* Footer
-----------------------------------------------------------------------------------*/

#footer {
	margin-top: 4em;
	padding-top: 2em;
	border-top: 1px solid #bbb;
	text-align: center;
	font-size: 80%;
	color: #666;
	}

#footer a {
	color: #666;
	}

/* Home - Sonderseite
-----------------------------------------------------------------------------------*/

#box {
	width: 500px;
	margin: 0 auto;
	}

#box div {
	position: relative;
	height: 200px;
	}

#home #logo {
	position: absolute;
	top: 85px;
	left: 62px;
	width: auto;
	height: auto;
	}

#home h1 {
	display: none;
	}

#home ul {
	float: right;
	width: 249px;
	margin: 70px 0 0 0;
	border-left: 1px solid #dcdcdc;
	list-style: none;
	font-size: 95%;
	}

#home ul li {
	margin: .5em 0;
	padding-left: 20px;
	}

#home ul a {
	color: #2e3660;
	}

#home img {
	clear: both;
	width: 500px;
	height: 250px;
	position: relative; /* margin-bottom cannot be set to zero */
	top: .75em;
	}

#home p {
	margin: 0;
	padding: 1.75em 0 1em 0;
	text-align: center;
	font-size: 86%;
	color: #666;
	}

#home p a {
	color: #666;
	}
