/* ############################# SITEMAP ############################### */
.sitemap {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background:#FFFFFF;
	height:480px;
	left:-20px;
}

.sitemap a {
	text-decoration:none;
	color:#525252;
}

/* --- spalte links --- */
.sitemap-spalte1 {
	width:155px;
	font-size:11px;
	float:left;
}

.sitemap-spalte1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.sitemap-spalte1 li {
	padding:0;
}

/* --- anderen Spalten --- */
.sitemap-spalte {
	width:155px;
	min-height:520px;
	height:520px;
	margin:0 0 7px 0;
	font-size:11px;
	background:url(../img/dotted_line_vert.gif) repeat-y;
	float:left;
}

.sitemap-spalte ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.sitemap-level1 {
	margin:0;
}

.sitemap-level2 {
	margin:13px 0 0 13px;
	font-weight:bold;
}

.sitemap-level3 {
	margin:0 0 0 13px;
}

.sitemap-level4 {
	margin:0;
}


/* --- lokale sitemap (Menu der Unterseiten) --- */
.teaser_sitemap {
    position:relative;
    left:-3px;
    border:1px dotted red;
}

.one_teaser {	
    position:static;
	width:312px;
	min-height:119px;
	height:119px;
    margin:0 0 0 3px;
	float:left;
}
	
	