@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #f2f2f2;
}

.box {
	width:180px;
	margin-bottom:10px;
	overflow:hidden;
}

/* Userweb */
.box_title_userweb {
	background: url(../gfx/minhf-title-back.png) no-repeat 0% 0%;
	font-size: 22px;
	line-height: 22px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 4px;
	letter-spacing:-1px;
}

.box_title_userweb a
{
	color: #666666;
	text-decoration: none;
}
.box_title_userweb a:visited
{
	color: #666666;
}
.box_title_userweb a:hover
{
	color: #000000;
}

.box_item_userweb {
	background-color: #fff0d4;
	font-size: 11px;
	color: #999999;
	padding: 4px;
	border-bottom: 1px solid #999;
	/*margin-bottom: 1px;*/
}
.box_item_userweb a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.box_item_userweb a:hover {
	text-decoration: underline;
}

/* Calendar */
.box_title_calendar {
	background: url(../gfx/kulturkalender-title-back.png) no-repeat 0% 0%;
	font-size: 22px;
	line-height: 22px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 4px;
	letter-spacing:-1px;
}
.box_title_calendar a
{
	color: #666666;
	text-decoration: none;
}
.box_title_calendar a:visited
{
	color: #666666;
}
.box_title_calendar a:hover
{
	color: #000000;
}

.box_item_calendar {
	background-color: #8fcae7;
	font-size: 11px;
	color: #999999;
	padding: 4px;
	border-bottom: 1px solid #999;
	/*margin-bottom: 1px;*/
}
.box_item_calendar a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.box_item_calendar a:hover {
	text-decoration: underline;
}