html {
	height: 101%;
}

.logoutbutton {
	border: 0;
	background-color:#4d4d4d;
	background-image: url(../img/button_logout.jpg); 
	background-repeat:no-repeat; 
	position:relative;
	top: 5px;
	left: 51px;
	width:115px; 
	height:12px;
	cursor: pointer; 
}

#loggedin {
	position:relative;
	top: 9px;
	left: 480px;
	width: 188px;
	height: 70px
}

#login {
	position:relative;
	top: 15px;
	left: 531px;
	width: 115px;
}
#login input {
	border: 0;
	width:115px;
	height:16px;
	margin-bottom:7px;
	background-color:#4d4d4d;
}
#login input.button {
	background-image: url(../img/button.jpg); 
	background-repeat:no-repeat; 
	width:115px; 
	height:12px; 
	margin-top: 0px;
	margin-bottom: 14px;
	cursor: pointer; 
}
body {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/slice_02.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;

}
body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	color: #a8a8a8;
}
table, td {
	color: #a8a8a8;
}
input, select {
	border: 1px solid #444444;
	width:115px;
	height:16px;
	margin-bottom:7px;
	background-color:#4d4d4d;
}
textarea {
	border: 1px solid #444444;
	margin-bottom:7px;
	background-color:#4d4d4d;
}
a:link, a:visited {
	color: #a8a8a8;
	text-decoration: none;
}
a:hover, a:active {
	color: #c8c8c8;
	text-decoration: underline;
}
#page {
	width: 688px;
	height: 100%;
	text-align: left;
	margin: 0px auto;
	background-image: url(../img/slice_12.jpg);
	background-repeat: repeat-y;
}
#header1 {
	width: 688px;
	height: 99px;
	background-image: url(../img/headlogin.jpg);
	background-repeat:no-repeat;
}
#header2 {
	width: 688px;
	height: 99px;
	background-image: url(../img/headclean.jpg);
	background-repeat:no-repeat;
}
#navi {
	width: 688px;/*659px;*/
	height: 23px;
	/*margin: 0px 18px 0px 13px;*/
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
}
#navi ul {
	padding: 0px 12px 0px 12px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navi ul li {
	display: inline;
}
#navi .punkt {
	background-image: url(../img/slice_h.jpg);
	background-repeat: repeat-x;
	width: 92px;
	height: 23px;
	text-align: center;
	float: left;
	margin: 0px 1px 0px 1px;
	/*padding: 5px 0px 0px 0px;*/
}
#navi ul li a {
	font: Arial, Helvetica, sans-serif bold;
	color: #a8a8a8;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0px 0px 0px;
}
#navi ul li a.aktiv{
	background-image: url(../img/slice_hh.jpg);
	background-repeat: repeat-x;
	width: 92px;
	height: 23px;
}
#navi ul li a:hover{
	background-image: url(../img/slice_hh.jpg);
	background-repeat: repeat-x;
	width: 92px;
	height: 23px;
}
#picture {
	width: 688px;
	height: 297px;
	background-image: url(../img/slice_09.jpg);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../img/slice_12.jpg);
	background-repeat: repeat-y;
	padding: 0px 25px 0 25px;
	bottom: 23px;
	/*height: 30%;*/
}
#footer {
	width: 688px;
	background-image: url(../img/slice_14.jpg);
	background-repeat: no-repeat;
	height: 19px;
	position: absolute;
	bottom: 0px;
}

#ip {
	background: url('../img/ip.jpg') repeat-y;
	text-align: right;
	font-size: 9px;
	padding-right: 22px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #333333;
}
