@charset "utf-8";

	* {
		margin: 0;
		padding: 0;
		}
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: black;
		margin: 0;
        padding: 0;
        overflow-x: auto;
    	overflow-y: scroll;
		}
	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 130%;
		color: #2C855F;
		font-weight: normal;
		}
h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 130%;
		font-weight: normal;
		color: #6F6F6F;
		margin-bottom: 15px;
		}
h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #6F6F6F;
		margin-bottom: 15px;
		}
	a {            	
		color: #2C855F;
		text-decoration: none;
		outline: transparent;
		}
	a:hover {            	
		color: #2C855F;
		text-decoration: none;
		outline: transparent;
			}
#container {
			width: 850px;
			min-height: 600px;
			margin: 0 auto;
			position: relative;
			}
#head {
        	height: 144px;
            background-image: url(../bilder/header.png);
            background-repeat: no-repeat;
        	}
#navi {
        	margin-bottom: -10px;
        	}
#logo {
			position: absolute;
			width: 200px;
			height: 20px;
			left: 417px;
			top: 51px;
			z-index: 1001;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 16pt;
			font-weight: bold;
			color: #2C855F;
            }
#logo p {
			position: absolute;
			width: 400px;
			height: 20px;
			left: 0px;
			top: 30px;
			z-index: 1002;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight: normal;
			color: black;
            }		
#inhalt_bild {
            /*min-height: 300px;*/
            border-bottom: 1px solid #2C855F;
           	border-top: 1px solid #2C855F;
            }
#inhalt_bild table {
		margin-left: -5px;	
		}
#inhalt_text {
            min-height: 50px;
            /*border-bottom: 1px solid #2C855F;*/
            margin-top: 30px;
            }
#inhalt_text p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-weight: normal;
		color: #6F6F6F;
		margin-bottom: 10px;
		line-height: 20px;	
		}
#inhalt_text ul {
		margin-bottom: 15px;
		/*list-style-type: none;*/
		}
#inhalt_text ul li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 95%;
		font-weight: normal;
		color: #6F6F6F;
		line-height: 20px;	
		}
#projekte_2 {
		font-size: 85%;
		text-align: right;
		margin-top: 5px;
		color: #6F6F6F;
}
#projekte_2 ul {
		font-weight: normal;
		color: #6F6F6F;
		display: inline;
		list-style-type: none;
}
#projekte_2 ul li {
		color: #6F6F6F;
		display: inline;
		padding: 0px 5px;
}
#projekte_2 a {
		color: #6F6F6F;
}
#projekte_2 a:hover {
    color: #2C855F;
    text-decoration: none;
}
#projekte_2 a.selected {
    color: #2C855F;
}

#footer {
            min-height: 25px;
            border-top: 1px solid #2C855F;
            font-size: 70%;
			margin-top: 20px;
            }

                        /* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
	font-family: verdana, sans-serif;
	width:850px;
	height:30px;
	/*background: url(../bilder/willkommen.jpg) 0 20px no-repeat;*/
	position:relative;
	/*margin:2em 125px 0 0px;*/
	}
/* get rid of the default padding - margin and bullets */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	border-left: #888888;
	}
/* make menu horizontal */
.menu ul li {	
	float: left;
	position: relative;
	border-left: 1px solid #D3D3D3;
	line-height: 20px;
	height: 12px;
	}
#strich_re a {
	border-right: 1px solid #D3D3D3;
	line-height: 12px;
	height: 12px;
}
#proj_1 li {
	height: 25px;
}
#proj_1 ul li {
	border-left: 1px solid #D3D3D3;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	/*color:#000;*/
	width: 90px;
	height: 1.5em;
	font-weight: normal;
	color: #888;
	/*border-bottom:8px solid #888;*/
	background: #fff;
	padding: 0px 5px;
	line-height: 12px;
	/*line-height: 0.5em;*/
	margin-right: 2px;
	text-align: center;
	}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
	width: 140px;
	w\idth: 140px;
	}
/* hide the drop down menu */
.menu ul li ul {
	display: none;
	}
/* remove all table style so that it does not interfere with the menu */
#proj_1 li a {
	text-align: left;
	}
#proj_1 li a{
	margin: -1px;
	border-collapse: collapse;
	font-size: 1em;
	}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
	.menu ul li:hover a,
	.menu ul li a:hover {
	color: #2C855F;
	/*border-bottom:8px solid #606;*/
	}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 1.2em;
	margin-top: 4px;
	padding-top: 10px;
	left: 0;
	width: 160px;
	font-size: 100%;
	/*border:1px solid #888;
	border-top:0;*/
	background: transparent;
	background-color: #fff;
	}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	/*display: block;*/
	background: transparent;
	/*color: #000;*/
	border:0;
	margin:0;
	color: #000;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
	width:160px
	}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	color: #2C855F;
	}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background:transparent filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	margin-top:10px; /* for IE5.5 faulty box model */
	marg\in-top:11px; /* for IE6 */
	}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#fff;
	width: 120px; /* for IE5.5 faulty box model */
	w\idth: 120px; /* for IE6 */
	}
.menu ul li.selected a {
    color: #2C855F;
}