html, body {
	height:100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
	background-color:#282828;
	font-size:12px;
}
#logo {
	float: left;
	height: 70px;
	width: 250px;
	margin-top: 20px;
}
#header {
	height: 160px;
	width: 97%;
	margin: 0 auto 0 auto; 
	color:#FFF;
	position:relative;
}
#seitentitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333;
	height: 48px;
	width: 70%;
	position: absolute;
	top: 112px;
	left: 220px;
}

#userstat {
	height: 40px;
	width: 200px;
	position: absolute;
	top: 120px;
	font-size:11px;
	left:12px;
	color: #333;
}
#topnav {
	height: 30px;
	width: 460px;
	margin: 38px 0 0 0;
	float:right;
}
 
#topnav ul, #nav li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
	list-style-type: none; 
} 
#topnav a {
	float: right;
	height: 22px	;
	text-decoration: none;
	background-image: url(../images/bg_topnav.png);
	width: 90px;
	margin-right: 10px;
	padding: 8px 0 0 0;
	color:#FFF;
	text-align:center;
}
#topnav a.profil {
	background-image: url(../images/bg_topnav-profil.png);
	padding-left:20px;
	width:70px;

}
#topnav a:hover {
	color:#BFED30;
}
#main-frame {
	height: auto;
	background-color:#f2f2f3;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content-frame {
	border:#e5e1d8 solid 5px;
	width: 97%;
	margin:auto;
	background-color: #fff;

}
#content-wrapper{float:left;width:100%}
#content {
	margin-left: 220px;
	height: auto;
	background-color:#FFF;
	padding:8px 8px 8px 8px;
}
#login-frame {
	border:#e5e1d8 solid 5px;
	width: 420px;
	margin:auto;
	background-color: #fff;
}
#login {
	height: auto;
	width: 92%;
	margin: 10px auto 10px auto;
	line-height:150%;
}

#login-frame h3 {
	margin:2px 2px 10px 2px;
	height: 32px;
	font-size:18px;
	padding:6px 0 0 10px;
}
#nav {
	float: left;
	height: auto;
	padding:8px 8px 8px 8px;
	width: 200px;
	background-color:#f7f7f1;
	margin-left:-100%
}
#nav .small {
	width:50px;
	background-color:#FFF;
}

#sidebar {
	border: 1px solid #ccc;
	padding:5px;
	width:184px;
	background-color:#FFF;
	margin:5px 0 5px 0;
}
	.navi {
	margin:0px;
	padding: 1px;
	float: left;
	width:178px;
	}
	.navi dt {
	margin: 0;
	padding:5px 6px 5px 6px;
	font-size:12px;

	}
	.navi dd {
	padding:6px 10px 6px 8px;
	margin: 0;
	border-bottom: 1px dotted #cccccc;
	}
	.navi dd:hover {
	background-color: #f2f2f2;
	}
	.navi dd.logout {
	border: 1px solid #dea554; 
	background: #f9e8b3;
	margin-top:16px;
	}
	.navi a {
	text-decoration: none;
	color: #282828 !important;
	display: block;
	}




#footer {
	height:36px;
	background-color:#282828;
	border-top:2px solid #BFED30;
	width:100%;
	color:#666;
	text-align:center;
	padding-top:6px;
	font-size:11px;
}
.clr {
	clear: both;
}

.x-button {
	padding:3px 5px 3px 5px;
	border: 1px solid #ffffff; background: #ACDC28 url(images/ui-bg_highlight-soft_25_ACDC28_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none;
}
.highlight { padding:4px; border: 1px solid #dea554; background: #f9e8b3 url(images/ui-bg_flat_55_f9e8b3_40x100.png) 50% 50% repeat-x; color: #444444;}
a {
	text-decoration:none;
}
#sidebar-close, #sidebar-open, #logout-full, #logout-small, #profil-full, #profil-small, #home-full, #home-small {
	padding:5px;
	background-color:#FFF;
	border:#ccc 1px solid;
	display:block;
	color:#999;/*#ACDC28;*/
	font-weight:bold;	
}
#sidebar-close, #logout-full, #profil-full, #home-full {
	width:162px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 27px;
}
#sidebar-close {
	background-image: url(../images/icon_arrow_left.jpg);
	
}
#logout-full {
	background-image: url(../images/icon_logout.jpg);
}
#profil-full {
	background-image: url(../images/icon_profil.png);
	margin-bottom:5px;
}
#home-full {
	background-image: url(../images/icon_home.png);
	margin-bottom:5px
	
	
}
#sidebar-open, #logout-small, #profil-small, #home-small {
	width:16px;
	margin-bottom:5px;
}



h3 {
	margin:5px 0 8px 0;
	color:#ACDC28;
	border-bottom: 1px dotted #ACDC28;
	font-size:18px;
}
#dashboard-buttons {
	clear:both;
	display:block;
	/**width:97%;*/
}
#dashboard-buttons ul {
	padding:0;
	margin:0;
}
#dashboard-buttons ul li {
	font-weight:bold;
	color:#336600;
	outline:none;
	float:left;
	margin:6px;
	list-style-type: none;
	border:solid 1px #D0D4D8;
	background:#f6f6f6 url(../images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}	
#dashboard-buttons ul li a {
	display:block;
	width:100px;
	padding:80px 0 0;
	height:20px;
	background-repeat:no-repeat;
	background-position:50% 30%;
	text-align:center;
	float:left;
}
#dashboard-buttons ul li:hover {
	border: 1px solid #9d9d9d;
	font-weight:bold;
	color:#333;
	outline:none;
	background:#F6F6F6 url(../images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-y;
}
#dashboard-buttons ul li a {
	color:#666;
}

#dashboard-buttons ul li a:hover {
	border-color:#C3C9CE;
	color:#333;
}

#dashboard-buttons ul li a:active {
	border-color:#9D9D9D;
}
#dashboard-buttons ul li a.ZurUebersicht {
	background-image:url('images/icons/28.png');
}

 #dashboard-buttons ul li a.Statistik {
	background-image:url('images/icons/91.png');
}

 #dashboard-buttons ul li a.Bearbeiten {
	background-image:url('images/icons/13.png');
}

 #dashboard-buttons ul li a.Loeschen {
	background-image:url('images/icons/118.png');
}

 #dashboard-buttons ul li a.Information {
	background-image:url('images/icons/65.png');
}

 #dashboard-buttons ul li a.Neu {
	background-image:url('images/icons/95.png');
}

 #dashboard-buttons ul li a.Lupe {
	background-image:url('images/icons/16.png');
}

 #dashboard-buttons ul li a.Galerie {
	background-image:url('images/icons/63.png');
}

 #dashboard-buttons ul li a.Schloss {
	background-image:url('images/icons/37.png');
}

 #dashboard-buttons ul li a.Profil {
	background-image:url('images/icons/46.png');
}

 #dashboard-buttons ul li a.Warnung {
	background-image:url('images/icons/25.png');
}

 #dashboard-buttons ul li a.Speichern {
	background-image:url('images/icons/7.png');
}
 #dashboard-buttons ul li a.Termin {
	background-image:url('images/icons/termin.png');
}
 #dashboard-buttons ul li a.Clipboard {
	background-image:url('images/icons/43.png');
}
 #dashboard-buttons ul li a.Filemanager {
	background-image:url('images/icons/34.png');
}

 #dashboard-buttons ul li a.Monitor {
	background-image:url('images/icons/22.png');
}
 #dashboard-buttons ul li a.Uhr {
	background-image:url('images/icons/14.png');
}
 #dashboard-buttons ul li a.Ordner {
	background-image:url('images/icons/119.png');
}
 #dashboard-buttons ul li a.Stern {
	background-image:url('images/icons/111.png');
}
th {
	text-align:left;
}
.thumb {
	float:left;
	padding:4px;
	border:1px dotted #CCC;
	margin:8px 3px auto auto;
}