body
{
	font-size: 12px;
	font-family: Verdana;
}

div#layer
{
	/*width: 1000px,*/
	font-family: Verdana;
	font-size: 10px;
}

/* Header */
div#header
{
	background: url(../grafiken/hor.jpg) repeat-x #fff bottom;
	height: 80px;
	margin-bottom: 0px;
}
div#header_links
{
	background: url(../grafiken/logo_vispillus_geschlossen.jpg) no-repeat left;
	width: 214px;
	height: inherit;
	float: left;
}
div#header_mitte
{
	height: 40px;
	padding-bottom: 10px;
	padding-top: 30px;
	float: left;
	width: 720px;
}
div#header_rechts
{
	background: url(../grafiken/ueberganghorizontal.jpg) right no-repeat #fff;
	width: 50px;
	height: inherit;
	float: right;
}

/* Inhalt */
div#inhalt
{
	background: url(../grafiken/nav_vert.jpg) left repeat-y;
	/*width: 1000px;*/
	overflow: hidden;
	font-size: 12px;
}
div#inhalt_links
{
	width: 213px;
	float: left;
	margin-top: 20px;
}
div#inhalt_mitte
{
	width: 720px;
	float: left;
}

/* Footer */
div#footer
{
	background: url(../grafiken/nav_vert.jpg) left repeat-y;
	overflow: hidden;
}
div#footer_links
{
	background: transparent;
	width: 203px;
	font-size: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
}
div#footer_mitte
{
	padding-top: 15px;
	text-align: center;
	float:left;
	width: 720px;
	height: 20px;
}

/* Menu */
ul.mainmenu
{
	margin: 0px;
	display: inline;
	font-size: 10px;
}
li.mainmenu
{
	border: 1px solid #00008b;
	margin: 0px;
	margin-bottom: 10px;
	background: #c5c5ff;
	width: 144px;
	margin-left: 10px;
	display: block;
}
li.mainmenu a
{
	text-decoration: none;
}
ul.detailmenu
{
	margin: 0px;
	margin-top: 4px;
	background: #fff;
	padding: 0px;
	/*padding-left: 6px;*/
}
li.detailmenu
{
	display: block;
	padding: 3px;
}
li.detailmenu a.submenu
{
	padding-left: 15px;
	margin-left: 6px;
	background: url(../grafiken/bullet_1.png) left no-repeat;
	text-decoration: none;
}
li.detailmenu a.submenuactive
{
	padding-left: 15px;
	margin-left: 10px;
	background: url(../grafiken/bullet_2.png) left no-repeat;
	text-decoration: none;
}
a.menu, a.menuactive
{
	padding: 5px;
}
.menuhover
{
	background: #D7D7FF;
}

/* Tabellen */
table.contenttable
{
	width: 500px;
	border: 1px solid #00008b;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
}
th.contenttable
{
	padding: 3px;
	background: #D7D7FF;
}
td[class^=contenttable]
{
	padding: 3px;
}

/* Galerie */
ul.gallerymenu
{
	/*display: inline;
	margin: none;
	padding: none;*/
	width: 400px;
	margin: auto;
}
li.gallerymenu
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin: auto;
	width: 90px;
}

/* Elemente */
h1
{
	font-size: 150%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
hr
{
	border: 1px solid #D7D7FF;
	margin-bottom: 10px;
	width: 500px;
}
input
{
	border: 1px solid #ccc;
}
textarea
{
	border: 1px solid #ccc;
}
img
{
	border: none;
}