body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

div.all {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

div.header {
	height: 175px;
}
div.menu {
	font-style: italic;
	position: absolute;
	left:0;
	width: 130px;
	height: 600px;
	padding: 10px;
	background-color: #5b462b;
	/*background-color: #482c1e; <- darker brown*/
	/*background-image: url('bilder/Blumen.jpg');*/
}
div.content {
	margin-left: 150px;
	padding: 20px 20px 20px 20px;
	height: 580px;
	width: 710px;
	overflow:auto;
	background-image: url('bilder/Content.png');
	/*background-color: #b5e18e;*/
}
div.footer {
	margin-top: -11px;
	width: 900px;
	height: 5px;
	background-color:#5b462b;
	/*background-color:#5d9f48; <- green*/
	/*background-image: url('bilder/Footer.png');*/
}

div.entry {
	/*background-color:#AAAAAA;	*/
}

img.gras {
  margin:5px;
  position:absolute;
  left:690px;
  top:540px;
}

div.box {
  padding: 10px;
  margin: 0px 10px 20px 0px;
  border: 1px solid rgb(0,0,0);
  width: 45%;
  overflow: auto;
  float: left;
  background-color: #FFFFFF;
}

p {
	padding: 5px 5px 5px 0px;
	font-size: 10pt;	
	font-family: Arial, Verdana, sans-serif;
}

p.right {
	text-align: right;
}

img {
	float: left;
	border: 1;
	margin-right: 10px;
	border-color: #000000;
}

img.header {
	float: left;
	border: 0;
	margin-right: 10px;
}

tr.weiss {
  background-color: #FFFFFF;
}
tr.grau {
  background-color: #DDDDDD;
}
table {
  margin:15px 10px 10px 10px;
}

a:link {		color: #000055; text-decoration: underline; font-weight: normal }
a:visited {	color: #000055; text-decoration: underline; font-weight: normal }
a:hover { 	color: #000055; text-decoration: underline; font-weight: normal }
a:active { 	color: #000055; text-decoration: none;      font-weight: normal }

a:link.button {    color: #FFFFFF; text-decoration: none;      font-weight: bold }
a:visited.button { color: #FFFFFF; text-decoration: none;      font-weight: bold }
a:hover.button { 	 color: #FFFFFF; text-decoration: underline; font-weight: bold }
a:active.button {  color: #FFFFFF; text-decoration: none;      font-weight: bold }

a.button {
	background: transparent url('bilder/button_right1.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	width: 110px;
	margin: 5px 6px 10px 0px;
	padding-right: 22px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url('bilder/button_left1.png') no-repeat; 
	display: block;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0px 5px 35px;
} 
a.button:hover span{
	text-decoration:underline;
}

a.button_high {
	background: transparent url('bilder/button_right2.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */ /* <- button height, change also in a.button*/
	width: 110px;
	margin: 5px 6px 10px 0px;
	padding-right: 22px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}
a.button_high span {
	/* Background left image */ 
	background: transparent url('bilder/button_left2.png') no-repeat; 
	display: block;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0px 5px 35px;
} 
a.button_high:hover span{
	text-decoration:underline;
}

h4 {
	margin: 10px 0px 0px 0px;	
	font-size:15px;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	margin: 0px 0px 0px 0px;	
	font-size:18px;
	font-family: Arial, Verdana, sans-serif;
}