body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

#navigation {
	background-image: url(/css/images/background-navigation.gif);
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 99%;
	height: 100px;
	margin-bottom: 20px;
}

#navigation #logo {
	background: url(/css/images/logo.gif) no-repeat;
	display: block;
	width: 76px;
	height: 90px;
	float: left;
	margin: 5px 10px 0px 0px;
}

#navigation  .info {
	height: 30px;
	font-size: 14px;
	line-height: 17px;	
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

#navigation  .box {
}

#navigation  .box a {
	text-decoration: none;
	color: #8b8b8b;
	display: block;
	margin: 0px 5px 0px 5px;
	height: 45px;
	float: left;
	line-height: 78px;
}

#navigation  .box a:hover {
	text-decoration: underline;
	color: #8b8b8b;
}

#navigation  .box #logout {
	background: url(/css/images/logout.jpg) no-repeat;
	background-position: center 4px;
}

#navigation  .box  #cancel {
	background: url(/css/images/cancel.jpg) no-repeat;
	background-position: center 4px;
}

#navigation  .box  #html {
	background: url(/css/images/html.jpg) no-repeat;
	background-position: center 4px;
}

#navigation  .box  #subscriberEdit {
	background: url(/css/images/subscriber-edit.jpg) no-repeat;
	background-position: center 4px;
}

#navigation  .box  #passwordForgotten {
	background: url(/css/images/password-forgotten.jpg) no-repeat;
	background-position: center 4px;
}

#navigation  .box  #kontact {
	background: url(/css/images/kontact.jpg) no-repeat;
	background-position: center 4px;
}

#content {
	margin-left: 10px;
}