/* Stylesheet für den Bildschirm von Office Eazy */

* {
	padding: 0;
	margin : 0;
}

p {margin-bottom : 1em;}

ol ul {margin-bottom: 0;}

html {height: 101%;}

body {
	background-color : #FFFFFF;
	color : black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center; 
	
	
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
}

#Kopfblock {
	background-color : #FFFFFF;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-align: center; 
	width: 800px;
	height: 150px;
	border-bottom: 1px solid black;
	 
}

#Navigationsblock {
	float: right;
	padding-top: 125px;
	padding-right: 20px;
	padding-bottom:0px;
	height: 15px;
	margin:0px;
}

/*
#Navigationsblock span{
	float:left;
	width:110px;
	height:20px;
	text-align: center;
	vertical-align : middle;
	margin-right:5px;
}
*/
#Navigationsblock li {
	display: inline; 
	list-style-type: none;
}

#footer {
	background-color : #FFFFFF;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 20px;
}

#Content {
	padding: 20px 20px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #eeeeee;
}

h1 { font-size: 16px }

a { text-decoration : none; 
	outline: none;
	font-size: 14px;
	color:#666666;
	margin:0px;
	padding-bottom:0px;
	}

a:hover {
	color:#000000;
}

address {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	height:20px;
}
	
#Navigationsblock a.navlink{
		font-size:15px;
		color:#ffffff;
		font-weight:bold;
		margin:0px;
		padding-bottom:0px;
	}

li span {
		font-size:15px;
		color:#000000;
		margin:0px;
		padding:0px;
		font-weight:bold;
}

#Navigationsblock .navlink:hover {
		font-size:15px;
		color:#000000;
		font-weight:bold;
		margin:0px;
		padding-bottom:0px;
			}	
#PiconPage {
	float:left;
	border:1px solid black;
	margin-right: 10px;
}
#unterblock {
	height:20px;
	width: 800px;
	border-bottom:1px solid #969696;
	background-color: #E0E0E0;
	
}

#unterblock li {
	padding: 0px 60px;
	display:inline;
	list-style-type: none;
	font-size:small;
	font-weight:bold;
}
