﻿div.start {
float: right;
text-align: right;
margin: 10px;
margin-left: 2em;
width: 480px;

border: 3px solid #84c158;
border-right: none;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
padding: 1em;
padding-right: 0;
margin-right: 0;
padding-top: 0.5em !important;
padding-top: 1em;
background-color: #ccff99;
}

div.start .special {
  font-size: x-small;
}

div.start img {
  width: 480px;
  height: 360px;
  padding: 0;
  margin: 0;
}

div.start .zitat {
  font-size: small;
  font-style: italic;
}

li {
  margin: 0.5em;
  margin-left: 2em;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ccff99;
	background-image: url(images_misc/back.gif);
	background-repeat:repeat-y;
}

body {
	font-family: verdana, lucida, sans-serif;
	color: #000000;
}

div#content {
    background-color: #ccff99;
    margin-left: 150px;
    padding: 5px 5px 5px 5px;
}

/* menue start */
div#menu {
  background-color: #84c158;
  float: left;
	width: 150px;
}
div#menu_top {
	height: 77px;
	background-image: url(images_misc/menu_top.jpg);
}
div#menu_middle {
}
div#menu_middle div {
 padding:3px;
 margin-left: 3px;
 color: white;
}
div#menu_middle div#active {
 background-color: #ccff99;
 color: black;
}

div#menu_middle div:hover {
   background-color: #ffffcc;
}
div#menu_bottom {
    height: 204px;
}
/* menu detail end */


div#submenu {
  background-color:  #84c158;

  float: right;
  width: 150px;
  right: 0px;
  
  z-index: 100;
  margin-top: 0em;

  text-align: right;
}
div#submenu h2 {
	text-align:center;
	margin-top:3px;
	margin-bottom:5px;
}
div#submenu div {
 padding: 3px;
 margin-right: 3px;
}

div#menu img {
	border: none;
}

div#menu .sponsors {
	list-style: none;
	margin-left:3px;
	padding:0;
}
div#menu .sponsors li {
	margin-left: 0;
}

img {
  margin: 5px;
}
.sponsoren img {
	border:none;
}

a:link {
  color: #003300;
}
a:hover {
  color: green;
  background-color: white;
}
a:visited {
  color: #003300;
}

h1 {
	font-size: 30px;
	color: #cc6600;
	text-align: left;
	margin-top: 21px;
}
h2 {
	font-size: 20px;
	color: #339933;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	color: #339933;
}

.zitat
{
  border: solid 3px #84c158;
  background-color: white;
  padding: 10px;
}

/* special section formatting: pics float left, "extra"pics float right and pictext is a green borderline */

.section {
  font-size: small;
}

.section img {
    float: left;
    border: solid 3px #84c158;
    margin-bottom: -3px;
    margin-left: 0px;
    width: 200px;
    height: 150px;
}
.section img.extra {
  float: right;
  margin-right: 0px;
  width: 107px;
}
.bio img.extra:hover {
  border-color: white;
}

.section img:hover {
  border-color: white;
}

.section .pictext {
    clear: both;
    text-align: left;
    font-size: 0.8em;
    background-color: #84c158;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
}
.section .up {                    /* up button */
    float: right;
    margin-left: 2px;
    margin-right: 8px;
    text-align: right;
    text-decoration: overline;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 10pt;
}
.section .up *:link {             /* up button */
  color: white;
  text-decoration: overline;
}
.section .up *:hover {            /* up button */
  background-color: green;
}
.section .up *:visited {          /* up button */
  color: white;
  text-decoration: none;
}

.section ul {          /* IE fix */
  margin-bottom: 0px;

}

.section ol {          /* IE fix */
  margin-bottom: 0px;

}

.section p {          /* IE fix */
  margin-bottom: 0px;

}
.section .zitat {
  border-bottom: 0px;
  margin-right: 156px;
}
/* section formatting END */


/* header start*/
div#titel {
	padding-top: 25px;
	font-size: 3em;
	text-shadow: blue;
	z-index: 100;
  color: #84c158;
  margin-left: 256px;
  margin-right: 155px;
}

div#header {
	background-image: url(images_misc/header_block.gif);
	background-repeat:repeat-x;
	width: 100%;
 	text-align: center;
	margin: 0px;
}
div#header_right {
	height:87px;
}
div#header_left {
	height:87px;
}
div#header_middle {
	height:87px;
}
div#header {
	height:87px;
}
div#header_right {
	position: absolute;
	top: 0px;
}
div#header_left {
	position: absolute;
	top: 0px;
}
div#header_left {
	width: 256px;
	left: 0px;
	background-image: url(images_misc/header_left.jpg);
}
div#header_right {
	width: 155px;
	right: 0%;
	background-image: url(images_misc/header_right.jpg);
}
/* header end */



#container-foot {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 204px;
  background-image: url(images_misc/menu_bottom.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  left: 0;
}

#foot {
  padding: 0 1em;
  line-height: 204px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table; float: left; width: 100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
  height: 100%; /* Required */
}

html {
  height: 100%; /* Required */
}

#container-page {
    margin: 0 auto;
    position: relative;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

#container-content {

}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/*img.spons_logo
{
  width: 300px;
  height: 150px;
  border: 1px solid;
} */