body {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body#bd {
	background: url(../images/body_bg.png) top repeat-x #2F659B;
	background-attachment: fixed;
}

/* Links */

a {
	color: #0000FF;
	text-decoration: underline;	
}
a:link,a:visited,a:active {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}

#mainwrapper {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #0C4887;
}

#header {
	height: 70px;
	width: 900px;
	background: url(../images/header_bg2.png) top right no-repeat;
}
#header .logo {
	float: left;
}
#header .company {
	float: right;
}
#top {
	clear: both;
	width: 100$;
	height: 68px!important;
	border-bottom: 2px solid #DDDDDD!important;
	background: #FFFFFF;
}
#top .logo2 {
	float: left;
	width: 119px;
	height: 68px;
	vertical-align: top;
	display: block;
}
#top .topArea {
	float: right;
	width: 781px;
	height: 68px!important;
	display: block;
}

#top-wrap {
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	height: 49px;
	display: block;
}

#top-wrap #breadcrumb {
	float: left;
	width: 542px;
	height: 49px;
	line-height: 49px;
	padding-left: 62px;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 11px;
	display: block;
}
#top-wrap #right {
	float: left;
	width: 174px;
}
#header .title {
	width: 532px;
	padding-left: 65px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container {
	background: #FFFFFF url(../images/container_bg.png) top right repeat-y;
	display: block;
}

#mainbody {
	float: left;
	width: 726px;
}

#mainbody #content-wrap {
	float: right;
	width: 556px;
}

#content {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background: #FFFFFF;
	border-left: 1px solid #DDDDDD;
}

#leftpane {
	float: left;
	width: 170px;
	display: block;
	backgeound: #FFFFFF;
}

#rightpane {
	float: left;
	width: 174px;
	background: #EEEEEE;
	position: relative;
}

/* footer */

#footer {
	border-top: 1px solid #0C4887;
	background: #508CC9;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 30px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #DEEAF5;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer .copyright {
	font-size: 10px;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Main navigation */

#mainmenu {
	background: #508CC9;
	height: 19px;
}

#mainmenu a {
	height: 19px!important;
	line-height: 19px!important;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	display: block;
}
#mainmenu a:link, #mainmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu a:active {
	color: #000000;
	text-decoration: none;
}
#mainmenu a:hover {
	background-color: #91B7DD;
	text-decoration: none;
}
#subnav {
	width: 170px;
}
#subnav a {
	display:block;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	padding-left: 24px; 
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #508CC9;
	background: url(../images/subnav_bg.png) left top no-repeat #FFFFFF;
}
#subnav a:hover {
	color: #508CC9;
	background: url(../images/subnav_hover_bg.png) left top no-repeat #EBEBEB;
}

/* Text formats */
p.bd {
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #508CC9;
	line-height: 22px;
	margin: 0!important;
	padding: 0!important;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}
li {
	margin-top: 12px;
	list-style-image: none;
}
.small {
	font-size: 11px;
}
.error {
	color: #FF0000;
}
.required {
	color: #FF0000;
	font-weight: bold;
}

/* Tables */
td.formProp {
	color: #508CC9;
}
.formValue {
	color: #000000;
}

/* Infoboxes */

ul.bullet1 {
	margin-left: 0px;
	padding-left: 20px;
}
li.bullet1 {
	list-style-image: url(../images/bullet1.gif);
}
li.infobox {
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #AECAE6;
	width: 350px;
	background-color: #F1F3F8;
	padding: 10px;
	font-size: 11px;
}
.info1 {
	color: #000099;
}

.moreInfo {
}
.moreInfo div.title {
	font-size: 11px;
	color: #666666;
	background: #E0E8F2 url(../images/moreinfo_bg.png) top right no-repeat;
	padding-right: 19px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 19px;
	height: 19px;
	margin: 0;
	display: block;
	width: 110px;
}
.moreInfo div.text, .moreInfo ul {
	border: 1px solid #E0E8F2;
	background: #FFFFFF url(../images/moreinfo_bg2.png) top left repeat-x;
	margin:0;
	padding-bottom: 10px;
}
.moreInfo div.text {
	padding: 10px;
}
.moreInfo li {
	list-style-image: url(../images/icoInfo16.gif);
}
#rightpane .infobox {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#content .infobox {
	background: #EEEEEE;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
#content .infobox div.center {
	text-align: center;
	padding-top: 2px;
}
#content .infobox img {
	border: 1px solid #999999;
}

/* Images */

img.right {
	padding-left: 15px;
	padding-bottom: 10px;
}
.border {
	border: 1px solid #999999;
}

/* shadowed images */

.img-wrap {
	background: url(../images/shadow/shadow.png) right bottom no-repeat;
	float: left;
}
.img-wrap div {
	background: url(../images/shadow/mask.png) top left no-repeat;
	float: left; /* IE5.2 Mac */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

/* Forms */
input.textDef {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 200px;
}
input.textDef:hover {
	border: 1px solid #FF0000;
}
input.textFull {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 410px;
}
input.textFull:hover {
	border: 1px solid #FF0000;
}
input.textSmall {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 100px;
}
input.textSmall:hover {
	border: 1px solid #FF0000;
}
input.textFill {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 300px;
}
input.textFill:hover {
	border: 1px solid #FF0000;
}
textarea.areaFull {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width: 410px;
	height: 150px;
}
textarea.areaFull:hover {
	border: 1px solid #FF0000;
}
.datum {
	font-size: 11px;
}
.tabelle .title {
	font-weight: bold;
	background: #eee;
}
