* {
   font-family:"times new roman",times,serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

a:link, a:visited {
	text-decoration: none;
	color: navy;
}

a:hover, a:active {
	text-decoration: none;
	color: red;
}

li {
	margin-right: 45px;
	margin-top: 5px;
}

input {
	border: 1px solid #000000;
	margin-left: 300px;
}

body {
	background-color: #9FB8D0;
}

p {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
}

sup {
	font-size: 4pt;
	vertical-align: super;
}

img {
	margin-left: 4px;
	margin-top: 4px;
	background-color: White;
}

h1 {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom-color: #9FB8D0;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

ul {
	list-style-type: circle;
}

div.kasten {
	border: 1px dotted Black;
	width: 170px;
	height: 300px;
	float: left;
	margin-bottom: 15px;
}

h2 {
   font-family:"times new roman",times,serif;
	border-bottom-color: Red;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

div.kasten p {
	text-align: center;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 3px;
	padding-top: 4px;
}

div.kasten ul {
	margin-left: 2px;
	list-style: disc;
   padding: 3px 1.5em;
	font-size: 9px;
	font-weight: bold;
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

div.kasten li {
	font-size: 8px;
	font-weight: bold;
	margin-right: 4px;
	margin-top: 0px;
}

div.kasten img {
	background-color: White;
	display: block;
	margin: auto auto;
}

td {
	text-align: center;
}

#head {
	border: 1px dotted Black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 121px;
	z-index: 1;
	background-color: White;
	text-align: center;
	display:none;
}

#menu {
	border: 1px dotted Black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 20px;
	z-index: 1;
	text-align: center;
	background-color: White;
	display:none;
}

#main {
	border: 1px dotted Black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	z-index: 1;
	background-color: White;
}

#bottom {
	border: 1px dotted Black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 40px;
	z-index: 1;
	text-align: center;
	background-color: White;
	display:none;
}

#kasten_links {
   margin-left: 17px;
}

#kasten_mitte {
   margin-left: 25px;
	z-index: 2;
}

#kasten_rechts {
	margin-left: 25px;
}

table.preismatrix {
	border: thin dotted;
	font-size: 8px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	width: 595px;
}

table.preismatrix td {
	font-size: 9px;
	width: 130px;
}

table.preismatrix td.strich {
	border-bottom-color: red;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

table.preismatrix th {
   font-family:"times new roman",times,serif;
	border-bottom-color: Red;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}

table.preismatrix th.links {
	text-align: left;
	border-bottom-style: none;
	font-size: 9px;
	font-weight: bold;
}

table.preismatrix th.linksstrich {
	text-align: left;
	border-bottom-style: none;
	font-size: 9px;
	font-weight: bold;
	border-bottom-color: red;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


