/* CSS Document */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
	height: 100%;
	background-color: #79716e; 
	}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	height: auto;
	margin-top: 15px;
	position: relative;  
	}
#header {
	float: left;
	background: #afbbcc;
	width: 750px; 
	height:147px;
	position: relative;
	margin-bottom: 3px;
	}
#emotion {
	float: left;
	position: relative;
	width: 750px;
	height: 150px;
	margin-bottom: 3px;
	}
#main {
	background-color: #a59c9d;
	width: 750px;
	padding-bottom: 30px;  
	}
#left {
	float: left; 
	width: 141px;
	padding: 32px 30px 0 23px;
	min-height: 200px;
	}
#content {
	float: left; 
	width: 520px;
	padding: 25px 0 0 0;
	color:#4d4947;
	}

a.home	{
	position: absolute; 
	top: 41px; left:23px;
	width:160px;
	height:30px;
	}
div.lageplan	{
	float: right; 
	width: 280px;  
	color:#4d4947;
	}
div.lageplan img	{
	margin-bottom: 10px; 
	}
	
	
	


/************************************************
*				Startseite						*
************************************************/
#main.home 	{
	padding: 50px 0 0 0 !important;
	}
address {
	color:#4d4947;
	font-style: normal; 
	}
	
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #9aae77;
	height: 1px;
	margin: 5px 0;
	background: #9aae77;
	}
#content a, 
#content a:link, 
#content a:visited {
	text-decoration: underline;
	color:#4d4947;
	}
#content a:focus,
#content a:hover {	
	color: #000; 
	}


/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav { 
	position: absolute;
	top: 110px; left: 23px; 
	width: 400px; 
		}
#hnav li {
	float: left; 
	}
#hnav li a, 
#hnav li a:link, 
#hnav li a:visited {
	font-size: 1.05em; 
	color: #4d4947;
	font-weight: normal; 
	display: inline;
	float: left; 
	padding: 0 10px 0 0; 
	text-decoration: none;  
	}
#hnav li a:hover, 
#hnav li a:active, 
#hnav li a:focus {
	color: #000;
	}
#hnav li.active,
#hnav li.active a,
#hnav li.active a:link {
	font-weight: bold;  
	color: #78716e;
 	}



/************************************************
*				Unternavigation					*
************************************************/
/* Stufe 1 */
#snav {
	float: left; 
		}
#snav li {
	display: block;
	padding: 0 0 10px 0; 
	line-height: 16px;

	}
#left p {
	float: left;
	width:141px; 
	padding: 10px 0 5px 0;
	text-transform: uppercase; 
	color:#4d4947;
	}
#snav li a, 
#snav li a:link, 
#snav li a:visited {
	color:#4d4947;
	padding: 0; 
	text-decoration: none;
	}
#snav li a:hover,  
#snav li a:focus {
	color: #000; 
	}
#snav li.active,
#snav li.active a,
#snav li.active a:link,
#snav li.active a:hover {
	font-weight: bold;
	color: #4d4947;  
 	}
	


/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important; 
	font-size: 1.75em;
	line-height: 28px; 
	padding: 0;  
	margin: 3px 0 20px 0; 
	}
h2 {
	font-size: 1em;
	font-weight: bold; 
	}
h3 {
	font-size: 1em;
	font-weight: bold; }
	
/* Paragraph */
p {
	line-height: 1.5em;
	padding: 0 0 10px 0;
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0;
	}
#content ul li {
	padding: 2px 0 2px 15px;
	background: url('../1/images/list_item.gif') 5px 7px no-repeat;
	}
#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
	
/* Tabellen */
table {
	}
table td,
table th {
	text-align: left;
	padding: 0 10px 0 0;
	}
table th {
	font-weight: bold;
	}
table td {
	}
	


/************************************************
*					Formular						*
************************************************/

label  {
 	width: 120px;
	margin-top: 3px;
	float: left;
	border-bottom: thick 1px #b4b4b4; 
	}
input  {
 	width: 250px;
	margin-top: 3px;
	float: left; 
	padding: 2px; 
	color:#726c68;
	border: none;
	font-size: 1em;
	}
input.go  {
 	width: 100px;
	margin-left: 120px;
	}
textarea  {
 	width: 250px;
	margin-top: 3px;
	padding: 2px; 
	float: left; 
	color:#726c68;
	border: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	}

