/*-----------------------------------------------------------------------------
version:   1.0
date:      September 2008
author:    PixelHouse GmbH
website:   http://www.pixelhouse.ch
project:   
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-image: url(webpics/hg.jpg);
	background-repeat: repeat;
	margin: 0px;
	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	font-weight: normal;
	text-decoration: none;
}


p {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	font-weight: normal;
	text-decoration: none;

}


#container { /* damit wird das Layout zentriert */
	background-color:#FFFFFF;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}




/* Header
-----------------------------------------------------------------------------*/

#head {
	padding: 0px;
}

#head_pic {
	clear: both;
}


/* Navigation
-----------------------------------------------------------------------------*/

#navi {
	float: left;
	width: 160px;
	padding: 75px 0 0 10px;
}

ul {
	margin-top: 5px;
}

ul li {
	margin-left: -20px;
	font-size: 0.9em;
	line-height:1.5em;

}

ul.listenpunkt {
	list-style:none;
	margin: 0px;
	padding-left: 0px;
}

ul.listenpunkt li {
	padding-left: 5px;
	padding-right: 0px;
	margin-left: 0px;
	line-height: 20px;
	background: url(webpics/listenpunkt.gif) no-repeat; 
	margin-top: 0px;
}




.Smenu {
	color: #548DD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.menu {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height:1.4em;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.menu:hover {
	color: #2F6FBD;
	background-color:#E8EFF9;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.menu:active {
	color: #666666;
}




/* Content
-----------------------------------------------------------------------------*/

#content {
	width: 695px;
	float:right;
	margin-right: 10px;
	padding-top: 30px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 1.8em;
	font-weight:normal;
	letter-spacing:0px;
margin-top:0px;
	padding-bottom:10px;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 1.2em;
	font-weight: normal;
	padding-top:5px;
	margin:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin:0px;
	padding-top:5px;
}


p.klein {

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.2em;
	font-weight: normal;
	text-decoration: none;
	padding-bottom:0px;
}





a {
	color: #FF6600;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #B74900;
}

.adresse {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.3em;
}

.adresse a {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.3em;
}




/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 20px;
	text-align: right;
	color: #CCCCCC;
}


.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #CCCCCC;
}

.foot a {
}

.foot a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #FFCFB9;
}

.foot a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #FFCFB9;
}


/* Formular
-----------------------------------------------------------------------------*/

form {
	padding:0px;
	margin:0px;
}

.formfeld {
	width:auto;
	background-color:#F9EB9B;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textfeld {
	width:200px;
	background-color:#F9EB9B;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textfeld_kurz {
	width:100px;
	background-color:#F9EB9B;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textarea {
	width:250px;
	background-color:#F9EB9B;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


.rahmen {
	width:auto;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}



