* {
	font-family: verdana, sans-serif;
	color: #333333;
	line-height: 1.75em;
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	margin: 0;
	}
	
#leftcol {
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 30px;
	width: 300px;
	z-index: 2;
	}

#rightcol {
	font-size: 11px;
	position: absolute;
	top: 175px;
	left: 360px;
	width: 500px;
	z-index: 3;
	}

a {
	text-decoration: none;
	cursor: pointer;
	}
	
#content a ,
.toplink a{
	border-bottom: dotted 1px grey;
	}

#content .galleryTwoCols a {
	border-bottom: 4px;
	}

a:hover {
	color: #ff9900;
	}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}

p {
	padding: .5em 0 .5em 0;
	}

#head {
	margin: 0 0 90px 0;
	}
	
/* Platz-Beschaffungs-Methode zur Vermeidung von Dreamweavers Macken */
.space1 {
	margin-bottom: 25px;
}

.space2 {
	margin-bottom: 50px;
}

/* Menu */

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#submenu1,
#submenu2,
#submenu3,
#submenu4 {
	display: none;
	}
	
#noscriptmenu #submenu1,
#noscriptmenu #submenu2,
#noscriptmenu #submenu3,
#noscriptmenu #submenu4 {
	display: block;
	}
	
#submenu1 {
	margin: 20px 0 0 0;
	}
	
/* Positionierung fuer die Stadtplan-Skizze  */
.posImg {
	position: absolute; 
	left: -150px; 
	top: -35px;
	}
	
	
.toplink {
	border-top: 1px dotted black;
	margin-top:100px;
	font-size: 1em;
	}

.toplink a{
	border-bottom: 1px dotted black;

	}
	
.galleryTwoCols {
width: 500px;
clear: both;
}	
	
.galleryTwoCols a {
float: left;
margin: 0 5px 5px 0;
line-height: 0;
padding: 0;
}
	
.galleryTwoCols a img{
margin: 0;
}		