* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url('images/bg.png') repeat;
	font-family: 'trebuchet ms', verdana, tahoma, arial;
	font-size: 70%;
	line-height: 185%;
	border-bottom-width: thick;
	
}

body > #menu {
	position: fixed;
}

a:active, a:visited, a:link {
	color: #5E8E3E;
	text-decoration: underline;
}

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

#maincontainer h1
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 120%;
	text-align: right;
}

#maincontainer h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#maincontainer {
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 0px;
	background-image: url('images/content_process.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFF0F4;
	border-left: 1px solid #7699AD;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
	width: 792px;
	height: 570px; /*560px;*/
	margin-left: 185px;
	padding:  30px 10px 10px 10px;
	
}
#add {
	width: 200px;
	height:200px;
	right: 0;
	top: 0;
}

#main {
	width: 200px;
	height:200px;
	right: 0;
	top: 0;
}


#menu {
	clear:both;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 610px; /*600px;*/
	overflow: auto;
	background-color: #EFF0F4;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
	
}

#menutop {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 610px; /*500px;*/
	background-image: url('images/menu_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	
}

#footer {
	clear: both;
	position:absolute;
	background-color: #EFF0F4;
	border-top: 1px solid #7699AD;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
	width: 921px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	text-align: right;
	left: 94px;
	top: 885px;

}

/** Navi Formatierungen **/
.navcontainer {
	width: 180px;
	margin: 300px 0 0 0;
	/* IE Fix */
	filter:alpha(opacity=60);
}

.navcontainer ul {
	background-color: #7598AC;z-index:2;
	
	
	/* FF AddOn */
	-moz-opacity: 0.5;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 3px 25px;
	width: 130px;
	background-color: #ffffff;
	border-bottom: 1px groove #999;
}

.navcontainer a:link, .navlist a:visited {
	color: #000000;
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #444;
	color: #fff;
}
