html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: white;
	background-color: #00184A; 
	font-family:Arial,Helvetica,sans-serif;
}

#wrapper {
	z-index: 0;
	background-color: #E0E0E0;
	width: 90%;
	margin: auto; 			        /* Div soll zentriert werden */
	min-height: 100%; 	        	/* Mindesthöhe für moderne Browser */
	height:auto !important; 	    /* Important Regel für moderne Browser */
	height:100%; 			        /* Mindesthöhe für den IE */
	
	position:relative;
}

#header {
	min-height: 100px;
	height: 100px;
	text-align: left;
	background:url('./myheader2.png') 0px 0px no-repeat;
	background-color: #ffffff;
}

#themenues
{
background: #369;
border-top: 1px solid #9CC;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #ac0c;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

#menulogin {
	float:right; 
	min-height: 25px; 
	padding-top:6px;
	padding-left:20px; 
	padding-right:10px; 
	margin:0; 
	list-style:none; 
	display:block;
	text-align: right;
}

#thecontent {
	margin:0px auto; 
	padding:0px;
	height: auto;
	text-align: left;
	background-color: #0f0000;
	color: #ffffff;
}

#welcomeDiv {
	z-index: 15;
	min-height:21px; 
	width:100%; 
	padding:1px; 

	display:none; 
	background-color: #E0E0E0;
	color: #000000;
    visibility:hidden;
}

#contentitem {
	z-index: 1;
	min-height:21px; 
	width:99%; 
	padding:5px; 

	display:block; 
	background-color: #E0E0E0;
	color: #000000;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
	
#dialogcontentitem {
	z-index: 2;
	position:absolute; 
	margin-left: -185px;
	top: -80px;
	left: 50%;
	width: 380px;
	height: 180px;
	text-align:right;
	visibility: visible;
	
	background-color: #E0E0E0;
	color: #000000;
	display:block; 
}

#ueberschrift {
	padding-left: 10px;
	padding-top: 5px;
	width:99%;
	float:left; 
	font-size:200%;
	font-weight: bold;
	border-bottom:thin solid black;
}

#login {
	padding-top: 120px;
    margin: auto;
	width:50%;
}

#datum {
	padding-top: 10px;
	text-align: right;
	margin-right: 1%;
	float:right; 
	font-size:14px;
	font-weight: bold;
}
#mycontent {
	margin: 1px;
    padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	display:block; 
	border:2px solid black;
}

#tabelleliste {
	width:99%; 
	padding:5px; 

	display:block; 
	background-color: #E0E0E0;
	color: #000000;
}

h1 {
  font:28px Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #000000;
}

legend {
    background: #4869a4;
    border: 2px solid #000000;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}
label {
    margin: 5px 0;
}

input,textarea {
    background: white;
    border: 1px solid #000000;
    margin: 4px 0;
    padding: 4px 4px;
}  
input:active, input:focus, input:hover { 
    background: #E8EBDF;
}
.CSSTableGenerator {
margin:0px;padding:0px;
width:100%;	box-shadow: 10px 10px 5px #888888;
border:1px solid #000000;

-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;

-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;

-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;

-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
background-color:#d3e9ff;
}
.CSSTableGenerator td{
vertical-align:middle;

background-color:#ffffff;
border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:7px;
font-size:10px;
font-family:Arial;
font-weight:normal;
color:#000000;
}.CSSTableGenerator tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #0057af 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );	background:-moz-linear-gradient( center top, #0057af 5%, #007fff 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");	background: -o-linear-gradient(top,#0057af,007fff);
background-color:#0057af;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:14px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0057af 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #007fff) );	background:-moz-linear-gradient( center top, #0057af 5%, #007fff 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#007fff");	background: -o-linear-gradient(top,#0057af,007fff);
background-color:#0057af;
}
.CSSTableGenerator tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}