/**
* CSS-Reset
*/
*{
	outline:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background:#fff;
	color:#000;
	line-height:1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* General
*/
body {
	/*background:#fff;*/
	color:#000;
	font-family:arial, sans-serif, helvetica, verdana;
	text-align:center;
	font-size: 100.01%;
	
	background-color:#3F3F3F;
	background-image: url(../images/bg_gray.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

h1, h2, h3, h4, h5, h6, strong, b, label {
	font-weight:bold;
}
h2 {
font-size: 105%;
}

.clearer {
	clear:both;
}

br.clearer {
	font-size:1em;
	height:1em;
	line-height:1em;
}

/**
* menus
*/
.menu a {
	text-decoration:none;
}

.menu .current a, #topMenu .current a, #topMenu a:hover, #mainMenu .current a, #mainMenu a:hover, #subMenu .current a, #subMenu a:hover, #content a, #content a:hover, #sidebar .box a:hover, #footer a:hover {
	color:#000;
}

#mainMenue .current a, #mainMenu a{
	
}


#topMenu, #mainMenu {
	font-family:helvetica, arial, sans-serif, verdana;
	font-weight:bold;
}


#topMenu li, #mainMenu li, #subMenu li , #helperMenu li, #footer li {
	display:block;
	float:left;
}

#mainMenu a, #subMenu a {
	color:#9ea39b;
}

#search {
	position: relative;
	top: -0.3em;
}

/**
* shared between all forms
*/
#search input, #boxNewsletter input, #boxNewsletter button, .inputText {
	background:#fff;
	border:1px solid #9ea39b;
	margin:0;
}

#search input, #boxNewsletter input {
	height:1.545em;
	line-height:1.545em;
}

#boxNewsletter img {
	border:1px solid #9ea39b;
}

#submenuWrapper label, #newsletterWrapper label {
	display:block;
}

label:hover, button:hover, #search #searchSubmit:hover {
	cursor:pointer;
}

#search #keyword, #boxNewsletter #email {
	display:block;
	float:left;
	height:1.181em;
	width:16.545em;
	line-height:1.181em;
	padding:0.1818em 0.272em;
}


#boxNewsletter button {
	height:1.727em;
	line-height:1.181em;
}

/**
* search form
*/
#search {
	font-size:1.1em;
	float:right;
	width:20em;
}

#search label {
	color:#FFFFFF;
	margin:0.454em 0 0.363em 0;
}

#search input#searchSubmit {
	border-left:0;
}

/**
* main wrapper
*/
#mainWrapper {
	font-size:62.5%; /* reset font size to 10px */
	margin:0 auto;	
	text-align:left;	
	width:98.6em; /* 986px */
	/*background-color: #FFFFFF;*/
	/*padding-right: 5px;*/
	padding-bottom: 2px;
}

/**
* header 
*/
#header {
	min-height:8em;
	margin-bottom: 15px;
}

/**
* logo
*/
#logo {
	float:right;
}

#logo img {
	margin:2.4em 1.4em 0 0.3em;
	width:21.9em;
}

/**
* top menu
*/
#topMenu {
	font-size:1.6em;
}

#topMenu li {
	background:url(../images/arrow.gif) 0.25em 2.5em no-repeat;
	margin:0 1.375em 0 0;
}

#topMenu span, #topMenu a {
	display:block;
	float:left;
}

#topMenu span {
	border-left:1px dotted #858585;
	margin:0 0 0 0.75em;
	padding:1.937em 0 0 0;
}

#topMenu a {
	border-left:1px solid #000;
	color:#858a82;
	margin:0 0 0 -1px;
	padding:0 0 0 0.562em;
	position:relative;
}

/**
* main menu
*/
#mainMenu {
	clear:right;
	font-size:1.2em;
	margin:0 0.4166em 0.666em 0.166em;
	min-height:1em;
	text-transform:uppercase;
}

#mainMenu li {
	margin:0 2.166em 0 0;
	padding:0 0 0 0.833em;
}

#mainMenu li.current, #mainMenu li:hover {
	background:url(../images/arrow.gif) 0.25em bottom no-repeat;
}

#mainMenu a {
	border-left:1px dotted #9ea39b;
	padding:0 0 0 0.5em;
}


#mainMenu li.current a, #mainMenu a:hover {
	border-left:1px solid #000;
}

/**
* sub menu
*/
#submenuWrapper {
	background:#3F3F3F;
	margin:0 0 1.1em 0;
	/*min-height:4.8em;*/
	min-height:4.2em;
}

#subMenu {
	float:left;
	font-size:1.2em;
	line-height:1.666em;
	margin:0 0 0 1.583em;	
}

#subMenu li {
	margin:0 2.333em 0 0;
}

#subMenu a {
	padding:0 0 0 0.75em;
	color: #FFFFFF;
}

#subMenu .current a, #subMenu a:hover {
	background:url(../images/arrow.gif) 0 0.583em no-repeat;
	color: #029FAE;
}

/**
* content
*/
#contentWrapper {
	font-size:1.1em;
}

#content {
	float:left;
	width:67.818em;
	/*font-size: 105%;*/
}

/**
* key visual
*/
#keyVisual {
	background:#fff;
	margin:0 0 -3.545em 1.454em;
	padding:0.363em;
	width:64.272em;
	position:relative;
	/*top:-3.545em;*/
	top:-4.3em;
	z-index:10;
}

#keyVisual img {
	width:64.272em;
}

/**
* breadcrumbs navigation
*/
#breadcrumbs {
	background:#3F3F3F;
	/*min-height:5.090em;*/
	min-height:4.990em;
	position:relative;
	/*top:-2.636em;*/
	top:-2.6em;
	color: #FFFFFF;
}

#breadcrumbs span {
	display:block;
	/*padding:3.363em 0 0 0;*/
	padding:3.00em 0 0 0;
	margin:0 0 0 2.181em;
}

#breadcrumbs a {
	color: #FFFFFF;
	font-weight:bold;
}

#breadcrumbs a:hover {
	color: #029FAE;
}


#contentChildWrapper {
	/*margin:-2.636em 0 0  0;*/
	margin:-2.6em 0 0 0;
	background-color: #FFFFFF;
}

/**
* helper menu
*/
#helperMenu {
	float:right;
	/*margin:-2.636em 0 0  0;*/
	margin:0 0 0  0;
	min-height:2.363em;
	padding:0 3.636em 0 0;
}

#helperMenu li {
	margin:0.272em 0 0 0;
	line-height:2em;
}

#helperMenu a {
	color:#858a82;
}

#helperMenu .fontSize {
	border:1px solid #a9ada6;	
	font-weight:bold;
	margin-left:0.363em;
	text-align:center;
	line-height:1.363em;	
	width:1.363em;
}

#helperMenu .fontSize:hover {
	border-color:#000;
}

#helperMenu .fontSize a {
	display:block;
	float:left;
	text-align:center;
	width:100%;
}

.fontSize a.small {
	font-size:0.636em;	/* 7px */
}

.fontSize a.medium {
	font-size:0.818em;	/* 9px */
}

.fontSize a.big {
	font-size:1.090em;	/* 12px */
}

li#speaker {
	margin-right:1.636em;
}

#speaker img {
	width:1.727em;
}

li#printer {
	margin-right:1.454em;
}

#printer img {
	width:1.363em;
}

/**
* content main
*/
#contentMain {
	/* background:url(../images/arrow_double.gif) 0.272em 0.454em no-repeat; */
	clear:right;
	line-height:1.545em;
	/*margin:0 6.272em 0 2.181em;*/
	margin:0 1.5em 0 2.181em;
	padding:0 0 0 2.454em;
}

#contentMain p {
	margin-bottom:2.272em;
}

#training {
	width:55.181em;
	margin-left:0.636em;
}

/**
* sidebar
*/
#sidebar {
	margin:0 0 0 68.181em;
}

#sidebar h3 {
	font-size:1.090em;
	/*background:url(../images/bck_sidebar_heading.gif) 0 1em repeat-x;*/
	color:#333333;
	display:inline;
	margin:0 0 0 1em;
	padding:0 0.333em;
	position:relative;
	text-transform:uppercase;
	/*top:0.083em;*/
	
	
	background-color: #FFFFFF;
	top: -0.5em;
	padding: 0.25em 0.5em;
	border: 1px solid #000;
}

#sidebar .box {
	background:#f2f3f2;
	border:1px solid #333333;
	color:#333333;
	margin: 2.5em 0 1em 0;
}

#sidebar .box a {
	color:#333333;
}

#sidebar .current a {
	color:#000;
}

#sidebar .box p {
	line-height:1.545em;
}

#sidebar .box p.more {
	clear:right;
}

#sidebar .box p.more a {
	background:url(../images/arrow_double.gif) right center no-repeat;
	text-decoration:underline;
	padding:0 1.636em 0 0;
}


/**
* box service
*/
#boxShopMenu ul,
#boxService ul,
#boxNews ul {
	margin:1.272em 0 1.272em 2.818em;
}

#boxShopMenu a,
#boxService a,
#boxNews a {
	background:url(../images/small_arrow_gray.gif) left center no-repeat;
	line-height:1.727em;
	padding:0 0 0 1em;
}

#boxShopMenu .current a, #boxShopMenu a:hover,
#boxService .current a, #boxService a:hover,
#boxNews .current a, #boxNews a:hover {
	color:black;
	background-image:url(../images/small_arrow_black.gif);
}

/**
* box newsletter
*/
#newsletterWrapper {
	display: none;
}

#boxNewsletter form {
	margin:0.909em 0 0.909em 2.818em;
}

#boxNewsletter label {
	margin:0 0 0.363em 0;
}

#boxNewsletter button, #boxNewsletter img {
	float:left;
}

#boxNewsletter img {
	background:#fff;
	border-left:0;
	width:1.545em;
}

input#email {
	margin:0 0 0.636em 0;
}

#subscribe {
	width:7.545em;
}

#boxNewsletter button#unsubscribe {
	border-left:0;
	float:none;
	width:8.181em;
}

#boxNewsletter p {
	margin:0 1.272em 1em 0;
	text-align:right;
}

/**
* box news
*/
#boxNews {
/*	padding:1.363em 0.909em 1.636em 2.818em;*/
}

/**
* box shop
*/
#boxShop {
	padding:1.363em 0 0.909em 1.454em;
}

#boxShop h4 {
	color:#009fae;
	margin-bottom:0.909em;
}

#boxShop img {
	border:1px solid #858a82;
	margin:0 0 0.454em 0;
	width:10em;
}

#boxShop div {
	float:right;
	width:9em;
}

/**
* footer
*/
#footer {
	line-height:1.545em;
}

#footer #line {
	border-top:1px dotted #000;
	/*background:url(../images/dot.gif) center repeat-x;*/
	height:1px;
	margin:0 0 1.272em 0;
	width:59.454em;	
}

#footer, #footer a {
	color:#4c4f4a;
}

#footer ul {
	min-height:1em;
}

#footer li {
	border-left:1px solid #4c4f4a;
	line-height:1em;
	padding:0 0.545em;
}

#footer .first {
	border:0;
	padding-left:0;
}

#footer p, #footer ul {
	margin:0 0 1.363em 0;
	padding:0 0 0 0;
}

#footer #language {
	float: right;
}

#footer #language .active {

}

#content .thickbox {
	margin-bottom: 2em;
}

#content .img-border {
	margin-bottom: 0.47em;
}

.inputText {
	line-height:1.181em;
	padding:0.1818em 0.272em;
	margin: 0.181em;
}

.inputButton {
	line-height:1.181em;
	padding:0.1818em 0.272em;
	margin: 0.181em;
	border: 1px solid #000000;
}

#subMenu li.menu_child {
	display: none;
}

#subMenu li.menu_child_default {
	display: block;
}

.menu-hide {
	display: none !important!;
}


/*Feedback Neu aus TYPOlight*/
#loadingContent{
	
}
#loadingContent div.ce_text{
	border-bottom:1px dotted #000;
	margin-bottom:15px;
	margin-right:25px;
	margin-left:0px;
}
#loadingContent td{
	padding-right:10px;
}
.letzteLinieWeg{
	position:relative;
	background:#fff;
	top:-16px;
	width:100%;
	height:2px;
}
