body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-image: url(body.gif);
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #663300;
}

h1 {
	font-size: 197%;
	text-align: center;
	color: #663300;
	text-decoration: underline;
	font-weight: bolder;
}

h2 {
	font-size: 136%;
	color: #663300;
	font-family: "Trebuchet MS";
	text-align: center;
	text-decoration: underline;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #FFCC99;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #FFCC66;
}



img {

}

hr {
	display: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 950px;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* Page */

#page {
	clear: both;
	width: 950px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(header.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	background-color: #7BA5BD;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* Content */

#content {
	float: right;
	width: 700px;
	padding-right: 10px;
	text-align: justify;
	color: #660000;
	padding-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
	background-image: url(content.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow-y: scroll;
	height: 520px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #666699CC;
	scrollbar-darkshadow-color:#6699CC;
	scrollbar-face-color:#6699CC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	padding-top: 10px;	
}

/* Footer */

#footer {
	clear: both;
	height: 65px;
	color: #000000;
background-image: url(footer.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	padding-top: 30px;
	color: #663300;
	font-weight: bold;
}

#footer a {
	color: #666666;
}
/* Bilderpositionierung */

a img,:link img,:visited img {
}

.flLeft {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.flRight {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.flTop {
	float: inherit;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* 2 Spalten Modul */
.content {
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	}

.content .linkespalte {
	width: 320px;
	float: left;
	margin-top: 10px;
	}

.content .rechtespalte {
	width: 320px;
	margin-left: 0px;
	margin-top: 10px;
	float: right;
	}
	
		
		
	/*	Navigation vertical -
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	width: 180px;
	padding-right: 0;
	padding-bottom: 0;
	list-style-type: none;
	margin-left: -30px;
}

#navigation ul.nav1st {
list-style-type: none;
}

#navigation ul.nav1st a{
	color: #FFFFCC;
	font-size: 100%;
	font-weight: bolder;
	text-decoration: none;
			
}

#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1{
	padding-left:0px;
	
}
#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2{
	margin-left: 20px;    
}
#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3{
	margin-left: 35px;
}
#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4{
    padding-left:55px;
}
#navigation ul.nav1st a.level5,
#navigation ul.nav1st a.current5{
    padding-left:60pxem;
}

#navigation ul.nav1st li,
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	
}



#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited, {
	color: #663300;	
}

#navigation ul.nav1st a:hover {
	text-decoration: underline;
}


#navigation ul li.active {
	font-style: italic;
}

#logo {
	float: left;
	height: 80px;
	padding-left: 15px;
	
}

