/* CSS Stylesheet Definitionen */
/* by Manfred Eggersdorf */
/* www.porfessionelle-homepage-erstellung.de */


html, body, div, p, ol,
span, td, form, img
	{
	margin: 0px;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	background-color: #DEDDD9;
	color: #333333;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align:top;
	}

a, li,ul {
	font-family: Arial;
/*	font-size: 18px; */
	font-weight: normal;
	margin-top:10px;
	margin-bottom: 10px;
	text-decoration: none;
	}



h1	{
	position: relative;
	font-size: 110%;
	text-decoration:underline;
	margin-right: 0px;
		}
h2	{
	position: relative;
	font-size: 100%;
	margin-right: 0px;
	}
h3	{
	position: relative;
	font-size: 100%;
	margin-right: 0px;
	}
h4	{
	position: relative;
	font-size: 140%;
	color: #A00;
	margin-right: 0px;
	}

p	{
	position: relative;
	margin-left: 180px;
	background: transparent;
	margin-right: 0px;
	}





#oben {
	position: fixed;
	left:0px;
	top: 0px;
	width: 100%;
	height: 140px;
	background: #30414F;
	}
#oben2 {
	position: fixed;
	top:140px;
	left:0;
	width:100%;
	height: 20px;
	background: #9A988D;
	color: #FFF;
	margin-left: 40px;

	}

#oben3 {
	position: fixed;
	top:160px;
	left:0;
	width:100%;
	height: 1px;
	background: #66CCFF;
	}
#oben4 {
	position: fixed;
	top:161px;
	left:0;
	width:100%;
	height: 1px;
	background: #30414F;
	}
#haupt {
	position: absolute;
	left: 180px;
	top: 200px;
	font-weight: normal;
	background: transparent;
		}


#einrueck {
	position: relative;
	margin-left: 40px;
	top: 0;
	margin-right: 0px;
	}

#navig {
	position: fixed;
	top:200px;
	left:0;
	width:165px;
	margin-right:10px;
	overflow:hidden;
	font-size: 80%;
	background-color: #9A988D;
	color: #30414F;
	}

#ulinks {
	position: fixed;
	bottom:0;
	left:0;
	width:165px;
	height: 1000px;
	margin-right:10px;
	overflow:hidden;
	font-size: 80%;
	background-color: #9A988D;

	}

#olinks {
	position: fixed;
	top:0;
	left:0;
	width:165px;
	height: 1000px;
	margin-right:10px;
	overflow:hidden;
	font-size: 80%;
	background-color: #9A988D;

	}
#logo {
	position: fixed;
	top: 5px;
	left: 5px;
	text-align: left;
	background: #30414F;
	}
#logor{
	position: fixed;
	top: 18px;
	font-size: 17px;

	color: #FFF;
	right: 5px;
	text-align: center;
	font-weight: bold;

	background: #30414F;
	}
#haeder {
	margin-left: 200px;
	margin-right: 200px;

	heigth: 120px;
	margin-top: 40px;
	text-align: center;
	background: transparent;
	color: #FFF;
	letter-spacing:.2em;

	}

#footer {
	text-align: left;
	font-size: 50%;
	color: #939393;
	}

#footer a {
	color: #939393;
	}

.t1	{
	text-decoration: none;
	font-size: 120%;
	}

.menlist {
	position:  relative;
	height: auto;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #4A5464;
	margin-top:0px;
	margin-bottom: 0px;
	}

	.menlist li {
		font-size:80%;
		display: block;
		text-decoration: none;
		line-height: 25px;
		font-size: 80%;
		text-indent: 10px;
	border-bottom: 1px solid #4A5464;
	margin-top:0px;
	margin-bottom: 0px;

		}

	.menlist li a {
		height: 24px;
		display: block;
		text-decoration: none;
		line-height: 25px;
		font-size: 100%;
		color: #30414F;
	margin-top: 0px;
	margin-bottom: 0px;

		}

	.menlist li a:hover {
		font-style: italic;
		font-weight: bold;
		height: 24px;
		display: block;
		text-decoration: none;
		line-height: 25px;
		font-size: 120%;
	background: #30414F ;
	color:#66CCFF;


		}

