
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
width: 98%;
list-style-type: circle;
}

dd
{
	margin-left: 20px;
}

li
{
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 5px;;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8D5DB;
}

body#menuframe {
	background-color: #87A8C0;
}

body#bannerframe {
	background-color: #777777}
	
body#bannerframe img{
	margin: 0px;
	padding: 0px;
}

body#mainframe {
	background-color: #DDDDDD}

dl#menu {
	margin-top: 20px;
}

dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}

#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

.visitenkarte{
	position: absolute;
	background-color: #CCCCCC;
	width: 400px;
	height: 200px;
	left: 20%;
	top: 20%;
}

.titel {
	font-weight: bold;
	font-size: larger;
	margin-top: 10px;
	margin-left: 100px;
	width: 800px;
}

.bildergalerie{
    background-color: #CDCDCD;
	text-align: center;
	vertical-align: middle;
	margin: 20px 20px 20px 10px;;
	float: left;
	width: 350px;
	height: 270px;
}

.bildergaleriebigger{
	background-color: #AAAAAA;
	text-align: center;
	vertical-align: middle;
	margin: 20px 20px 20px 10px;;
	float: left;
	width: 350px;
	height: 280px;
	border: 1px solid black;
}

.ortsplan{
	background-color: blue;
	margin: 20px 20px 20px 10px;;
	float: left;
	width: 640px;
	height: 480px;
	border: 1px solid black;
}

.werbebanner{
	margin: 20px 20px 20px 10px;
	margin-left: 100px;
	padding: 0px;
	float: left;
	border: 1px solid black;
}

.werbebanner img{
	border-style: none;
}

.werbebanner a{
	text-decoration: none;
	}
	
.werbebanner a:visited{
	text-decoration: none;
	}

.textrechts {
	float: left;
	margin-top: 20px;
	font-size: smaller;
	width: 400px;
}

.thumbnails {
	float: left;
	width: 50px;
	margin-left: 30px;
	margin-top: 20px;
}

.thumbnails li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.textrechts td {
	margin-bottom: 100px;
}

.textrechts li {
	list-style:disc;
	margin-bottom: 5px;
}

.tablecategory {
	vertical-align: top;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 20px;
}


.unten {
	clear: both;
	float: none;
	width: 500px;
	padding-top: 10px;
	margin-left: 100px;
}

.photolinks {
	margin-top: 10px;
	text-align: left;
	padding-rigth: 10px;
}

.photolinks a{
	text-decoration: none;
	font-size: small;
	color: grey;
}

.photolinks a:hover{
	text-decoration: none;
	font-size: small;
	color: grey;
}
.photolinks a:visited{
	text-decoration: none;
	color: grey;
	font-size: small;
	font-color: #FF0000;
}

.photolinks a:active{
	text-decoration: none;
	font-size: small;
	color: grey;
}

.form {
	margin: 20px 20px 20px 10px;;
	float: left;
	width: 350px;
	border: 1px solid black;
}

.form label {
	font-size: smaller;
}

frameset {
	padding: 0px;
	margin: 0px;
}

frame {
	padding: 0px;
	margin: 0px;
}

.main {
	width: 890px;
}

ul, li {
margin-left: 0px;
padding-left: 0px;
}






-->