﻿/*
Page
*/

html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*
Panels
*/

.panelBox
{
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	border-top: 1px solid #009900;
	border-spacing: 0; /* required by Opera 6 */
}

/* hide this from opera6 */
head:first-child + body div.panelBox
{
	height: 100%;
}

.panelRow
{
	display: table-row;
}

.panel
{
	padding-top: 140px;
	padding-bottom: 50px;
	height: 100%;
	display: table-cell;
	border: 0;
	margin: 0;
	vertical-align: top;
	min-height: 100%;
}


.left
{
	width: 200px;
	background: #F6F6F6;
	position: relative;
	border-right: 1px solid #DCDCDC;
	z-index: 5;
	max-width: 200px;
}

.middle
{
	width: auto;
	min-width: 560px;
	padding-top: 145px;
	background: #FFFFFF;
	position: relative;
}

.right
{
	width: 200px;
	max-width: 200px;
	background: #F6F6F6;
	position: relative;
	border-left: 1px solid #DCDCDC;
	font-size: 0.8em; /* geändert till 5.7.06*/
	
}



#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	background: #ffffff;
	color: #000;
	width: 100%;
	z-index: 10;
}

/* hide this from opera6 */
head:first-child + body div#footer
{
	margin-bottom: 0;
}

p
{
	padding: 0.5em 1em 0 1em;
	margin: 0;
}

middle p
{
	font-size: 13px;
	line-height: 130%
}


/*
Banner
*/

#banner
{
	width: 100%;
	background: #4fb216;
	height: 79px;
}

#bannerLeft
{
	float: left;
}


/*
Green Spacer (Header)
*/

#navBar
{
	height: 29px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #888888;
	background-color: #e6ffcc;
}

.navBarElement
{
	padding: 5px;
	color: #4fb216;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

#navBarLeft
{
	
	margin: 3px 0px 0px 15px;
	float: left;
}

#navBarMiddle
{
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}
#navBarRight
{
	float: right;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 15px;
}

/*
Footer
*/

#footer
{
	clear: both;
	height: 29px;
	background: #FFFFFF;
	color: #000;
	margin-top: -29px;
	margin-bottom: 29px;
	z-index: 15;
	border-top: 1px solid #CCCCCC;
}

/*
Headlines
*/

h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FF6600;
	padding: 0 0.5em 0.3em .4em;
	margin: 0;
}

h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color:  #666b7c;
	width: 100%;
	padding: 0;
	margin-bottom: .5em;
	
}

h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666b7c;
	padding: 0;
	margin-bottom: .5em;
	
}


.panel h3
{
	margin-left: .85em;
	margin-right: .85em;
	font-weight: normal;
	font-size: 12px;
}


.textContent h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	margin-bottom: .5em;
	padding: .1em;
	border: 1px solid #ddd;
}

h5
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666b7c;
	padding: .1em;
	margin-bottom: .5em;
	
}

/*
Links
*/

a
{
	color: #666666;
	text-decoration: none;
}

a:link, a:visited
{
}

a:active, a:hover
{
	text-decoration: underline;
}

a.plain:active, a.plain:hover
{
	text-decoration: none;
}

img
{
	border-style: none;
}

/*
Contents
*/

#trainingContainer
{
	max-width: 210px;
	margin-left: 15px;
}

#leftGraySpacer
{
	border-top: solid 1px #FFF;
	background-color: #DCDCDC;
	height: 20px;
	clear: both;
}
.leftGraySpacer
{
	border-top: solid 1px #FFF;
	background-color: #DCDCDC;
	height: 20px;
	clear: both;
}

.leftGreenSpacer
{
    text-align:center;
  	padding: 6px 25px 6px  25px;
	border-top: solid 1px #FFF;
	background-color: #e6ffcc;
	height: 35px;
	clear: both;
}

.leftBlueSpacer
{
	padding: 6px 0px 6px 25px;
	color: #E6FFCC;
	background-color: #4FB216;
	border-bottom: solid 1px #888888;
	text-decoration: none;
	
}
.leftGreenSpacer a
{
	
	color: #4fb216;
	text-align: center;
/*	background-color: #4FB216;*/
	/*border-bottom: solid 1px #888888;*/
	text-decoration: none;
	
}
.leftGreenSpacer a:hover
{
	
	text-decoration: underline;
	
}

.companyPanel, .partnerConferencePanel
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: auto;
	padding: 10px;
	margin-left: 25px;
	text-align: center;
	width: 160px;
	margin-top: 20px;
	color: #999999;
	font-size: 9px;
}
.companyPanel
{
    margin-right: 25px;
    width: 150px;
}

.teaserPanel
{
	/*padding: 25px 25px 25px 25px;*/
	
	margin-left: 20px;
	margin-right: 25px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	color: #999999;
	font-size: 9px;
}

.partnerConferencePanel
{
	width: 140px;
	margin-left: 20px;
}
.newsletterPanel
{
    background-color: #F6F6F6;
	border: solid 1px #CCCCCC;
	width: auto;
	padding: 0px;
	text-align: center;
	width: 160px;
	margin-top: 10px;
	color: #999999;
	font-size: 9px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	
}
.newsletterPanel TextBox
{
 	width: 100px;
 	
}
.textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #4F4F4F;
	line-height: 18px;
	padding-top: 40px;
}

.textContent a
{
	color: #4FB216;
}

.bildtext
{
	font-size: 10px;
	color: #666666;
}

.ContentSpezial {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #E6FFCC;
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin-left: .85em;
	margin-right: .85em;
}

.ContentSpezial a
{
	color: #4FB216;
	text-decoration: none;
	font-style: italic;
}

/*
Main Page Navigation
*/

#pageNavigation
{
	list-style-type: none;
	width: 100%;
	border-top: solid 20px #DCDCDC;
	padding: 0px;
	margin: 0px;
	margin-top: -11px;
}

#pageNavigation li
{
	border-top: solid 1px #FFF;
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	float:left;
	list-style:none;
	width: 100%;
}

#pageNavigation li a
{
	color: #888888;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 6px 0px 5px 20px;
}

#pageNavigation li a:hover, #pageNavigation li:hover
{
	background-color: #e6ffcc;  /*geändert till 5.7.06*/
	color: #888888;             /*geändert till 5.7.06*/
	text-decoration: none;
}


.sprecherHeadline {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4fb216;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
	border-bottom-width: 1px;
}
.sprecherSubline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e6ffcc;
	border-top-width: 1px;
	border-top-style: solid;
	height: 15px;
}
.frame {
	border: 1px solid #DCDCDC;
	margin-left: 1em;
	width: 520px;
	margin-top: 20px;
}

.pic {
	padding: 10px;
}
.tdSprecher {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.tdSprecherLeft
{
	background-color: #FFFFFF;
	padding: 5px;	
}

.tdhandson
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-color: White;
	border-style: solid;
	background-color: #F6F6F6;
	border-width: 1px;
}

.tdhandsongreen
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border-color: White;
	border-style: solid;
	background-color: #E6FFCC;
	border-width: 1px;
}

.link {
	color: #FF6600;
}
.textContentReise
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #4F4F4F;
	padding: 10px;

    }
    
.textContentReise p
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F4F4F;
	line-height: 18px;
}
.topImage
{
    text-align: right;
    padding-right: 25px;
}