body {
	font-size: 100%;
	background-color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #000;
        text-decoration : none;
}

a:hover {
        text-decoration : underline;
     
}
a img,a:focus{
        border:none;
        outline:none;
}

h1 {
	font-size : 140%;
        margin: 0px;
        padding: 0px;
        color: black;
        text-indent: -9000px;
}
h2 {
	font-size : 130%;
        margin: 0px;
        padding: 0px;
        color: blue;
}
h3 {   
        font-size : 120%;
        margin: 0px;
        padding: 0px;
        color: green;
}
h4 {
	font-size : 110%;
        margin: 0px;
        padding: 0px;
        color: red;
}
h5 {
	font-size : 100%;
        margin: 0px;
        padding: 0px;
        color: orange;
        text-align:left;

}

h6 {
        color : black;
        font-size : 70%;
        font-weight : normal;
}
	
.fontnorm { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.80em;
}
.fontmini {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.70em;
}

/*
----------------------------------------------------------------------------------------------------------------------
*/
	
#container {
	background-color: #FFFE99;
	border: medium double #9966CC;
	width: 750px;
	height: auto;
	padding: 0;
	margin: 0 auto;
        text-align:left;
}
/*
-----------------------------------------------------------------------------------------------------------------------
*/
#header {
        position:relative;
	height: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-color: #D3D983;
	text-align: right;
}
#header h1 {
        position:absolute;
        text-indent:-9000px;
}

#main_nav{
	background-color: #FFFFCC;
        text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main_nav ul {
        list-style-type: none;
}

#main_nav li {
        display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;

}

#main_nav a {
	text-decoration: none;
	padding-bottom: 0px;
	background-color: #FFFFCC;
}
#main_nav a:hover {
	text-decoration: underline overline;
}
#active_main {
	font-style: italic;
	;
}
/*
-----------------------------------------------------------------------------------------------------------------------
*/

#breadcrumb {
	font-size: .65em;
        line-height:1em;
	color: #000000;
	text-align: left;
	width: 250px;
	margin-left: 180px;
	font-weight: bold;
        padding-bottom:0.5em;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF;
*/
}

/*
-----------------------------------------------------------------------------------------------------------------------
*/

#bach #comment{
        background-color:#FFFE99;
        font-size: 0.70em;	
	float: right;
	height: 350px;
	width: 150px;
	margin-right: 10px;
	padding-left: 5px;
}

#comment {
/*        background-image: url(../images/blumedeslebens.gif);
        background-position: center bottom;
        background-repeat: no-repeat;
*/
        font-size: 0.70em;	
	float: right;
	height: auto;
	width: 150px;
	margin-right: 10px;
	padding-left: 5px;
        padding-bottom: 10px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.85em;
	color: #000000;
	float: right;
	width: 400px;
	height: auto;
/*	background-color: #FFFF98;*/
	margin-right: 1px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
        padding-top:5px;
}

#content_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	width: 550px;
	height: auto;
	background-color: #FFFF98;
	margin-right: 1px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/*
-----------------------------------------------------------------------------------------------------------------------
*/


#sub_nav {
        font-size:0.90em;
        float:left;
	background-color: #FFFE99;
	height: auto;
	width: 140px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
}
#sub_nav ul {
        list-style-type: none;
        margin:0;
        padding:0;
}

#sub_nav li {
}

#sub_nav a:link , #sub_nav a:visited {
	display:block;
	text-decoration: none;
	background-color: #F4F18A;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F18A;
	border-right-color: #F4F18A;
	border-bottom-color: #F4F18A;
	border-left-color: #A25962;
	margin-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 1em;
}


#sub_nav a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC66;
	background-color: #F4F18A;
}

html>body #sub_nav a:link , #sub_nav a:visited {
	height: auto;
}
/*
-----------------------------------------------------------------------------------------------------------------------
*/


#footer {
	font-size:0.6em;
	text-align:center;
	background-color: #FFFFCC;
	clear: both;
	width: 100%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	
}
	

