@charset "UTF-8";

*{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
}

body
{
	background: #a0a0a0 url(/fileadmin/template/main/bilder/bgverlauf2.jpg) repeat-x fixed;
}

/*
img, div
{
	behavior: url(/fileadmin/template/main/iepngfix.htc);
}
*/

/* Text */

a
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:#5C5C5C;
	text-decoration:underline;
}

.itembody a, #content a, #wrapAktuelles a 
{
        color:#5C5C5C;
        text-decoration:underline;
}

.itembody a:hover, #content a:hover, #wrapAktuelles a:hover
{
	color:black;
	text-decoration:none;
}


ol,ul
{
	line-height: 14px;
}

.Text align-right, .align-right
{
	text-align:right;
}

.contenttable {
	font-size: 10px;
}

/* Titles */

h1, h1 a
{
	font-size:20px;
	line-height:22px;
	margin-bottom:10px;
	padding-bottom:10px;
}

h2
{
	font-size:15px;
	line-height:25px;
	/* margin-bottom:10px; */
}

h3
{
	font-size:12px;
	line-height:15px;
	/* padding-top:18px; */
}

h4
{
	line-height: 20px;
}

#wrapAktuelles h3, #subNavContent h3, #wrapAktuelles #AktuellesTitle{
	margin-top:4px;
	margin-right:2px;
	margin-left:-4px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;

	border-top: 1px dotted;
	border-bottom: 1px dotted;
	font-size:12px;
	line-height:15px;
	font-weight: bold;
	text-align:center;
}


/* Page Layout */

#wrap
{
	width: 951px;
	margin: 20px auto 20px;
	border: solid 1px #434343;
}

#ghost
{
	position: absolute;
}

#header
{
	width: 951px;
	height: 169px;
}

#pageWrap
{
	background: #eeecec;
	width: 100%;
	height: auto;
	padding: 15px 0 15px 0;
	margin: 0;
	float: left;
	/*border: solid 1px #434343;*/
}


/* Content Specific */

#content {
	background: #eeecec;
	width: 550px;
	min-height: 350px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	border-right: 1px dotted;
	border-left: 1px dotted;
}
.contenttable
{
	width:540px;
}

.contenttable thead tr th
{
	font-size:13px;
	width:550px;
}

.contenttable tbody
{
	font-size:10px;
	width:550px;
}

#content ul,ol
{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:15px;
}

#content li
{
	margin-top:5px;
}

#content p
{
	margin-top:10px;
	margin-bottom:10px;
}


/* Navigation Specific */

#navi
{
	width:100%;
	padding:0px;
	padding-top:9px;
	padding-bottom:9px;
	border:0;
}

#navi a
{
	font-size:14px;
	padding-left:45.3px;
	padding-right:45.3px;
	padding-bottom:8px;
	padding-top:8px;
	text-decoration:none;
	color:black;
	background:url(/fileadmin/template/main/bilder/navNormal.png) repeat-x;
}

#navi a:hover
{
	background:url(/fileadmin/template/main/bilder/navHover.png) repeat-x;
	color:#fdd51E
}

#navi a.mainnav1akt
{
	color:#fdd51E;
	background:url(/fileadmin/template/main/bilder/navActive.png) repeat-x;
}


/*  Menu Left Specific  */


#subNavContent a:hover
{
	color:#5C5C5C;
	padding-left:2px;
}

#subNavContent a:active
{
	color:#fdd51e;
	padding-left:2px;
}

a.SubNavActive
{
	color:#5C5C5C;
	padding-left:2px;
}

#wrapSubNav
{
	background: #eeecec;
	width: 155px;
	height: auto;
	float: left;
	margin-left:8px;
}
#subNavContent
{
	background: #eeecec;
	margin-left: -8px;
	font-size:1em;
}

#subNavContent a
{
	line-height:25px;
	font-family: Arial;
	/* text-decoration:none; */
	color: #000;
}
#subNavContent ul
{	margin-top:18px;
	margin-left:10px;
}


/* Menu Right Specific */

#wrapAktuelles
{
	width: 145px;
	height: auto;
	float: left;
	padding:10px;
	margin-left:0px;
}

#AktuellesContent
{
	padding-top: 10px;
	margin-left:-5px;
	background:	#eeecec;
	height:		auto;
	font-size:	11px;

}

/* Other Specific */

#footer
{
	width: 100%;
	font-size:	13px;
	clear:		both;
	color:		#fff;
	background:	#434343;
	text-align:	center;
	height:		16px;
}

