
#container {
	background:url(../img/background.jpg) repeat-y;
	margin:0 auto;
	width:1100px;
}

#header {
	height:200px;
	background:url(../header/headerneu11.jpg)
}

#navi {
	float:left;
	width:220px;
	padding-top:2px;
}

	.navi_box {
		background:url(../img/box_background.jpg) repeat-y;
		width:219px;
	}
		.navi_box a {
			display:block;
			text-align:left;
			background:url(../img/navi_bg.jpg) no-repeat;
			color:#f1efe9;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			height:13px;
			padding:3px 0 0 38px;
			text-decoration:none;			
		}
		.navi_box a:hover {
			color:#e21414;
			text-decoration:none;
		}
	.left_box {
		background:url(../img/box_background.jpg) repeat-y;
		width:219px;
	}
	.left_box span {
			padding:0 12px 0 12px;
	}
	

#boxen {
	float:left;
	width:880px;
	background:#222222;
	padding:2px 0 8px 0;
}
	#uclan {
		float:left;
		background:url(../img/box_uclan.jpg) repeat-y;
		text-align:center;
		width:262px;
		height:69px;
		margin-right:3px;
		margin-left:4px;
		padding-top:45px;
	}
	#neuigkeiten {
		float:left;
		background:url(../img/box_neuigkeiten.jpg) repeat-y;
		width:279px;
		height:78px;
		margin-right:3px;
		padding:36px 12px 0 12px;
	}
	#artikel {
		float:left;
		background:url(../img/box_artikel.jpg) repeat-y;
		width:278px;
		height:78px;
		margin-right:3px;
		padding:36px 12px 0 12px;
	}
	
#content {
	float:left;
	width:644px;
	background:url(../img/content_top.jpg) no-repeat;
	padding:40px 6px 0 7px;
}

#right {
	float:right;
	width:219px;
	margin-right:1px;
}
	.right_box {
		background:url(../img/box_background.jpg) repeat-y;
		width:219px;
		
	}
		.right_box span {
			padding:0 12px 0 12px;
		}
		
		/*Kalender Tooltip Anfang*/
.tooltip a {
	color: #fff;
	text-decoration: none;
}
.tooltip a:hover {
	color: #666;
	text-decoration: none;
}
.tooltip a span {
	display: none;
}
.tooltip a:hover span {
	position:absolute;
	/*margin-left:-170px;*/
	margin-top:10px;
	display: block;
	color: #000;
	background: #181911;
	padding: 2px;
	text-align:left;
	font-weight:normal;
	max-width: 170px;
	width: auto;
	border: 2px solid #800;
	z-index: 99;
}

/*Formatierung der Überschriftenzeile*/
.tooltip span b {
	display: block;
	color: #fff;
	background: #800;
	padding:	1px 4px 1px 4px;
	text-align:left;
	font-weight:bold;
}
/*Formatierung des Inhaltes*/
.tooltip span i {
	display: block;
	color: #000;
	background: #c8c8c8;
	padding:	1px 4px 1px 4px;
	text-align:left;
	font-weight:normal;
}
/*Kalender Tooltip Ende*/
