@charset "UTF-8";
/* CSS Document */

html, body{
	background-color: #dedede;
	position: relative;
	z-index: 1;
	color: #454545;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

a, a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #d8a532;
}

a:hover, a:focus, a:active{
	font-weight: bold;
	text-decoration: underline;
	color: #c79421;
}

.hidden{
	display: none;
}

.box{
	border: 4px solid #ababab;
	background-color: #efefef;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

#login{
	position: absolute;
	top: 50%;
	left: 50%;
}

#wrapperz{
	margin: 0 auto;
	margin-top: 23px;
	width: 900px;
}

#header{
	
}

#menu{
	display: block;
	float: left;
	overflow: hidden;
	width: 600px;
}

#menu ul{
	list-style: none;
}

#menu li{
	float:left;
}

#menu a{
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);            
 }
 
#menu a:hover, #menu a:focus, #menu a.menu-aktiv{
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #fac754;
	background: -moz-linear-gradient(#fac754, #f8ac00);
	background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
	background: -webkit-linear-gradient(#fac754, #f8ac00);
	background: -o-linear-gradient(#fac754, #f8ac00);
	background: -ms-linear-gradient(#fac754, #f8ac00);
	background: linear-gradient(#fac754, #f8ac00);
}

#menu a:active{
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
#menu li:first-child a{
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;            
}

#menu li:last-child a{
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;            
}

#profile{
	float: left;
	width: 300px;
	text-align: right;
	padding-top: 7px;
}

#profile-avatar{
	float: right;
	margin-left: 3px;
}

#profile-info{
	font-size: 22px;
	color: #fff;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}

#content{
	
}

.date{
	width: 78px; height: 96px; 
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	float: left;
}

.date p{
	font-family: Helvetica, sans-serif; 
	font-size: 60px; text-align: center; color: #9e9e9e; 
	margin: 0;
	padding: 0;
}

.date p span{
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 28px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #a13838;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	padding: 3px 0 3px 0;
}

.neu{
	background-image: url(../images/icons/icon-neu.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.dashboard-item-desc{
	float: left;
}

.clear{
	margin: 0;
	padding: 0;
	content: '';
	height: 0;
	width: 0;
	clear: both;
}

#footer{
	
}

/* HTML tags */
input{
	border: 1px solid #999;
}