@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);


html, body {
		height: 100%;
		text-decoration: none;
	}
	
body {
  	background: #f2f2f3;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	color:#000000;  
  	padding: 0;
  	margin: 0;
  	text-decoration: none;
  	}

a {color: #606060; text-decoration: none;}
a:visited {color: #909090; text-decoration: none;}
a:hover {color: #909090; text-decoration: none;}
a:active {text-decoration: none;}

h1, h2 {
  color: #909090;
  font-weight: 700;
}

i, em {
  font-style: italic;
}

h1 { font-size : 1.5em; }
h2 { font-size : 1.3em; }
pre, code { font-size: 1.3em;}

img {padding-bottom: 0px; padding-top: 2px; border: none;}
h2 { font-size : 0.9em; }


	
#banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; background: #000;
	z-index: 1;
	}
	
#banner-inner {
    width: 800px;
	height: 117px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	}

#banner-logo {
	margin: 0px;
	padding-top: 13px;
    width: 100%;
    height: 67px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	}
#logo  { width: 800px; margin: 0px auto;
	}


#container{
  position: relative;
	width: 800px;
	margin: 0 auto;
	overflow: visible;
	}

#content {
	margin: 200px auto 0 auto;
	padding: 0 0 50px 0;
	overflow: visible;
	}
	
#content p{
	line-height: 1.6em;
	padding:  0;
	margin:0 0 10px;
	text-decoration: none;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 101%;
	height: 30px;
	}

#footer-inner {
	background:none;
	background-color: #ffffff;
	margin-right: 17px; /* important for IE6 scrollbars */
	height: 30px;
	}

#footer p{
	color: #000000;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 5px;
}

/* /////NAVIAGATION////// */

#banner ul {
  padding: 0;
  margin: 0;
}

#banner ul li {
  list-style-type: none;
  float: left;
  display: block;
  margin-right: -15px;
}

#banner ul li a {
  display: block;
  font-size:  1.1em;
  font-weight: 700;
  color: #909090;
  text-decoration: none;
}
#banner ul li a:hover, #banner ul li a.act {
  background: #f2f2f3;
  color: #606060;
  text-decoration: none;
}

#banner ul li a span {
  padding: 9px 15px 9px 28px;
  display: block;
  margin-right: 15px;
}
#banner ul li a:hover span, #banner ul li a.act span {
  background: #f2f2f3;
}

ul#left {
  position: absolute;
  top: 80px;
  left: -30px;
}

ul#right {
  position: absolute;
  top: 80px;
  right: -30px;
}

#text_links {
	width: 392px;
	padding-left: 15px;
	margin-left: -15px;
}

#text_rechts {
	width: 392px;
	padding-left: 0px;
	margin-left: 407px;
	margin-top: -126px;
}


#content a {
  position: relative;
  float: left;
  margin: 0 8px 8px 0;
}
#content a > div {
  position: absolute;
  left: -3px;
  bottom: 0px;
  background: #fff;
  -webkit-transform: skew(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skew(-15deg);
  font-size: 10.5px;
  color: #909090;
  padding: 4px 7px;
  visibility: hidden;
}
#content a:hover div {
  visibility: visible;
}
#content a:hover div div {
  -webkit-transform: skew(15deg);
  -moz-transform: skewX(15deg);
  -o-transform: skew(15deg);
}


#content ul li a {
  float: left;
  text-decoration: none;
  position: absolute;
}

#content ul {
  list-style-type: square;
}


/*
 *		BLACKBOX FORM
 */

#blackbox
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#blackbox img
{
	float: left;
	margin: 0 50px 0 0;
}

#blackbox #text
{
	margin: 0 40px 0 50px;
	padding: 40px 0 20px 0;
}

#blackbox #text p
{
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
}


#box-left
{
	float: left;
	margin: 40px 40px 30px 0px;
	width: 320px;
}

#box-left input
{
	margin: 0 0 7px 0;
	padding: 5px;
	width: 100%;
	height: 18px;
	border: 1px solid #fff;
}

#box-left input:focus
{
	/*background-color: #ffd500;*/
}

#box-right
{
	float: left;
	margin: 40px 0px 30px 0;
	width: 320px;
}

#box-right textarea
{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 100%;
	height: 240px;
	max-width: 100%;
	max-height: 237px;
	min-width: 100%;
	min-height: 237px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
}

#box-right input
{
	margin: 0;
	padding: 7px 7px 7px 25px;
	width: 330px;
	text-align: left;
	background-color: #ffd500;
	border: 0;
	border-top: 1px solid #fff2af;
	border-bottom: 1px solid #000;
	background: url(../img/base/arrow-right-hover.gif) no-repeat 5px 4px #ffd500;
}

input.invalidate, textarea.invalidate
{
	color: #fff;
	background-color: #cc0000;
}