/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Grundeinstellungen */
body {
	font-family:Verdana;
	font-size:12px;
	color:black;
	background:white;
}

/* Laden */
#loading {
	position:absolute;
	z-index: 100;
	left:46%;
	top:40%;
	color:white;
	text-indent:-9999px;
	background:url(../img/loading.gif) no-repeat center black;
	width:16px;
	height:16px;
	padding:20px;
	border:1px solid white;
}

/* Seitenüberschrift */
#head h1 {
	display:block;
	width:431px;
	height:60px;
	background:url(../img/header_2010-07.png) no-repeat -6px top;
	text-indent:-99999px;
}

/* Kalender Kopf */
#calendar .head {
	position:relative;
	background:black;
	color:white;
	height:100px;
	cursor:move;
}
#calendar .head h2 {
	position:absolute;
	display:block;
	width:280px;
	height:33px;
	margin:20px;
	background:url(../img/header_trans2.png) no-repeat -28px -47px;
	text-indent:-99999px;
}
#calendar #timeline ul {
	position:absolute;
	width:100%;
	margin-top:68px;
	background:#646273;
	color:white;
	padding:8px 0px 10px 18px;
	font-size:75%;
}
#calendar #timeline ul li {
	display:inline;
	float:left;
}
#calendar #timeline ul li a {
	padding:5px;
	margin:2px 0;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}
#calendar #timeline ul li.active a, #calendar #timeline ul li a:hover {
	color:#646273;
	background:white;
}


/*
 *	Styling vom Kalender
 */
#calendar .title {
	padding:10px 15px 0 15px;
}
#calendar .event {
	padding:5px 15px 5px 15px;
	border-bottom:1px solid #cbcbcb;
}
#calendar .date .title h3 {
	font-weight:normal;
	margin:0;
	padding:10px 0 15px;
	text-transform:uppercase;
	font-size:19px;
}

#calendar .date .event a {
	text-decoration:none;
	font-weight:bold;
	color:#3f3d3b;
	line-height:140%;
}
#calendar .date .event a:hover {
	color:#6F2BB3;
}
#calendar .date .event.active a:hover {
	color:white;
}
#calendar .date .event .categories li {
	display:block;
	float:left;
	color:white;
	background:#3f3d3b;
	font-size:10px;
	padding:2px 5px;
	-moz-border-radius:4px;
	margin:5px 2px 5px 0;
	cursor:pointer;
}
#calendar .date .event .categories li:hover {
	background-color:#6b6878;
}


.clear {
	clear:left;
}