/* navigationgr
*******************************************************************************/

#nav {
	height: 22px;
	left: 0;
	position: absolute;
	top: 180px;
	width: 100%;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
#nav div {
	left: 0px;
	margin: 0;
	position: absolute;
	left:8px;
	top: 0;
	width:100%;
	height: 22px;
}

#nav ul {
	height: 22px;
	position: relative;
	top:0px;
	left:15px;	
	width: 100%;
	z-index:2;
}
#nav li {
	float: left;
	height: 22px;
}
#n-profil {
	width: 109px;
}
#n-leistung {
	width: 91px;
}
#n-projekte {
	width: 84px;
}
#n-archiv {
	width: 71px;
}
#n-kontakt {
	width: 53px;
}

#nav a {
	border: none;
	color: #333333;
	display: block;
	font-weight: normal;
	height: 22px;
	text-indent: -9999px;
}

#nav #n-profil a {
	background: #ffffff url(../images/navigationgr/nav_p_1.jpg) no-repeat;
	background-position: 0 0;
}
#nav #n-leistung a {
	background: #ffffff url(../images/navigationgr/nav_p_2.jpg) no-repeat;
	background-position: 0 0;
}
#nav #n-projekte a {
	background: #ffffff url(../images/navigationgr/nav_p_3.jpg) no-repeat;
	background-position: 0 0;
}
#nav #n-archiv a {
	background: #ffffff url(../images/navigationgr/nav_p_4.jpg) no-repeat;
	background-position: 0 0;
}
#nav #n-kontakt a {
	background: #ffffff url(../images/navigationgr/nav_p_5.jpg) no-repeat;
	background-position: 0 0;
}


#nav a:hover,
#nav li:hover a,
#nav li.mnhover a {
	background: none !important;
}



#nav #n-profil a:hover {
	background: #ffffff url(../images/navigationgr/nav_a_1.jpg) no-repeat;
	background-position: 0 0;
}



#nav #n-leistung a:hover {
	background: #ffffff url(../images/navigationgr/nav_a_2.jpg) no-repeat;
	background-position: 0 0;
}



#nav #n-projekte a:hover {
	background: #ffffff url(../images/navigationgr/nav_a_3.jpg) no-repeat;
	background-position: 0 0;
}



#nav #n-archiv a:hover {
	background: #ffffff url(../images/navigationgr/nav_a_4.jpg) no-repeat;
	background-position: 0 0;
}



#nav #n-kontakt a:hover {
	background: #ffffff url(../images/navigationgr/nav_p_1.jpg) no-repeat;
	background-position: 0 0;
}

#nav li ul {
	background: transparent url(../images/bgsubmenu.png) repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	left: -9999px;
	margin: 0px 0 0 0px;
	padding: 0px;
	position: absolute;
	z-index: 3;
}
#nav li:hover ul,
#nav li.mnhover ul {
	left: auto;
}

#nav li ul li,
#nav li ul li a {
	height: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav li ul,
#nav li ul li {
	width: 130px;
}
#nav li:hover ul li a,
#nav li.mnhover ul li a,
#nav li ul li a {
	background: none;
	display: block;
	font-size: .9em;
	padding: 5px 15px 5px 15px;
	color: #333333;
}
#nav li li {
	color:#333333;
}
#nav li li.mnhover,
#nav li li:hover {
	color:#ffffff;
}
#nav li ul li a:hover {
	color:#ffffff;
}


#nav ul#back {
	height: 22px;
	position: absolute;
	top:0px;
	left:15px;
	width: 100%;
	z-index:1;
}

#nav #n-profil_a  {
	background: #ffffff url(../images/navigationgr/nav_a_1.jpg) no-repeat;
	background-position: 0 0;
}

#nav #n-leistung_a  {
	background: #ffffff url(../images/navigationgr/nav_a_2.jpg) no-repeat;
	background-position: 0 0;
}

#nav #n-projekte_a  {
	background: #ffffff url(../images/navigationgr/nav_a_3.jpg) no-repeat;
	background-position: 0 0;
}

#nav #n-archiv_a  {
	background: #ffffff url(../images/navigationgr/nav_a_4.jpg) no-repeat;
	background-position: 0 0;
}

#nav #n-kontakt_a  {
	background: #ffffff url(../images/navigationgr/nav_a_5.jpg) no-repeat;
	background-position: 0 0;
}

#nav ul#back li {
	float: left;
	height: 22px;
}

#nav ul#back li {
	text-align:right;
}

#n-profil_a {
	width: 109px;
}
#n-leistung_a {
	width: 91px;
}

#n-projekte_a {
	width: 84px;
}
#n-archiv_a {
	width: 71px;
}
#n-kontakt_a {
	width: 53px;
}



#nav li li {
	background-color: #ffffff;
		border-bottom: 1px solid #cccccc;
}
#nav li li.mnhover,
#nav li li:hover {
	background-color: #7D8135;
}
#nav li ul li a:hover {
	background-color: #7D8135;
	color: #ffffff;
}

.trenner{
	margin-right:4px;
}

#content #linkespalte div.artikelliste {
	}

#content #linkespalte div.artikelliste h2 {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
	font-size:11px;
	line-height:17px;
	clear:both;
	}

#content #linkespalte div.artikelliste h2 a {
	font-weight:normal;
	color:#f60;
	}

#content #linkespalte div.artikelliste p {
	margin:5px 0px 0px 0px;
	border:0;
	padding:0;
	font-size:11px;
	line-height:17px;
	}

#content #linkespalte div.artikelliste p img {
	border:0;
	padding:0;
	margin:0px 10px 10px 0px;
	float:left;
	}
	
#content #linkespalte div.contactRow {
	padding-top:10px;
	width:300px;
	clear:both;
	}
	
#content #linkespalte div.contactRow label {
	display:block;
	width:100px;
	float:left;
	}

#content #linkespalte div.contactRow input, #content #linkespalte div.contactRow textarea {
	float:right;
	}
	
#content #linkespalte div.contactRow table {
	width:100%;
	}

#content #linkespalte #contactFormSubmit {
	padding-top:10px;
	width:300px;
	clear:both;
	}
	
#content #linkespalte #contactFormSubmit #contactFormSubmitLeft {
	float:left;
	}

#content #linkespalte #contactFormSubmit #contactFormSubmitRight {
	float:right;
	}