html {
	height: 101%;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:black;
	padding:0;
	text-align: center;
	background-image:url(../bilder/hintergruende/hintergrund.jpg);
}

a {
	color:black;
}




/* --------------------------------------------grundlayout-------------- */

/* ----------container zentriert das layout-------------- */
#gesamt {
	width: 1100px;
	high: 900px;
	min-height:900px;
	margin: 0 auto 20px auto;
	text-align: left;
	background-image:url(../bilder/hintergruende/intro-hintergrund.gif);
	background-repeat:no-repeat;
}

/* --------------navi_links links------------- */
#navi_links {
	float: left;
	width: 200px;
	text-align: right;
	margin-top: 260px;
}

/* -----------------Inhalt--------------------- */
#content {
	height:500px;
	float: right;
	width: 880px;
	text-align:bottom;
	margin: 190px 0 0 0;
}

/* -----------navi_unten--------------------------- */
#navi_unten {
	margin: 0 300px 0 0;
	clear: both;
	text-align: right;
	font-size:12px;
}

/* -----------Erklärungstexte--------------------------- */
#float_right {
float:right;
width: 450px;
text-align:right;
padding-right: 75px;
}



/* --------------------------------------------layoutstile-------------- */


/*
Schriftformate navi_unten
*/

#navi_unten a:link, #navi_unten a:visited {
	color: black;
	text-decoration: none;
}

#navi_unten a:hover {
	color: #a0353f;
	text-decoration: none;
}

#navi_unten li {
	display: inline;
	padding-left: 20px;
}
/*------------------*/




/*
Allgemeines
*/


h1 {
	font-size: 18px;
	border-bottom:1px dotted #564b47;
	padding:20px 10px 10px 0px;
	margin:0 0 5px 0;
	color:#722100;}

h2 {
	font-size:15px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin:0px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin:0px;}

.p_kontakt {
	padding-top: 10px;
}

.top {
	text-align: right;
}

/* --------------------------------------------navi_linkssbereich links-------------- */

#navi_links ul {
	list-style: none;
	margin: 0;
	padding:0 35px 0 0;
	color: #a0353f;
	font-size: 12px;
}

div#navi_links ul li {
	padding: 7px 0 7px 0;
}

div#navi_links a {
	text-decoration: none;
	color: #000000;
	display: block;
}

div#navi_links a:hover {
	color: #a0353f;
}


	
