
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: medium;
	background: #938b8b url(images/background-top.gif) repeat-x;
	background-color: #938b8b;

	}

a:link, a:visited { color: black; text-decoration: underline; }
a:hover, a:active { color: #66130e;  text-decoration: none; }


head:first-child+body { /*The Owen Hack, hides this from ie*/
	/*  IE stellt hintergrundfarbe anders da, deswegen bei andern Browsern korrigieren */
	background-color: #938b8b;
}

#header{
	background: transparent url(images/top_logo.jpg) 50% 0  no-repeat;
	position: absolute;
	height: 162px;	
	width: 694px;
	left: 200px;
}

#navigation {
	position: absolute;
	height:187px;
	width: 164px;
	top: 170px;
	left: 80px;
	background: #938b8b url(images/menue_background.png) no-repeat;
}

#navigation a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #410c09;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 15px;
	margin-left: 40px;
}

#navigation a:hover {
	color: #66130e;
	background: transparent url(images/pfeil.gif) left 70% no-repeat;
}


.act {
	background: transparent url(images/pfeil.gif) left 70% no-repeat;
}



#content {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 650px;
	margin-left: 250px;
}

head:first-child+body #content{ /*The Owen Hack, hides this from ie*/
	top: 150px;
}


#footer {
	margin-top: 20px;
	border-top: 1px solid #410c09;
	text-align: right;
	font-size: smaller;
}

h1, h2 {
	width: 100%;
	font-family: Georgia, Helvetica, Verdana, Arial, sans-serif;
	border-bottom: transparent solid 1px;
	font-size: xx-large;
	color: #410c09;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
  		(src='images/heading_background.png',sizingMethod='size');  */

}

h2 {
	font-size: x-large;
	border-bottom: 0;
}



head:first-child+body h1{ /*The Owen Hack, hides this from ie*/
	background:  url(images/heading_background.png) 100% 250% no-repeat;
	border-bottom: transparent solid 5px;
}


input, textarea {
	font-family: courier;
	font-size: 8px;
	width: 300px; 
	padding: 2px;
}

input[type=submit], input[type=reset] {
	width: auto;
}



img {
	border: 1px solid black;
/*	float: left; 
	margin: 0 10px;  */
}


td {
	padding: 3px;
	white-space: nowrap;	
}

table {
	width: 100%;
}

thead, .tablehead {
	text-align: right;
/*	background-color: #574e4e; */
	background-color: #404040;
	color: #ccc;
	font-weight: bold;
}

