body {
	overflow:scroll;
}
body, p, code {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  line-height: 18px;
  color:#284D75;
  text-align:left;
}

a:link, a:visited {
  color: #C40000;
  font-weight: bold;
  text-decoration:underline;
}

a:hover {
  color:#C40000;
  text-decoration:none;
}

a img {border: none;}

#navi a:link,
#navi a:visited {
        color:#C40000;
        text-decoration:none;
        font-weight:bold;
}

#stage {
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        padding:0px;
}
#extra {
        margin: 0px;
        width: 800px;
        padding:0px;
		border:1px solid black;
}

#head {
  width:1000px;
}

#platzhalter{
  float:right;
  width:200px;
  height: 120px;
}

#header {
   float:left;
	padding: 0;
	border: 0;
	width: 800px;
	height: 120px;
	background: #C69642 url(img/background-header.png) repeat-x 0 100%;
	text-align: left;
	border-top-left-radius: 50px 50px;
	border-top-right-radius: 10px 10px;
	-moz-border-radius-topleft:50px 50px;
	-moz-border-radius-topright:10px 10px;
}

#header h1 {
      font: bold 26pt Verdana, helvetica, arial, sans-serif;
      padding-top:10px;
      line-height:30px;
      padding-left:60px;
		color:#A87930;
		text-shadow: 1px 1px 0px #886328, -1px -1px 0px #C79039;
}
#header h2 {
        color: #FFF;
        font: bold 12pt Verdana, helvetica, arial, sans-serif;
        padding-top:0px;
        padding-left:150px;
		text-shadow: 1px 1px 1px #000;
}
#header div {
        float:right;
        position:relative;
        top:10px;
		left:-20px;
}

#navi {

  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  border: 0;
  width: 200px;
  text-align: left;
  background-color: #FEE39E; /*#e2e2e2;*/
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  -moz-border-radius-bottomleft:10px 10px;
  -moz-border-radius-bottomright:10px 10px;
}

#navi p {
  margin: 10px 15px 10px 15px;
  padding: 0;
  border: 0;
  line-height: normal;
  font-size: 100%;
  color: #333;
  height: 1px;
}

html>body #navi p {
  height: auto;
}

#navi ul, #save {
  margin: 0;
  padding: 15px 0 0 0;
  border: 0;
  background-color: #FEE39E; /*#e2e2e2;*/
}

#navi ul li {
  margin: 2px;
  padding: 7px 8px;
  border: 1px;
  list-style-type: none;
  display: block;
  text-align: right;
  background-color: transparent;
}

#navi ul li:hover {
        background-color: #fff;
}

#copy, #save, #flags {
        padding: 7px 8px;
        padding-top:15px;
        text-align: right;
        font: 10px Verdana, Arial, helvetica;
}

/*******************************************************/
#naviall {
        float: right;
        border:1px solid green;
		width:198px;
		padding:0;
		margin:0;

		font-size:10px;
		font-weight:normal;
		background-color:#FAFAFA;
		border:1px solid #DDD;

  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  -moz-border-radius-topright:10px 10px;
  -moz-border-radius-bottomleft:10px 10px;
  -moz-border-radius-bottomright:10px 10px;
}

#naviall a:link, #naviall a:visited {
	color:#C40000;
	text-decoration:underline;
	font-weight:bold;
}
#naviall .firstline {
	font-size:10px;
	margin:5px;
	margin-top: 15px;
}
#naviall ul {
        list-style-type:none;
		margin-left:-35px;
}
#naviall ul li{
        margin-top: 5px;
}
#naviall ul li:hover {
        background-color: #fff;
}

#naviall .hinweiso {
	padding:0px;
	background-color: #DC2B19;
	color: #FFFFFF;
	font-family: Verdana,Arial,sans-serif;
	font-weight:bold;
}


#content {
	width: auto;
	min-width: 500px;
	margin: 20px 210px 20px 210px;
	background-color: white;
	padding: 10px;
}

#content td {
  font-family: Verdana,Arial,sans-serif;
  font-size:12px;
  color:#284D75;
}

#content h1,
#content h2,
#content h3 {
  font-family:Verdana,Arial,sans-serif;
}

#content h1 {
  font-size:14pt;
  color:#284D75;
  text-align:center;
}

#content h2 {
  font-size:12pt;
  color:#203D00;
  text-align:center;
  font-weight:bold;
  padding-top: 120px;
}

#content h3 {
  font-size:14px;
  color:#000000;
  font-weight:bold;
  background-color:#FEE39E;
  padding:10px;
  padding-left:15px;
  border-width:thin;
  border-style:none;
 border-radius: 4em 1em 4em 1em;
-moz-border-radius: 4em 1em 4em 1em;

}

#content p.center {
  text-align:center;
}

#content p.wichtig, #content div.wichtig, #content p.download, #content h4 {
  font-size:12px;
  border:1px solid #E4A62C;
  padding:7px;
  border-radius: 5px;
  -moz-border-radius: 5px;

}

#content h4 {
  font-size:14px;
  padding-left: 12px;
  margin-top:40px;
}

#content ul {
	line-height: 18px;
}

#content p.download {
	background-color: #E2E2E2;
	border:1px solid #E2E2E2;
}

#content .featurebox ul {
	list-style-image: url(img/ok-grey.png);
}

#content .infobox li {
	margin-top:10px;
	list-style-type: square;
	line-height: 16px;
}

input, textarea, select {
   border: #C1D5EA 2px groove;
   font: bolder 11px Verdana,Arial,Helvetica,sans-serif;
   color: #000000;
   background-color: #F7FAFD;
   margin-top:3px;
}


img {
	border-width: 0px;
}

.small {font-size:10px; }

.defbreite {width:100px;}

.hinweis { padding:2px; background-color: #DC2B19; color: #FFFFFF; font-family: Verdana,Arial,sans-serif; font-size: 10px; font-weight:bold; }

.konto {
         color: #FF6666;
}

.buttsend {
	background-color: #000;
	border: 1px solid #000;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 3 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3 3px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 12pt;
	height: 30px;
}

.butt {
	text-align: center;
}

#info {

  text-align:center;
  width:200px;
  background-color:rgb(255,240,210);
  border:1px solid #E4A62C;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.history_head {
  background-color:rgb(247,250,253);
  border-top: 1px dashed rgb(175,205,235);
  border-left: 1px dashed rgb(175,205,235);
  display:block;
  padding:7px;"
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.history_canvas {
   display: none;
   border-top: none;
   border-right: none;
   border-bottom: none;
   border-left: 1px dashed rgb(175,205,235);
   padding: 10px;

}

a.linktext {
  color: inherit;
  font-weight: inherit;
  text-decoration:inherit;
}