/* CSS Document */

#fullFrame .grouper {
	width: 100%;
	position: relative;
	height: auto;
	float: none;
	overflow: hidden;
	margin-bottom: 10px;
}

.halfFrame{
	position: relative;
	width: 50%;
	float: left;
}

#topShadowArea {
	position: relative;
	top: 0px;
	width: 758px;
	height: 4px;
	background-image: url(../images/layoutImages/topShadowBackground.gif);
	background-repeat: repeat-x;
	margin: auto;
}
#bottomShadowArea {
	position: relative;
	top: 0px;
	width: 758px;
	height: 4px;
	background-image: url(../images/layoutImages/botShadowBackground.gif);
	background-repeat: repeat-x;
	margin: auto;
}

#corpWrapper {
	position: relative;
	top: 0px;
	width: 758px;
	background-image: url(../images/layoutImages/wrapperBackground.gif);
	background-repeat: repeat-y;
	margin: auto;
	height: 110px;
}



#mainWrapper {
	position: relative;
	top: 0px;
	width: 758px;
	min-height: 860px;
	height:auto;
	background-image: url(../images/layoutImages/wrapperBackground.gif);
	background-repeat: repeat-y;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

* html #mainWrapper { height:860px; overflow: visible; } /* nur für IE 5.5 - 6.x */
html + body #mainWrapper { height:860px; overflow: visible; } /* nur vom IE 5.0 */

#bottomWrapper {
	position: relative;
	top: 0px;
	width: 758px;
	background-image: url(../images/layoutImages/wrapperBackground.gif);
	background-repeat: repeat-y;
	margin: auto;
	overflow: hidden;
}
#halfWrapper {
	position: relative;
	top: 0px;
	width: 758px;
	background-image: url(../images/layoutImages/wrapperHalfBackground.gif);
	background-repeat: repeat-y;
	margin: auto;
	overflow: hidden;
}
#corporateArea {
	position: relative;
	top: 0px;
	left: 4px;
	width: 575px;
	height: 110px;
	float: left;
}

/* Claim Frame */

#claimFrame {
	position: relative;
	left: 4px;
	height: 70px;
	top: 0px;
	width: 594px;
	float: left;
	overflow: hidden;
	text-align: left;
}

/* Full Frame */

#fullFrame {
	position: relative;
	left: 19px;
	width: 560px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

.fullFrameContent {
	text-align: left;
	padding: 10px;
	padding-top: 20px;
	margin: 0px;
	float: left;
	width: auto;
}

/* HalfFrame */
.rowWrapper {
	padding: 0px 10px 0px 10px;
	width: 540px;
	height: auto;
	overflow: hidden;
	float: left;
}

.halfFrameWrapper {

	width: 255px;
	height: auto;
	overflow: hidden;
	float: left;
}

.halfFrameWrapper img {
	padding: 4px; 
	border: 1px solid #77add9; 
	margin-bottom: 5px;
}

.leftFrame {
	margin-right: 30px;
}


/*News Frame */

#newsHeadFrame {
	position: relative;
	left: 4px;
	height: 60px;
	top: 0px;
	width: 594px;
	float: left;
	overflow: hidden;
	text-align: left;
}

/* Start Half Frame */

#halfFrameOnline {
	position: relative;
	left: 4px;
	width: 349px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#halfFrameNews {
	position: relative;
	left: 0px;
	width: 240px;
	height: auto;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#halfFrameOnline .halfFrameContent {
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	margin: 0px;
	float: left;
	width: auto;
}

.halfFrameContent {
	text-align: left;
	padding: 10px;
	margin: 0px;
	float: left;
	width: auto;
}

.halfFrameContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

.halfFrameContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}


/* New Date Style */
.halfFrameContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #adad8b;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
}

#halfFrameNews .halfFrameContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #8f9174;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.halfFrameContent p a {
	text-decoration: none;
	color: #F26522;
}

.halfFrameContent p a:hover {
	text-decoration: underline;
	color: #F26522;
}

.orange {
	color: #F26522;
}


/* date & more styles */

.dateField {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border-top-color: #d8cebc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #d8cebc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.moreField {
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 2px;
}


#fullFrameNews {
	position: relative;
	left: 19px;
	width: 560px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

.fullFrameNewsContent {
	text-align: left;
	padding: 10px;
	margin: 0px;
	float: left;
	width: auto;
}

#fullFrameNews h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

#fullFrameNews h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #adad8b;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
}

#fullFrameNews p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

/* caution area */

#cautionArea {
	position: relative;
	top: 10px;
	width: 510px;
	border: solid 5px #F26522;
	padding: 0px;
	height: auto;
	float: none;
	padding: 10px;
}

#cautionArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F26522;
	margin: 0;
}

/* Fortbildungen Styles */

.fortFrame {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.pageFrame {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none; 
	border-top: 1px solid #d2e4f4;
	padding-top: 10px;
}

.pageFrameTop {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none; 
	border-bottom: 1px solid #d2e4f4;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


.fortHeadCase {
	background-image: url(../images/fortbildung_elements/headBG.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #d8cebc;
	width: 490px;
	position: relative;
	float: left;
	height: auto;
	overflow: hidden;
	vertical-align: bottom;
}

.fortHeadLine {
	padding-right: 5px;
	padding-bottom: 5px;
	width: 340px;
	position: relative;
	float: left;
	height: auto;
	overflow: hidden;	
}

.fortPunkte {
	padding-top: 3px;
	padding-bottom: 5px;
	width: 78px;
	position: relative;
	float: left;
	text-align: center;
	height: auto;
	vertical-align: bottom;
}

.fortZeit {
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 65px;
	position: relative;
	float: left;
	text-align: right;
	height: auto;
	vertical-align: bottom;
}

.fortText {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 490px;
	position: relative;
	float: left;
}

.fortMenuLine {
	border-top: 1px solid #d8cebc;
	border-right: 1px solid #d8cebc;
	width: 125px;
	position: relative;
	float: left;
	height: 20px;
	background-color: #f3f0eb;
	
}
.fortMenuLineLast {
	border-top: 1px solid #d8cebc;
	width: 225px;
	position: relative;
	float: left;
	height: 20px;
	text-align: right;
	background-color: #f3f0eb;
}

.fortMenuLineLastSmall {
	border-top: 1px solid #d8cebc;
	width: 100px;
	position: relative;
	float: left;
	height: 20px;
	text-align: right;
	background-color: #f3f0eb;
}



/* Profile Half Frame */

#halfFrameFort {
	position: relative;
	left: 19px;
	width: 270px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#halfFrameFort .halfFrameContent {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 25px;
	margin: 0px;
	float: left;
	width: auto;
}

.halfFrameFort h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

.halfFrameFort h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}


#halfFrameBook {
	position: relative;
	left: 25px;
	width: 270px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#halfFrameBook .halfFrameContent {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 25px;
	margin: 0px;
	float: left;
	width: auto;
}

.halfFrameBook h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

.halfFrameBook h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}


/* Profile FULL Frame */

#fullFrameFort {
	position: relative;
	left: 19px;
	width: 550px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#fullFrameFort .halfFrameContent {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 25px;
	margin: 0px;
	float: left;
	width: auto;
}

.fullFrameFort h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

.fullFrameFort h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}


#fullFrameBook {
	position: relative;
	left: 19px;
	width: 550px;
	float: left;
	border-left: 1px solid #FFFFFF;
}

#fullFrameBook .halfFrameContent {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 25px;
	margin: 0px;
	float: left;
	width: auto;
}

.fullFrameBook h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}

.fullFrameBook h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066B3;
	float: none;
	margin: 0px;
	padding: 0px;
}


.picLoad {
	width: 185px;
	float: left;
	margin-bottom: 20px;	
	margin-right: 80px;
}

.picLoad h3 {
	margin: 0;
	padding: 0;
}

.hr {
	height: 1px;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	border-bottom: 1px solid #d2e4f4;
}

.absatz {
	position: relative;
	left: 0px;
	top: 0px;
	float: none;
	width: 100%;
	height: 20px;
	margin: 20px 0px 30px 0px;
}

.glossarBg {
	position: relative;
	float: left;
	padding: 1px 0px 0px 0px;
	margin-left: 2px;
	width: 17px;
	height: 17px;
	text-align: center;
	background-image: url(../images/common/glossar_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2483C6;
	text-decoration: none;
}

.glossarBg a {	
	color: #2483C6;
	text-decoration: none;
}

.glossarBg a:hover {	
	color: #F26522;
	text-decoration: none;
}

.glossarBg .active {	
	color: #F26522;
	text-decoration: none;
	background-color: none;
	background-image: none;
}

.glossarBg .active a {	
	color: #F26522;
	text-decoration: none;
	background-color: none;
	background-image: none;
	font-size: 11px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.infoPadder {
	position: relative;
	float: left;
	margin-bottom: 25px;
}

.picPadder {
	position: relative;
	float: left;
	width: 160px;
	height: 160px;
	margin: 10px;
	padding: 10px;
	background-image: url(../galery/bg.png);
	background-repeat: no-repeat;
}


#pagebrowse {
	position: relative;
	float: none;	
	padding-bottom:  10px;
	background-image: url(../images/vdot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2483C6;
	text-decoration: none;
	margin-bottom: 30px;
}

#pagebrowse a {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F26522;
	text-decoration: underline;
}


/* NEWSLETTER STYLES */

.errors h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #2483C6;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F26522;
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: auto;
}

#halfFrameNews .halfFrameContent label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #8f9174;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	margin-bottom:7px;
	display: block;
}

.newsMailText {
	width: 180px;
	height: 16px;
	padding: 2px;
	margin-bottom: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #F26522;
	color: #F26522;
}

.newsMailSelect {
	height: 24px;
	padding: 2px;
	margin-bottom: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #F26522;
	color: #F26522;
}


/* POLLING */

#halfFrameNews .halfFrameContent label.radio {
	display: inline;
}

.radiooption {
	display: block;
	margin: 0px 0px 3px 0px;	
}

#halfFrameNews form {
	margin: 0;
	padding: 0;
}


/* FOOTER */
#footerlinks {
	width: 700px;
	margin: auto;
	padding-top: 25px;
	float: none;
	text-align: center;	
}

#footerlinks h2 {
	margin: 15px 0px 3px 0px;
	font-size: 12px;
}

#footerlinks ul {
	list-style: none;
	width: 700px;
	margin: 0;
	padding: 0;
}

#footerlinks ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	line-height: 15px;
	padding: 0;
}

#footerlinks ul li.first {
	clear: both;
}

#footerlinks ul li a {
	color: #F26522;
	text-decoration: none;
	padding: 0px 5px 5px 5px;
	border-right: 1px solid #CCCCCC;	
}

#footerlinks ul li.last a {
	border-right: none;	
}

#footerlinks ul li a:hover {
	text-decoration: underline;
}

.polltable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #8f9174;
}

.polltable td {
	padding: 2px 10px 2px 0;+
}

/**
 *  Fobi Tables
 **/ 
 
table.fobiTable {
  width: 100%;
  border: 2px solid #d2e4f4;
  border-collapse: separate;
  border-spacing: 1px;
  
} 

table.fobiTable th {
  padding: 4px;
  color: #fff;
  background-image: url(../images/layoutImages/tableHeadBG.png);
  background-color: #5196cf;
	background-repeat: repeat-x;
} 

table.fobiTable td {
  padding: 4px;
}

table.fobiTable td.head a {
  color: #000;
  text-decoration: none;
}

table.fobiTable tr.odd td {
  background-color: #d2e6f7;
}

table.fobiTable tr.even td {
   background-color: #e9f1f8;
}