body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height:14px;
	font-weight:normal;
}


/* da ist alles hineingepackt */
#main {
	width:880px;
	/*border:1px solid #000000;*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 90px;
}

/* da steckt das logo und die header navigation drinnen */
#header {
	height:135px;
	/*border:1px solid #660000;*/
}

	#logo {
		float:left;
	}
	
	#headerNavigation {
		float:right;
		padding-top:50px;
	}
	
		#hNtd {
			background-image:url('quGrau.jpg');
			background-repeat:no-repeat;
			text-indent: 15px;
			padding-right: 30px;
		}

		#hNtdOhne {
			background-image:url('quGrau.jpg');
			background-repeat:no-repeat;
			text-indent: 15px;
		}
		
		.hNItem {
			color:#666666;
			text-decoration:none;
		}
		.hNItem a {
			color:#666666;
			text-decoration:none;
		}
		.hNItem a:link {
			color:#666666;
		}
		.hNItem a:visited {
			color:#666666;
		}			
		.hNItem a:focus {
			color:#7db4b4;
		}
		.hNItem a:hover {
			color:#7db4b4;
		}		
		.hNItem a:active {
			color:#7db4b4;
		}		

		
/* hier die seitenüberschrift und "interessiert", falls vorhanden */
#pageHeader {
	height:12px;
}

	#pageTitle {
		float:left;
		font-size: 16px;
		line-height:18px;
		font-weight:normal;
		width: 360px;
		text-align:right;
		padding-bottom: 2px;
	}
	
#line {
	clear:both;
	height:1px;
	border-bottom:1px dotted #b2d5d5;
	margin-right: 520px;
	margin-top: 5px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom: 0px;
}

	
/* hier der rest: links das menue, in der mitte der content 
und rechts - falls vorhanden, der kasten */

#menu {
	float:left;
	width:135px;
	padding-top:0px;
	margin-top:0px;
	font-weight:bold;
	text-decoration:none;
	
}
	#menuitem {
		height:24px;
		background-image:url('klammerZu.jpg');
		background-repeat:no-repeat;
		text-indent: 30px;
		border-bottom:1px dotted #b2d5d5;
	}

	#menuitemActive {
		height:24px;
		background-image:url('klammerAuf.jpg');
		background-repeat:no-repeat;
		text-indent: 30px;
		border-bottom:1px dotted #b2d5d5;
	}
		.miRef {
			padding-top:10px;
			color:#666666;
		}
		.miRef a {
			color:#666666;
			text-decoration:none;
		}
		.miRef a:link {
			color:#666666;
		}
		.miRef a:visited {
			color:#666666;
		}
		.miRef a:focus {
			color:#7db4b4;
		}
		.miRef a:hover {
			color:#7db4b4;
		}	
		.miRef a:active {
			color:#7db4b4;
		}
	
#interest {
	float: right;
	width: 135px;
}
	#interestTitle {
		float:right;
		background-image:url('quRot.jpg');
		background-repeat:no-repeat;
		text-indent: 15px;
	}
	#interestText {
	margin-top: 15px;
		padding: 15px 7px 45px 7px;
		background-color: #c5e2e2;
	}

#content {
	margin-left:180px;
	margin-right: 225px;
}

	a {
		text-decoration:none;
		color:#666666;
	}
	a:link {
		color:#666666;
	}
	a:visited {
		color:#666666;
	}	
	a:focus {
		color:#7db4b4;
	}
	a:hover {
		color:#7db4b4;
	}
	a:active {
		color:#7db4b4;
	}
	
	.fett {
		font-weight:bold;
	}
	.kursiv {
		font-style:italic;
	}
	.fettkursiv {
		font-weight:bold;
		font-style:italic;
	}
	.unterstrichen {
		text-decoration:underline;
	}
	.fettunterstrichen {
		font-weight:bold;
		text-decoration:underline;
	}
	.kursivunterstrichen {
		font-style:italic;
		text-decoration:underline;
	}

.i_bild {
	float:left;
	padding-right:7px;
	padding-bottom: 3px;
}
.linkText {
	text-decoration:underline;
}

img {
	border-style:none;
	border-width:0px;
	}