@charset "utf-8";
/* CSS Document */

#content .left{
	width: 490px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#content .right{
	width: 200px;
	float: left;
}

/*Boxen*/
.border_inside{
	border: 1px solid #fff;
}	

#box_aktuelles{
	width: 490px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

#box_aktuelles .head{
	color: #0066cc;
	font-size: 120%;
	line-height: 12px;
	padding: 0px 4px 0px 18px;
}

#box_aktuelles .content{
	background-color: #e5effa;
	border: 1px solid #0066cc;
}

#box_agenda{
	padding: 0px;
}

#box_agenda a{
	color: #ef9e31;
}

#box_agenda .head{
	color: #ef9e31;
	font-size: 120%;
	line-height: 12px;
	padding: 0px 4px 0px 18px;
}

#box_agenda .content{
	background-color: #f9d8ac;
	border: 1px solid #ef9e31;
}

#two_boxes{
	padding-top: 20px;
}

#two_boxes .left{
	float: left;
	width: 233px;
	background-color: #e5effa;
	border: 1px solid #0066cc;
	margin: 0px 20px 0px 0px;
}

#two_boxes .right{
	float: left;
	width: 233px;
	background-color: #e5effa;
	border: 1px solid #0066cc;
}

/*Inhalt BOX Aktuelles*/
#box_aktuelles .border_inside{
	padding: 15px 30px 15px 20px;
}

#box_aktuelles .headline{
	font-weight: bold;
	color: #0066cc;
	border-bottom: 1px solid #898f96;
	line-height: 200%;
	cursor:pointer;
}

#box_aktuelles .body li{
	list-style: none;
	padding: 6px 0px 2px 16px;
	background-image: url(../images/start_box_aktuelles_li.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

/*Inhalt BOX AGENDA*/
#box_agenda .border_inside{
	padding: 16px 12px 14px 12px;
	line-height: 120%;
}

#box_agenda .image{
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ef9e31;
}

#box_agenda .headline{
	font-weight: bold;
	padding: 14px 0px 8px 0px;
	text-align: left;
}

#box_agenda .body{
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#box_agenda .link{
	border-top: 1px solid #dbbe97;
	text-align: right;
	background-image: url(../images/start_box_agenda_li.gif);
	background-position: 82px 8px;
	background-repeat: no-repeat;
	padding: 4px 0px 8px 0px;
}

/*Inhalt Box TWOBOXES*/
#two_boxes .image{
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

#two_boxes .headline{
	font-weight: bold;
	color: #0066cc;
	padding: 16px 20px 8px 20px;
}

#two_boxes .body{
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#two_boxes .link{
	margin: 0px 20px 0px 20px;
	padding: 6px 0px 10px 0px;
	border-top: 1px solid #898f96;
	text-align: right;
	background-image: url(../images/start_box_aktuelles_li.gif);
	background-position: 100px 11px;
	background-repeat: no-repeat;
}
