@charset "utf-8";
html,
			body {
	margin: 0;
	color: #030;
	background-image: url(../tools/bagger_baum_bgr.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
			}
h1                   {
	clear: both;
	font-size: 28px;
	font-family: Verdana, Geneva, sans-serif;
	color: #00CC00;
	font-weight: bold;
	line-height: 1.2em;
}

h2                   {
	clear: both;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	line-height: 1.2em;
}

.logo {
	text-align: left;
	height: auto;
	width: 80px;
	position: fixed;
	top: 30px;
}

.mailtext           {
	padding: 2px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}

.menu1 {
	color: #000;
	text-align: left;
}

.menu2 {
	text-align: center;
	font-weight: normal;
	padding: 7px;
	background-color: #F5F5F5;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0C3;
	border-bottom-color: #0C3;
	border-left-color: #0C3;
}

.green {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #090;
}

.frame {
	overflow: hidden;
	vertical-align: 50%;
}

.feld1 {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height: 1.5em;
}
.feld2 {
	color: #093;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 1.5em;
}

.titel {
	color: #066;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.abstand {
	height: 220px;
}

.abstan2 {
	height: 50px;
}

.footer {
	height: 28px;
	width: 100%;
	position: fixed;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
	bottom: 0px;
}

.minitext {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}


/* nivo slider */

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:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.slider-wrapper {
	width: 96%;
	margin: auto;
}

.clear {
	clear:both;
}

/* end nivo */




a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #0C3;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00CC33;
}

img.scale {
        width : 100%;
        height: auto; 
    }

img.shadow {
        width : 100%;
        height: auto;	
  -webkit-box-shadow: 1px 1px 3px 3px #999;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 3px 3px #999;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 3px 3px #999;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

@media screen and (max-width: 800px) {

    table#flextable{
        border-width: 0;
    }
    
     table#flextable th{
         display: none;
     }
    
    table#flextable td{
        display: block;
        width: auto;
    }
