﻿/* Style Sheet */
/* Header*/

#Header {
	height: 150px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url("../grafiken/Logo.gif");
	background-repeat: no-repeat;
	background-position: 6px 6px;
	}
	
#Titel {
	position: absolute;
	top: 6px;
	left: 150px;
	width: 612px;
	height: 33px;
	background-image: url("../grafiken/Titel.gif");
	}
	
#Trennlinie {
	font-size: 1px;
	position: absolute;
	top: 49px;
	left: 150px;
	width: 612px;
	height: 6px;
	background-image: url("../grafiken/Trennlinie.gif");
	background-repeat: repeat-x;
	}
	
#Haupt_Navi {
	position:absolute;
	top: 66px;
	left: 152px;
	width: 608px;
	height: 60px;
	}
   	
#logout {
 	position: absolute;
 	left:540px;
 	top: 123px;
 	width: 60px;
 	text-align: center;
 	}
 	
#logout A {
 	text-decoration: none;
	color: black;
	font-weight: bold;
	color: #BF2F38;
	padding: 1px;
	}
	
#logout A:hover, #logout A:focus {
	background-color: #DADADA;
	padding: 1px;
   	}