/*Body-Eigenschaften*/
body {
	background: white;
	background-image:;
	margin: 0px;
	font-family: "Trebuchet MS";
}
/*Links*/
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: red;
	text-decoration: none;
}

a:active {
	color: white;
	background-color: red;
	text-decoration: none
}
/*Schrift und Listen*/
p {

	font-size: small;
	margin: 0px 0px 0px 0px;
	margin-bottom:15px;
	color: black;
	text-align:justify;
	font-variant: ;
}
h1 {
  font-variant:small-caps; 
	font-size: 120%;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
h3 {
	font-size: 80%;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: left;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
/*DIV CONTAINER*/
/*Logo*/


#logo {
	position: relative;
	height: 170px;
	width: 200px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
}

#logo:hover {

	background-image: url(images/logoh.png);
}


#header {
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(images/hg.png);
	position: absolute;
	left: 198px;
	top: 9px;
	width: 600px;
	height: 170px;
	z-index: 1;
}
/*content*/
#content {
	position: absolute;
	margin-left: 70px;
	z-index: 2;

	
	top: 135px;
	left: 120px;
	width: 600px;
	height: 100%;
}
/*left*/
#left {
	position: relative;
	height: 800px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-image: url(images/left.png);
}
#nav {
text-decoration: none;
	float: left;
	margin-top: 65px;
	margin-left: 10px;
	list-style: none;
	font-variant: small-caps;
	float: left;
	padding: 13px;
	font-family: impact;
	font-size: 20px;
}

/*Indexgrafik*/
#index {
	position: absolute;
	display: block;
	z-index: 1;
	top: 150px;
	left: 90px;
	width: 624px;
	height: 164px;
	background-image: url(img/index.png);
	background-repeat: no-repeat;
}


/*Content*/
/* Leftbox and Rightbox für Fotos/Textfloat */
.leftbox, .rightbox {
	margin: 13px 13px 15px 3px;
	
	
}
.leftbox {  
	float: left;
	border: 0;
}
.rightbox {
	float: right;
	border: 0;
}
/*Tabellen*/
.table {
	font-size: small;
	font-weight: bold;
}
.table2 {
	font-size: small;
	font-weight: normal;
}
.back {
	color: #ffa521;
	background-color: black;
	font-weight: bold;
}
table {
	clear: right;
	width: 95%;
	font-size: small;
}

th{
border-bottom-color: black;
   border-bottom-width: 1px;
   border: 1px;
}

td {
	vertical-align: top;
	overflow: hidden;
padding: 10px;
}


tr{

	border-bottom-color: black;
   border-bottom-width: 1px;
   border: 1px;

}

tr:hover{
        background-color: rgb(255,0,0);
}