/*Allgemein*/
table
{
	empty-cells:show;
}

body
{
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color:#daebff;
}

/*.bildHinter
{
	background-image: url(pics/bground.jpg);
}*/

/* Menu */
a.menuButton, a.menuButtonActive
{
	display: block;
	padding: 4px 10px 4px 10px;
	color: #EEEEEE;
	background: #64687E;
	width: 140px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

a.menuButtonActive, a.menuButton:hover
{
	background: #8287A5;
	color: #FFFFFF;
}

.menu
{
	background: #535B81;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 20;
}

a.menuItem, a.menuItemActive
{
	color: #EEEEEE;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
	white-space: nowrap;
}

a.menuItem:hover, a.menuItemActive
{
	background: #707BB1;
	color: #FFFFFF;
}

/* Visiten */
a.kontaktButton
{
	display: block;
	color: #333333;
	padding: 15px 0px 0px 0px;
	background: #FFFFFF url(pics/kontakt_bt.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 72px;
	font-weight:bold;
	font-size:90%;
	text-decoration: none;
	text-align: center;
}

a.kontaktButton:hover
{
	background: #FFFFFF url(pics/kontakt_bt.jpg) -160px;
	font-size:100%;
}

/* Inhalt */
a.link
{
	color: #333333;
	text-decoration: none;

}
a.link:hover
{
	color: #b01915;
	text-decoration: none;
}

a.sublinks
{
	color: #535B81;
	text-decoration: none;
}
a.sublinks:hover
{
	color: #707BB1;
}

.sublinkGray
{
	color: #cc6666;
	text-decoration: none;
}

a.startLink
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.startLink:hover
{
	color:#b01915;
	text-decoration:none;
}

h1
{
	font-family:serif;
	font-weight:normal;
	text-align:center;
	font-size:250%;
	color: #480F06;
	letter-spacing:.05em;
	line-height:110%
}

h2
{
	font-family:serif;
	font-weight:normal;
	font-size:220%;
	text-align:center;
	color: #480F06;
	letter-spacing:.05em;
}

h3
{
	font-family:serif;
	font-weight:normal;
	font-size:150%;
	color: #480F06;
	letter-spacing:.02em;
	line-height: 100%;
	padding-left:30px;
	padding-right:30px;
}

p
{
	font:100% serif;
	color: #333333;
	letter-spacing:.03em;
	line-height: 130%;
	padding-left:30px;
	padding-right:30px;
}

li
{
	font:100% serif;
	font-weight:normal;
	color: #333333;
	letter-spacing:.03em;
	line-height: 150%;
	padding-left:30px;
	padding-right:30px;
	white-space: nowrap;
	list-style-position: inside
}
h4
{
	font:100% serif;
	color: #333333;
	letter-spacing:.03em;
	line-height: 150%;
}
h5
{
	font-family:serif;
	font-weight:normal;
	text-align:center;
	font-size:120%;
	color: #480F06;
	letter-spacing:.02em;
}
h6
{
	font:110% serif;
	color: #333333;
	letter-spacing:.03em;
	line-height: 130%;
	padding-left:30px;
	padding-right:30px;
}