body {
	background: #efefef;
}

#schatten {	position:relative;
		top:20px;
		background-color: #888;
		width:850px;
		height:100%;
		margin:10px 0px 0px 10px;
}

#tabellenrand {
		background-color: #eee;
		border: 4px solid #eee;
}

#rahmen {
		position:relative;
		font: normal 100% Arial, Helvetica, sans-serif;
		top:-8px;
		left:-12px;
		border:3px solid red;
		width:850px;
		height:100%;
		background: #fff;


}

#header {
		position:relative;
		height:120px;
		width:850px;
		border-bottom:1px solid #111;
		background-image: url(../images/header.jpg);
		background-color: white;
}

#header h1 {
		display: none;
}

#frame {	border:none;
}

#inhalt {
		position:relative;
		text-aligne:left;
		margin:10px;
		font-size:9pt;
		font-weight:bold;

}

#inhalt a {
		text-decoration: none;
		color: black;
}

#inhalt_cnc {
		position:relative;
		text-aligne:left;
		margin:10px;
		font-size:9pt;
		font-weight:bold;

}
#inhalt_cnc a {
		text-decoration: none;
		color: black;
}

#mailbox {
	width:350px;
	height:350px;
	background-image: url(../images/mailbox.gif);
	background-repeat:no-repeat;
	font-size:8pt;
	padding-left:35px;
	padding-top:30px;
}

#table table td {
	background-color: none;
	padding: 10px;
	border-right:1px dotted grey;
}



ul#Navigation {
		margin: 0;
		padding: 0.0em;
		font-size:17px;
		font-weight:bold;
		text-align: center;
		border-bottom:1px solid #111;
		background-color: #eee;
}

ul#Navigation li {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
}

ul#Navigation a, ul#Navigation span {
		float: left;
		width: 140px;
		border-left:1px solid gray;
		margin-top: 0px;
		padding-top: 2px;
		text-decoration: none;
		font-weight: bold;
		color: #666; 
}



ul#Navigation a:hover, ul#Navigation span {
		border-color: gray;
		border-left-color: black;
		border-top-color: black;
		color: red;
		background-color: #ddd;
}

ul#Navigation div {
		clear: left;
}



#zerti {
		position:relative;
		
}

#fooder{
		text-decoration:none;
		font-size:10pt;
}
#fooder a {
		text-decoration: none;
		color:black;
}
#links {
text-decoration: none;
color: gray;
}
#links a {
text-decoration: none;
color: gray;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -150px;
	left: -211px;
	z-index: 1;
}

.hoverbox img
{
	
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 300px;
	height: 423px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

hoverbox .preview
{
	background: red;
	border: 0px;
	padding: 3px;
	width: 300px;
	height: 423px;
}
