/* Container */
#top {
	width:1000px;
	height:121px;
	background-image:url(../images/navi/top_t.jpg);
	background-repeat:no-repeat;
}
#top_n {
	width:1000px;
	height:121px;
	background-image:url(../images/navi/top_n.jpg);
}
#left {
	height:372px;
	width:34px;
	background-color:#000000;
	background-image:url(../images/navi/left_t.jpg);
	background-repeat:no-repeat;
	float:left;
}
#left_n {
	height:372px;
	width:34px;
	background-color:#000000;
	background-image:url(../images/navi/left_n.jpg);
	background-repeat:no-repeat;
	float:left;
}

#nav {
	width:136px;
	height:372px;
	background-image:url(../images/navi/navBack.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-left:15px;
	font-size:12px;
	line-height:20px;
}
#nav a {
	font-weight:bold;
	color:#2d0505;
	display:block;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#rightRand {
	float:right;
	width:49px;
	height:372px;
	background-image:url(../images/navi/rightRand.jpg);
}
#right {
	float:right;
	width:36px;
	height:372px;
	background-image:url(../images/navi/right_t.jpg);
	background-repeat:no-repeat;
}
#right_n {
	float:right;
	width:36px;
	height:372px;
	background-image:url(../images/navi/right_n.jpg);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:710px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

#typoBurg {
	width:730px;
	height:75px;
	float:left;
	background-image:url(../images/navi/typoBurg.jpg);
	background-repeat:no-repeat;
}
#rahmen {
	width:1000px;
	background-image:url(../images/navi/kachelRahmen.jpg);
	background-repeat:repeat-y;
}
#bottom {
	background-image:url(../images/navi/bottom.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:77px;
}
#contentStart {
	float:left;
	width:710px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
}
#contentSpalteLinks {
	width:320px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#contentSpalteRechts {
	width:320px;
	padding-right:10px;
	float:right;
}
#contentHead {
	width:710px;
	padding-top:20px;
	margin-bottom:20px;
}

