		/** CSS Reset
------------------------------------------------------------ */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	font-size: 62.5%; /* don't edit */
	height: 100%;	
}
body {
	font-size: 1.2em;/* edit here global size for em, 1em = 10px */
	line-height: 1;
	color: #000000;
	background: url(../img/Page-BgGradient.jpg) repeat-x #959595;
	margin: 0px auto;
  text-align: center;	  	
}
/*******************************
 *  Basic 
 *******************************/
 /* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
} 
h1, h2, h3, h4, h5, h6 {
  margin: 23px 0;
  text-align: left;
  font-weight: bold;
  font-family:Arial,Helvetica,Sans-Serif;
}
h5, h6 {
	 margin: 26px 0;
}
h1{
  font-size:28px;
  line-height: 30px;
}
h2{
  font-size:22px;
}
h3{
  font-size:18px;
}
h4{
  font-size:16px;
}
h5{
  font-size:14px;
}
h6{
  font-size:12px;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #333333;
}

a:link {
  color:#FF6600;
  font-family:Arial,Helvetica,Sans-Serif;
  text-decoration:underline;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000033;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#000033;
}
a.more,
a.more:hover,
a.more:visited {
	color: #FF6600;
	display: block;
	padding: 15px 0;
}
/* Finish Content link style */


/* Start Content list */
ol, ul
{
	color: #3a3a3a;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	padding:0;
}

li 
{
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
}
p{
	padding: 0;
}
sub{
	vertical-align: sub;
}
sup{
	vertical-align: super;
}
/*******************************
 *  Wrap
 *******************************/ 
div#wrap{
	margin:0 auto;
	width: 960px;
  text-align: right;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
}
div.contentWrap{
  background: url('../img/content_schatten.png') repeat-y; 
  padding: 5px 2px; 
}
/*******************************
 *  Header
 *******************************/ 
div#header{
  margin-top: 30px;
  background: url('../img/header_bg.png') no-repeat;
  padding: 0 3px; 
}
/*******************************
 *  Mainnavi
 *******************************/ 
ul#main_navi {
  height: 29px;
  background: url('../img/nav.png');
  padding: 12px 5px 0 5px;
  display: block;
  margin: 0;
  position: relative;
  z-index: 100;
}
ul#main_navi li {
	
  float: left;
  margin: 0 2px;
  position: relative;
}
ul#main_navi li a{

	line-height:29px;	
	padding-right:25px; 
	display:inline-block;
  color: #333333;
  background: url('../img/MenuItem.png') no-repeat right top;
  text-decoration: none;
}
ul#main_navi li a span{
  background: url('../img/MenuItem.png') no-repeat left top;
	display:inline-block;
	padding-left:25px;
}
ul#main_navi li a:hover{
		color: #FFFFFF;
		background: url('../img/MenuItem.png') no-repeat right -29px;
}
ul#main_navi li a:hover span{
	background: url('../img/MenuItem.png') no-repeat left -29px;
}
ul#main_navi li a:active,
ul#main_navi li a:focus {
  background: url('../img/MenuItem.png') no-repeat right -58px;
  color: #FFFFFF;
}
ul#main_navi li a:active span,
ul#main_navi li a:focus span {
  background: url('../img/MenuItem.png') no-repeat left -58px;
}
/*******************************
 *  Subnavi
 *******************************/ 
ul#main_navi li ul {
  position: absolute;
  top: 29px;
  display: none;
  /*visibility: hidden;*/
  left: 0;
  width: 180px;
  border: 1px solid #666666;
  border-bottom: none;
}
ul#main_navi li:hover ul,
ul#main_navi li:focus ul{
  display: block;
  /*visibility: visible;*/
}
ul#main_navi li:hover ul ul {
  display: none;
  /*visibility: visible;*/
}
ul#main_navi li ul li {
  float: none;
  margin:0;
  height: auto;
  width: auto;
  padding: 0;
  white-space: nowrap;
  background: url(../img/subitem-bg.gif) repeat-x;
  display: block;
  
}
ul#main_navi li ul li a{
  background: none;
  background: url(../img/subitem-bg.gif) repeat-x;
  line-height: 19px;
  height: auto;
  width: auto;
  padding: 0 10px;
  margin: 0;
  display: block;  
  border-bottom: 1px solid #666666;
}
ul#main_navi li ul li a:hover{
	background: url('../img/subitem-bg.gif') repeat-x left -20px;
	color: #333;
}
ul#main_navi li:hover ul li{
  background: url('../img/subitem-bg.gif') repeat-x; 
}
ul#main_navi li:hover ul li a:hover{
  color: #333333; 
}
/*******************************
 *  SubSubnavi
 *******************************/ 
ul#main_navi li ul li ul {
  position: absolute;
  padding: 0;
  /*height: 20px;*/
	left: 100%;
	top: 0;
	white-space: nowrap;
  display: none;
  /*visibility: hidden;*/
} 
ul#main_navi li ul li:hover ul {
  display: block;
  /*visibility: visible;*/
}
/*******************************
 *  Content
 *******************************/ 
div#content{
  float: left;
  width: 660px;
  padding: 10px;
  margin-left: 10px;
  line-height: 1.2em;  
}
div#content h1{
	color: #FF6600;
}
div#content h5{
	margin: 5px 0;
}
div#content ul{
	list-style-type: square;
	padding-left: 20px;
	
}
div#content ul li{
	padding: 2px 0;
}
div#content .contentBlock div.block{
	float: left;
	width: 31%;
}
div#content .contentBlock h2{
  background: url('../img/BlockHeader_orange.png') left;
  color:#FFFFFF;
  font-family:Arial,Helvetica,Sans-Serif; 
  font-style:normal;
  font-weight:bold;
  padding-left: 15px;
  margin: 0;
}
div#content .contentBlock h2 span{
  background: url('../img/BlockHeader_orange.png') right #FFFFFF;
  font-style:normal;
  font-weight:bold;
  font-size:12px;
  line-height:30px;
  height: 30px;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  display: block;
  text-align: center;
}
div#content .contentBlock img{
	padding: 3px;
}
div#content .contentBlock a.more{
	padding: 0;
}
div#content .contentBlock div.block{
  padding: 7px;
}
div#content .contentBlock div.block p{
  padding: 5px 0;
}
.BlockContent-body a.more {
	padding: 5px 0;
	display: block;
}
.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #64A3AF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body a:hover{
	color: #003366;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #0E323E;
	margin:0;
	padding:0;
	
}

.BlockContent-body ul li
{
  font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
div.totop{
  text-align: right;
  display: block;
  border-top: 1px dashed #A4A4A4;
  margin: 10px 0;
}
img.article{
  margin: 10px;
  border: 1px solid #000;
}
.article table, table.article {
border-collapse:collapse;
margin: 15px 1px;
width:auto;
}
.article th {
padding:7px;
text-align:center;
vertical-align: top;
font-weight: bold;
}
.article th, .article td {
border:1px solid #9AC3CB;
padding:2px;
text-align:left;
vertical-align:top;
line-height: 1.2em;
}
.article table, table.article .article tr, .article th, .article td {
background-color:transparent;
border-collapse:collapse;
}
.article th {
padding:7px;
text-align:center;
vertical-align:middle;
}
/*******************************
 *  Context
 *******************************/ 
div#context{
  float: left;
  width: 250px;
  margin-left: 15px;
  line-height: 1.1em;
}
div#context ul li{
	font-size: 0.9em; 
}
div#context div.BlockHeader {
  background: url('../img/bg_context_header.jpg');
  margin: 0 7px;
  padding: 3px 0 -3px 20px;
  height: 36px;
}
div#context div.BlockContent{
  background: url(../img/bg_context_body_lang.jpg) bottom;
  margin: 0 7px 5px 7px;
  padding: 10px;
  color:#072848;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:11px;
  font-style:normal;
  font-weight:normal;
}
.BlockContent-body a{
	color:#FF6600;
font-family:Arial,Helvetica,Sans-Serif;
text-decoration:underline;
}
.BlockContent-body a:hover{
color:#003366;
font-family:Arial,Helvetica,Sans-Serif;
text-decoration:none;
}
.BlockContent-body a:visited {
	color:#000033;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
div#context div.BlockContent h6{
  color:#FF6600;
  padding: 12px 0 10px 0;
  font-weight: bold;
  margin: 0;
} 
div#context div.BlockHeader span{
  padding: 7px 10px 0 35px;
  display: block;
  color:#FFFFFF;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:12px;
  font-style:normal;
  font-weight:bold;
  height:30px;
  line-height:30px;
  white-space:nowrap;
}
div#context img.ansprechpartner{
	margin: 2px;
	float: right;
}
/*******************************
 *  Footer
 *******************************/ 
div#footer {
	background: url('../img/footer_bg.png') left bottom;
  padding: 0 2px; 
} 
div#footer div.footer-inner{
  font-size: 12px;
}
div#footer a{
  color:#FF9933; 
}
div#footer a:hover{
  color:#FF6600;
}
div#footer div.footer-text{
  color:#FF9933;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:11px;
  text-align: center;
  min-height: 32px;
  margin-left: 5px;
  padding: 8px 5px 8px 0;
}
div#footer div.footer-text p{
  padding: 0;
  margin: 5px 0;
  line-height: 15px;
}

div#footer div.footer-inner a.rss-tag-icon {
	background:url(../img/rssIcon.gif) right center;
	display:inline-block;
	float:left;
	height:32px;
	position:relative;
	width:32px;
	margin: 10px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*******************************
 *  Blockquote
 *******************************/ 
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

blockquote {
background-color:#FFD6AE;
background-image:url(../img/PostQuote.png);
background-position:left top;
background-repeat:no-repeat;
border:1px solid #B2D1D7;
margin:10px 0 10px 50px;
padding:5px 5px 5px 32px;
}
blockquote p {
color:#061419;
font-family:Arial,Helvetica,Sans-Serif;
font-style:italic;
font-weight:normal;
text-align:left;
padding: 15px 0;
}

/*******************************
 *  Buttons
 *******************************/ 
 .Button {
  line-height:34px;
  margin:10px 0;
  padding:0;
  text-decoration:none;
  background: url('../img/Button.png');
  padding-left: 21px;
  color:#333333;
  cursor: default;
  width: 1%;
  display: block;
  border: 1px solit green;
}
a.Button:hover {
	background: url('../img/Button.png')  left -34px;
}
a.Button:activ {
	background: url('../img/Button.png')  left -68px;
}
.Button span{
  display: inline-block; 
  background: url('../img/Button.png') top right #FFFFFF;
  padding-right: 21px;
  height: 34px;
  line-height: 34px;
}
.Button:hover span{
	  background: url('../img/Button.png')  right -34px #FFFFFF;
}
.Button:activ span{
	background: url('../img/Button.png')  left -68px;
}
span.sendButton{
  display: block; 
  background: url('../img/Button.png') top left #FFFFFF;
  padding: 0;
  margin-top: 10px;
  padding-left: 10px;
  height: 34px;
  width: 10px;
}
span.sendButton input{
  display: block; 
  background: url('../img/Button.png') top right #FFFFFF;
  padding:0 10px 0 0;
  margin-right: -8px;
  height: 34px;
  border: none;
}
.roadshow {
	border: 1px solid;
	width: 500px;
	padding: 10px;
	margin-top: 10px;
}
.roadshow input, .roadshow select {
	width: 215px;
	margin: 0 50px 10px 0;
}
a.Button, a.Button:hover, a.Button:visited{
  color: #333333;  
  text-decoration: none;
  margin: 0;
}
/*******************************
 *  Breadcrumb
 *******************************/
 div.breadcrumb {
 	padding: 0 0 5px 0;
 	border-bottom: 1px dashed #A4A4A4;
 	margin-bottom: 5px;
 }
  div.breadcrumb a,
	div.breadcrumb a:hover,
	div.breadcrumb a:visited{
  	color: #FF6600;
  	text-decoration: none;
  }
 /*******************************
 *  Download
 *******************************/
 a.downloadlink {
 	color: #FF6600;
 	text-decoration: underline;
 }
  a.downloadlink:hover {
  color:#000033;
 	text-decoration: none;
  }
 /*******************************
 *  Kontakt
 *******************************/
 div.contactform table td{
 	padding: 3px 0; 
 }
  div.contactform table label{
		line-height: 20px;
	}
 
 
 
 
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	height:0;
	line-height:0;
}
.left {
	float: left;
}
.right {
	float: right;
}

a.more,
a.more:hover,
a.more:visited {
	color: #FF6600;
	display: block;
	padding: 15px 0;
}
