/* Allgemeine Definitionen */

html
{
	background: white;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: white;
}

body
{
	width: 717px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -358px;
	padding-bottom: 20px;
	line-height: 0;
}

img
{
	border: none;
}

input, texarea
{
	font-family: arial, sans-serif;
	font-size: 12px;
}


/* Sprachen */

a.sprachen
{
	float: left;
	margin-top: 35px;
	padding: 8px 8px 4px 0;
	text-decoration: none;
	color: black;
	font-size: 10px;
}


/* Seiten-Logo */

a.logo
{
	float: right;
}


/* Navigation */

div.navigation
{
	clear: both;
	height: 383px;
	line-height: 120%;
}

div.navigation a
{
	display: block;
	width: 124px;
	padding: 4px 8px 4px 8px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.navigation a:hover
{
	background: url(/~cms/images/inhaltHintergrund.jpg);
}

div.navigation a#navActive
{
	background: url(/~cms/images/inhaltHintergrund.jpg);
}

div.navigation a.level2
{
	padding: 4px 8px 4px 20px;
	font-weight: normal;
	width: 112px;
}


/* Inhalt: Container */

div.inhalt
{
	padding: 10px 16px 16px 156px;
	background: #4C4C4C url(/~cms/images/inhaltHintergrund.jpg) repeat-y;
	line-height: 150%;
}


/* Inhalt: Text */

div.inhalt h1
{
	float: left;
	margin: -50px 0 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
}

div.inhalt h2
{
	font-size: 14px;
	margin: 0 0 2px 0;
	line-height: 160%;
}

div.inhalt p
{
	margin: 0 0 16px 0;
}

div.inhalt sup
{
	font-size: 9px;
	line-height: 100%;
}


/* Inhalt: Tabellen */

div.inhalt table
{
	margin: 0 0 16px 0;
	width: 100%;
}

div.inhalt table tr td
{
	padding-right: 8px;
	vertical-align: top;
}


/* Inhalt: Links */

div.inhalt a
{
	color: white;
	text-decoration: underline;
}


/* Inhalt Listen */

div.inhalt ul
{
	margin-top: 0;
	margin-bottom: 16px;
	list-style-type: square;
}

div.inhalt ul li
{
	margin-bottom: 2px;
	margin-left: -24px;
}

div.inhalt ol
{
	margin-top: 0;
	margin-bottom: 16px;
}

div.inhalt ol li
{
	margin-bottom: 2px;
	margin-left: -17px;
}
