/* CSS Document */

div {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin: 0px;
	padding-left:0px;
	vertical-align:top;
	white-space:nowrap;
}

#bottommain {
	width:680px;
	height:405px;
	text-align:left;
	vertical-align:top;
}


 
/* Einzelne Divs der Bottom Seite. Dieses Bottom-Frame teilt sich in 4 Divs.*/

/* Linkes Bottom Div. */
#bottom_1 {
	background-image:url(../_img/bottom/bottom1.jpg);
	width:5px;
	height:400px;
	float:left;
}

/* ContentMain Div. */
#bottom_2 {
	background-color:#fcfaf6;
	width:667px;
	height:400px;
	float:left;
	border-width:2px;
	border-color:red;
}

/* Rechtes Bottom Div. */
#bottom_3 {
	background-image:url(../_img/bottom/bottom3.jpg);
	width:5px;
	height:400px;
	float:left;
}

/* Unteres Bottom Div. */
#bottom_4 {
	background-image:url(../_img/bottom/bottom4.jpg);
	width:677px;
	height:5px;
	float:left;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}

/* DIVS IM CONTENTBEREICH */

/* navi_left Div*/
#navi_left {
	margin-top:20px;
	margin-left:5px;
	height:220px;
	width:170px;
	float:left;
	text-align:left;
}

/* schwarzer Strich Div*/
#linie {
	background-image:url(../_img/bottom/linie.gif);
	background-repeat:repeat-y;
	margin-top:20px;
	margin-left:10px;
	height:360px;
	width:1px;
	float:left;
}

/* navi_left Div*/
#content {
	margin-top:20px;
	margin-left:20px;
	height:360px;
	width:437px;
	float:left;
	text-align:left;
	vertical-align:top;
	white-space:normal;
}

#content_start {
	margin-top:20px;
	margin-left:115px;
	height:360px;
	width:437px;
	text-align:left;
	vertical-align:top;
	white-space:normal;
}

table.traumplatz {
	height:360px;
	width:437px;
	border:0px;
	margin:0px;
}
