/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #ececec;
	font-family: Helvetica, Arial,sans-serif;
	min-height: 900px;	
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img{
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

i{
	font-style: italic;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

hr{
	border: none;
	clear: both;
	display: block;
	height: 25px;
	visibility: hidden;
}
/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

.hausfarbe{
	color: #FFD200;
}
/* Links- bzw. Rechtsausrichtung fr Elemente */
.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

/*kleine container*/
.contain260{
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 250px;
}

.contain200{
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 200px;
}

.contain302{
	float: left;
	text-align: center;
	width: 302px;
}

.contain165{
	float: left;
	margin-right: 8px;
	text-align: center;
	width: 165px;
}

h1 {
	float: left;
	height: 70px;
	margin: 20px 0 0 30px;
	text-indent: -500em;
	width: 122px;
}

h1 a{
	background: url(bilder/logo.jpg) no-repeat 0 0;
	display: block;
	height: 70px;
	width: 122px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3,h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

/*body#kontakt h2, body#kontakt h3{
	color: #FFD200;
}*/

/* Layout */
#suprawrapper{
	background: url(bilder/background.jpg) repeat-y 50% 0;
	margin: 0 auto;
	width: 804px;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	clear: both;
	height: 100px;
	margin-bottom: 10px;
	width: 780px;
}

#wrapper>#header{
	margin-bottom: 60px;
}

#header-right{
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}

#header-right, #header-right a{color: #999; text-transform: uppercase;}

#header-right strong{
	color: #333;
}

#navi {
	clear: both;
	height: 50px;	
	width: 780px;
}

/*----------> navigation styling*/
ul#menu{
	float: left;
	font: bold 1em/1em Helvetica, Arial, serif;
	list-style: none;
	height: 50px;
	margin-top: 20px;
	margin-left: 20px;
	width: 780px;
}

ul#menu li{
	display: inline;
	float: left;	
}

ul#menu a{
	color: #395085;
	display: block;
	height: 30px;
	line-height: 20px;
	float: left;
	text-indent:-500em;	
}
 
li#one a{
	background: url(bilder/menu/bew.gif) no-repeat 0 0;
	width: 150px;
}

li#one a:hover{
	background: url(bilder/menu/bew.gif) no-repeat 0 -30px;
	width: 150px;
}

body#index li#one a{
	background: url(bilder/menu/bew.gif) no-repeat 0 -60px;
	width: 150px;
}

li#two a{
	background: url(bilder/menu/ablauf.gif) no-repeat 0 0;
	width: 117px;
}

li#two a:hover{
	background: url(bilder/menu/ablauf.gif) no-repeat 0 -30px;
	width: 117px;
}

body#ablauf li#two a{
	background: url(bilder/menu/ablauf.gif) no-repeat 0 -60px;
	width: 117px;
}

li#three a{
	background: url(bilder/menu/tips.gif) no-repeat 0 0;
	width: 140px;
}

li#three a:hover{
	background: url(bilder/menu/tips.gif) no-repeat 0 -30px;
	width: 140px;
}

body#tips li#three a{
	background: url(bilder/menu/tips.gif) no-repeat 0 -60px;
	width: 140px;
}

li#four a{
	background: url(bilder/menu/gestalt.gif) no-repeat 0 0;
	width: 190px;
}

li#four a:hover{
	background: url(bilder/menu/gestalt.gif) no-repeat 0 -30px;
	width: 190px;
}

body#gestalt li#four a{
	background: url(bilder/menu/gestalt.gif) no-repeat 0 -60px;
	width: 190px;
}

li#five a{
	background: url(bilder/menu/kontakt.gif) no-repeat 0 0;
	width: 130px;
}

li#five a:hover{
	background: url(bilder/menu/kontakt.gif) no-repeat 0 -30px;
	width: 130px;
}

body#kontakt li#five a{
	background: url(bilder/menu/kontakt.gif) no-repeat 0 -60px;
	width: 130px;
}

#content {
	clear: both;
	width: 780px;
}

#content ul li{
	margin: 0 0 10px 15px;
}

#left{
	float: left;
	margin-right: 0;
	margin-left: 20px;
	width: 520px;
}

body#gestalt #left{
	margin-left: 15px;
}

#content>#left{
	margin-left: 20px;
}

dl{
	float: left;
	width: 260px;
}

dd, dt{
	text-align: center;
}

/*table stuff*/
table{
	border-collapse: collapse;
	border: none;
	width: 510px;
}
table td{
	border-bottom: 1px solid #999;
	padding-top: 15px;
}

.border-none{
	border: none;
}

#right{
	float: right;
	margin-right: 0;
	width: 210px;
}

#content>#right{
	margin-right: 20px;
}

/*frame stuff*/
div.frame-top, div.frame-top-white{
	border: 1px solid #fff;
	background: url(bilder/frame-top.gif) no-repeat 0 0;
	margin-bottom: 20px;
	width: 210px;
}

div.frame-top2, div.frame-top-white2{
	border: 1px solid #fff;
	background: url(bilder/frame-top.gif) no-repeat 0 0;
	margin-bottom: 20px;
	width: 210px;
}


span.frame-bottom, span.frame-bottom-white{
	background: url(bilder/frame-bottom.gif) no-repeat 0 0;
	clear: both;
	height: 5px;
	display: block;
	width: 210px;
}

div.frame-top p, div.frame-top-white p{
	background: url(bilder/frame-back.gif) repeat-y 0 0;
	line-height: 1.4em;
	font-size: .95em;
	margin-top: 5px;
	padding: 5px 10px;
}

div.frame-top2 p, div.frame-top-white2 p{
	background: url(bilder/frame-back.gif) repeat-y 0 0;
	line-height: 1.4em;
	font-size: .95em;
	margin-top: 5px;
	padding: 5px 5px;
}


div.frame-top-white{
	background: url(bilder/frame-top-white.gif) no-repeat 0 0;	
}
span.frame-bottom-white{
	background: url(bilder/frame-bottom-white.gif) no-repeat 0 0;	
}
div.frame-top-white p{
		background: url(bilder/frame-back-white.gif) repeat-y 0 0;
		text-align: left;
}
div.frame-top-white p img{margin-left: 45px;}


#clearfooter{
	clear: both;
	height: 1px;
}

#footer {
	background: url(bilder/footer-background.jpg) no-repeat 50% 0;
	clear: both;
	color: #999;
	height: 20px;
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
	width: 804px;
}

#footer p{
	line-height: 80px;
}

#footer>p{
	line-height: 23px;
	margin-bottom: 20px;
}

#footer>div#footer-anchor{
	float: right;
	height: 30px;
	width: 9px;
}

#footer div#footer-anchor a{
	display: none;
}

#footer>div#footer-anchor a{
	display: block;
	background: url(bilder/footer-top.gif) no-repeat 0 0;
	float: right;
	height: 8px;
	margin: 35px 30px 0 -30px;
	text-indent: -500em;
	width: 9px;
	} 
	
#footer>div#footer-anchor a:hover{
	background: url(bilder/footer-top.gif) no-repeat 0 -8px;
	} 

#footer>div#footer-anchor a:active{
	background: url(bilder/footer-top.gif) no-repeat 0 -16px;
	}
