@charset "UTF-8";
/* CSS Document */

body {
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	height: 100%;
}

#header 
{
	background-image: url(/img/top.jpg);
	background-repeat: no-repeat;
}


.Menu 
{
	margin-left:			18px;
	font-size: 10px;
}

.SubMenu 
{
	margin-left:			23px;
}

.SubMenu .MenuPunkt 
{
	margin-right:			12px;
}

.MenuPunkt_Content a, .MenuPunkt_Content a:link, .MenuPunkt_Content a:hover, .MenuPunkt_Content_Blank a:hover, .MenuPunkt a
{
	font-family:			Verdana, Arial;
	font-weight:			bold;
	font-size:				10px;
	color:					#ffffff;
	text-decoration:		none;
}

.MenuPunkt_Content_Blank a, .MenuPunkt_Content_Blank a:hover
{
	font-family:			Verdana, Arial;
	font-weight:			bold;
	font-size:				10px;
	color:					#ffffff;
	text-decoration:		none;
}

.MenuPunkt 
{
	height:					25px;
	float:					left;
	margin-right:			5px;
}

.MenuPunkt_Content
{
	padding-top:			3px;
	float:					left;
	height:					25px;
	background-image:		url(/img/menu_bg.jpg);
	background-repeat:		repeat-x;
}

.MenuPunkt_Content_Blank
{
	padding-top:			3px;
	float:					left;
	height:					25px;
}

.MenuPunkt_Left 
{
	width:					5px;
	height:					25px;
	float:					left;
}

.MenuPunkt_Right
{
	width:					5px;
	height:					25px;
	float:					left;
}


#mainLayout {
	display: table;
	margin: 0 auto;
	width: 700px;
	height: 100%;
	background-color: #ffffff;
}

#mainLayout #mainContent #header {
	width: 697px;
	height: 120px;
	margin-bottom: 1px;
}
/*
#mainLayout #mainContent #contentLayout #menu {
	float: left;
	width: 204px;
	height: 100%;
	background-color: #ffffff;
}

#mainLayout #mainContent #contentLayout #menu .menuitem {
	background-color: #ffffff;
	height: 17px;
	width: 200px;
	margin-left: 1px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	text-align: left;
	padding-top: 5px;
}

#mainLayout #mainContent #contentLayout #menu .menuitem.selected {
	background-color: #0097c9;
}

#mainLayout #mainContent #contentLayout #menu .menuitem a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 9px;
	text-decoration: none;
	color: #333333;
}

#mainLayout #mainContent #contentLayout #menu .menuitem.selected a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 9px;
	text-decoration: none;
	color: #ffffff;
}


#mainLayout #mainContent #contentLayout #menu .menusubitem {
	background-color: #f9f9f9;
	height: 17px;
	width: 200px;
	margin-left: 1px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	text-align: left;
	padding-top: 5px;
}

#mainLayout #mainContent #contentLayout #menu .menusubitem.selected {
	background-color: #eeeeee;
}

#mainLayout #mainContent #contentLayout #menu .menusubitem a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 16px;
	text-decoration: none;
	color: #666666;
}

#mainLayout #mainContent #contentLayout #menu .menusubitem.selected a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 16px;
	text-decoration: none;
	color: #666666;
}
*/
#mainLayout #mainContent #contentLayout #content {
	background-image: url(img/contentbg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	float: left;
	width: 700px;
	text-align: left;
}

#contentwrapper {
	padding-left: 28px;
	padding-right: 28px;
}

#contentwrapper h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0097c9;
}

#contentwrapper h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #0097c9;
}

#contentwrapper p, #contentwrapper ul, #conetntwrapper li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

#contentwrapper p.indryk {
	margin-left: 20px;
}

#contentwrapper a, #contentwrapper a:link, #contentwrapper a:visited {
	color: #0097c9;
}

#contentwrapper a:hover {
	color: #006b8f;
}
