@charset "utf-8";
html,
			body {
	margin: 0;
	color: #FFF;
	background-image: url(../tools/bassk_space.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #003366;
	line-height: 1.8em;
			}
h1                   {
	clear: both;
	font-size: 1.4em;
	color: #F5F5F5;
	font-style: normal;
	line-height: 1.4em;
}

h2                   {
	clear: both;
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
}

h3                   {
	clear: both;
	font-size: 1.2em;
	color: #F93;
	font-weight: normal;
}

.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;
}

.menu2 {
	text-align: center;
	padding: 5px;
	background-color: #003333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #090;
	border-bottom-color: #090;
	color: #FFFFFF;
	background-image: url(../tools/btn02.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 1.2em;
}

.feld1 {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 1.2em;
	color: #f5f5f5;
}

.feld2 {
	color: #c5c5c5;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 1em;
	line-height: 1.4em;
}

.feld3 {
	color: #CCC;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 1em;
	line-height: 1.4em;
}

.julian {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 1em;
	color: #66FF66;
	border: 2px solid #66FF66;
}

.gregor {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 1em;
	color: #66FFFF;
	border: 2px solid #66FFFF;
}

.herr {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 1em;
	color: #FF9999;
	border: 2px solid #FF9999;
}

.wissen {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 1em;
	color: #FFCC66;
	border: 2px solid #FFCC66;
}

.abstand {
	height: 150px;
}

.abstan2 {
	height: 75px;
}

.footer {
	height: 28px;
	width: 100%;
	position: fixed;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
	bottom: 0px;
}


/* 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: #F5F5F5;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFFFFF;
}

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;
    }
