/* Angaben für alle standardkonformen Browser */
body {
	background:#fff;
	font-family:Arial,sans-serif;
	font-size:14px; 
}

#menu {
	background:#eee;
	border:3px dotted #dedede;
	padding:0.5em; /* Abstand zwischen Linie und Schrift */
	float:top;
	margin:0.5em;
	text-align:right;
	height: 4em;
	font-size:14px; 
}

#menu_info {
	background:#eee;
}

#menu_info a{
	
}

#menu_info a:hover {
	border: 1px solid silver;
}

#menu a:link, #menu a:visited {
	background:#eee;
	color:black;
	text-decoration:none;
	margin:0;
	padding:0.2em;
	font-size:16px; 
}

#selected_menu_item, #selected_menu_item a:visited, #selected_menu_item a:link{
	color:black;
	text-decoration:underline;
}
	
#deactivated_menu_item {
	color:gray;
}

#active_menu_item, #active_menu_item a:visited, #active_menu_item a:link {
	color:black;
}

#splitview{
	background:#eee;
	border:3px dotted #dedede;
	padding:0.5em; /* Abstand zwischen Linie und Schrift */
	table-layout:fixed
}

#menu li {
	list-style: none;
	margin:0;
	padding:0.3em;
}

#menu li#active {
	text-decoration:underline;
}

#content {
	border:3px dotted #dedede;
	padding:15 15 2 1em;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:0.5em;
	background:#eee;
}

#content a:link, #content a:visited {
	color:black;
	text-decoration:underline;
}

#content label.test {
	position:absolute;
	left: 2em;
	valign:top;
}

#content textarea.test2 {
	position:absolute;
	left: 10em;
}
#content input.test3 {
	position:absolute;
	left: 10em;
}
#content_output {
	border:3px dotted #dedede;
	padding:1 1 2 1em;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:0.5em;
	background:#eee;
}
#right {
	border:3px dotted #dedede;
	padding:0 1 1 1em;
	margin-left:51.5em;
	margin-right:0.5em;
}

#content li {
	list-style: none;
	margin:0;
	padding:0.3em;
}

* html div#content {
	height:1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	padding-top:1em;
}

body
{
	margin:0;
	padding:0;
}
#content_container
{
	padding-bottom:3em;
}
#header
{
	margin: 0 0 0.7em;
	background:#efefef;
	text-align:center;
	padding:10px;
}
#footer
{
	position:fixed;
	bottom:0px;
	background:#FFC040;
	text-align:center;
	padding:10px;
	width:100%;
}
/* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
* html, * html body
{
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
}
* html #content_container 
{
	padding:0;
	height:95%;
	overflow:auto;
}
* html #footer 
{
	background:#FFC040;
	height:5%;
	text-align:center;
	padding-top:1%;
}

#zebratable table
 {
      border: 1;
      width: 100%;
 }
 #zebratable tbody tr.even td
 {
      background-color: #efefef;
 }
 
 #zebratable tbody tr.odd td 
 {
      background-color: #fff;

 }
 #zebratable tbody tr.total td 
 {
      background-color: #D0D0E8;
      text-decoration: bold;
 }
 
 #zebratable table tbody tr td.cash
 {
      align: right;
 }
 
 #headline {
 	font-weight:bold;
 	font-size:16px;
 	line-height:2em;
    background-color: #C0C0FF;
 }

