﻿/********************************************Allgemein************************************************/
body
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body, p, li, dl, ul, ol, table
{
	font-weight: normal;
	font-family: verdana;
}

img
{
	border: 0px;
}

.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}

.PopupWindow
{
	z-index: 1001;
}

.PopupWindowContent
{
	width: 100%;
	height: 100%;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 130;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	border: solid 1px #000000;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.ScrollContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.ScrollContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
}

.PopupWindowTitle
{
	background-color: #43352D;
	padding-left: 10px;
	color: White;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}
.PopupWincowContent
{
	background-color: #ffffff;
	padding: 10px;
}

.bgLeft
{
	background-image: url(/media/bgLeft.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.bgRight
{
	background-image: url(/media/bgRight.gif);
	background-position:left;
	background-repeat:repeat-y;
}

/********************************************Header***************************************************/
.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
	display: block;
}

.floatRight
{
	float: right;
	display: block;
}

/********************************************Header***************************************************/

#header
{
	width: 990px;
	height: 160px;
	background-image:url(/media/bgbanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/********************************************Hauptmenü************************************************/

#menu
{
	height: 20px;
	background: #005285;
}

/********************************************Menu oben************************************************/

#menuTop
{
	padding: 0px;
	margin: 0px;
}

#menuTop .left
{
	padding-left: 10px;
	width: 330px;
}

#menuTop .middle
{
	width: 440px;
	text-align: right;
}

#menuTop .right
{
	text-align: right;
	padding-right: 10px;
}

#menuTop .right img
{
	border: 0px;
	vertical-align: middle;
}

#menuTop .divisor
{
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

/********************************************Hauptbereich************************************************/

#content .left
{
	width: 210px;
	background-color: #F4F4F5;
}

#content .right
{
	width: 200px;
	background-color: #F4F4F5;
	vertical-align:top;
}

#content .page
{
	width: 640px;
	padding: 1px 10px 20px 10px;
	vertical-align: top;
}

#content .position
{
	background: #9FBDDE;
	text-align: right;
	padding: 5 10 5 10;
}

#content .page .sitepath
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .page .sitepath a:hover
{
	text-decoration: underline;
}

/********************************************MENU LEFT************************************************/

#menuLeft .item
{
	background-image: url(/media/pfeil.jpg);
	background-repeat:no-repeat;
	background-position: 6 4;
	padding: 5 5 5 24;
}

#menuLeft .menu0
{
	background: #9FBDDE;
	text-align: left;
	margin-top: 20px;
	padding: 4 10 4 10;
	color: White;
}

#menuLeft .menu1
{
	border-bottom: solid 2px White;
	background: #EAEAEB;
}

#menuLeft .menu1 a
{
}

#menuLeft .menu0active
{
	background: #005285;
	margin-top: 20px;
	padding: 4 10 4 10;
	color: White;
}

#menuLeft .menu1active
{
	border-bottom: solid 2px White;
	background: #E3E9F0;
}

#menuLeft .menu1active a
{
}

/********************************************LINKS************************************************/

#links
{
	width:200px;
}

#links .header
{
	background: #9FBDDE;
	text-align: left;
	padding: 4 10 4 10;
	color: White;
}

#links .item 
{
	background-color: #EAEAEB;
	background-image: url(/media/pfeil.jpg);
	background-repeat:no-repeat;
	background-position: 6 4;
	padding: 5 5 5 24;
	border-bottom: solid 2px White;
}

/********************************************SITEMAP************************************************/

#sitemap
{
	background-color: #F4F4F5;
}

#sitemap .menu0
{
	text-align: left;
	margin-top: 5px;
}

#sitemap .menu1
{
	padding-left: 20px;
}

#sitemap .spacer
{
	margin-top: 5px;
}

#sitemap .menu0 a
{
	text-decoration: none;
}

#sitemap .menu1 a
{
	text-decoration: none;
}

#sitemap .menu0 a:hover
{
	text-decoration: underline;
}

#sitemap .menu1 a:hover
{
	text-decoration: underline;
}

/********************************************Fusszeile***************************************************/

#footer
{
	height: 40px;
	background: #EAEAEA;
	text-align: center;
}

/*****************************print*****************************/

#print
{
	background-image: none;
	background-color: white;
	margin: 0px;
	width:750px;
}

#print .buttons
{
	font-family: Verdana;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 10px;
	background-color:#005285;
}

#print .buttons a
{
	text-decoration:none;
	
}

#print .footer
{
	background-color: #9FBDDE;
	color: White;
	height: 20px;
	text-align: center;
}

/*****************************recommend*****************************/

#recommend
{
	background-image: none;
	margin: 0px;
}

#recommend .container
{
	background-color: #F4F4F5;
	border: 1px solid #EAEAEB;
}

#recommend .content
{
	padding: 15px;
}

#recommend .infotext
{
	margin-bottom: 20px;
	font-weight: bold;
}

#recommend .buttons
{
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	padding-top:5px;
}

#recommend .header
{
	margin: 0px;
	padding: 5 15 5 15;
	background-color: #005285;
	color: white;
	font-family: Verdana;
	font-weight: bold;
}

/*****************************Modules*****************************/

#modules a img 
{
	border:0px;
}

#modules .item
{
}

#modules .header
{
	font-weight:bold;
}

#modules .subheader
{
	font-weight:bold;
}

#modules .image 
{
	float:left;
	padding-right:10px;
	height:100%;
	padding-bottom:10px;
}

#modules .separator
{
	margin-top:10px;
	border-top:1px dotted #005285;
	margin-bottom:10px;
	clear:both;
}

#modules .link 
{
	padding-top:10px;
}

#modules .link a
{
	text-decoration:underline;
} 

#modules .download
{
	margin-top:10px;
}
