body,div,ul,li,td,tr,th,p,h1,h2,h3,h4,input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body,div,ul,li,p,h1,h2,h3,h4,input,textarea,select,table,tbody,img,td,tr,th {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4 {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
}

code,pre,tt {
	font-family: Courier, "Courier New", monospace;
}

body {
	color: black;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #666;
}

a img {
	border: 0px solid red;
}

img {
	border: 0px solid red;
}

div#all {
	text-align: left;
	background-color: #fff;
	margin: auto;
	width: 840px;
	border: 0px solid black;
}

div#header {
	background-image:url(bilder/kopf.gif); 
	width: 100%;
	border: 0px dashed silver;
}

div#title {
	padding-top:60px;
	padding-bottom:30px;
}

div#topmenu {
	display:block;
	width:100%; /* wichtig für IE */
	border: 0px solid black;
}

div#topmenu div {
	clear: left;
}

div#leftcolumn {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 150px;
	border: 0px dashed black;
}

div#submenu {
	color: white;
	border: 0px dashed black;
}

div#submenu ul {
}

div#submenu li {
	list-style: none;
	margin: 0 1em 1em;
}

div#submenu a {
}

div#submenu a:hover {
	color: black;
}

div#submenu a:active {
	background-color: white;
}

div#content {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	border: 0px solid black;
	width:100%;
}

#content img {
	margin-right:11px;
	margin-left:0px;
	margin-bottom:11px;
	}

div#content p {
	margin: 1em 0;
}

div#footerlinie {
	clear: both;
	background-image:url(bilder/linie.gif);
}

div#footer {
	margin-bottom:10px;
}

div#vitalinks {
	float:left;
	text-align:right; 
	margin-top:40px; 
	margin-bottom:40px;
}
	
div#vitarechts {
	float:left; 
	margin-left:20px; 
	margin-top:40px; 
	margin-bottom:40px;
}
div#ausstellunglinks {
	float:left; 
	margin-top:40px; 
	margin-bottom:40px;
	width:30%;
}

div#ausstellungmitte {
	float:left; 
	margin-top:40px; 
	margin-bottom:40px;
	width:30%;
}

div#ausstellungrechts {
	float:left; 
	margin-top:40px; 
	width:30%;
}


