body {
	background-color: #E6E6E6;
}

input, textarea {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#kontakt {
	position: absolute;
	width:800px;
	height:560px;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-280px;
}
#flashinhalt {
	width:800px;
	height:550px;
}
#flash_slideshow {
	width:347px;
	height:523px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size:18pt;
}
p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

/* Layout */
table.maintable {
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}
table.maintable td {
	background-color:#fff;
}

td.navi_table
{
	background-image:url(img/layout/menu_bg.jpg);
	background-repeat:repeat-x;
}

/* Menü CSS */

#navcontainer
{
	list-style-type: none;
	background-color: #ffffff;
}
.navlist
{
	margin: 0px;
	padding:0px;
}
.navlist li
{
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 100px;
	height: 20px;
	display: block;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.0pt;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #000;

}

.navlist li a, .navlist li a:link
{
	background-image:url(img/layout/menu_bg.jpg);
	background-repeat:repeat-x;
	color: #000;
	text-decoration: none;
	padding: 3px 10px 1px 10px;
	display: block;
	height: 20px;
}

.navlist li a:hover
{
	background-image:url(img/layout/menu_bg_active.jpg);
	background-repeat:repeat-x;
	color: #000;
	cursor: pointer;
	height: 20px;
}

.navlist li a.active, .navlist li a.active:link
{
	color: #000;
	cursor: pointer;
	font-weight: bold;
	background: #fff;

}

.navlist li a.active:hover
{
	background: #fff;
}

a:link, a:visited, a:hover {
color: #000;
text-decoration:none;
}
