@charset "utf-8";
/* CSS Document */

.content {
	vertical-align:top;
	text-align:left;
	background-color:#FFF;
}

#title a:link, #title a:visited {
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#009;
	display:block;
	background-color:#CCC;
}

#title a:hover {
	background-color:#FC0;
	background-repeat:repeat;

}

#title_h a:link, #title_h a:visited {
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#009;
}

#title_h a:hover {
	text-decoration:underline;
}


.pic {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	outline-color: #cccccc;
	outline-style: solid;
	outline-width: 2px;
}
.address {
	color:#000;
	padding-left:5px;
	background-color:#FFF;
	border:solid;
	border-width:1px;
	border-color:#666;
	text-align:left;
}

.spic {
	border:solid;
	border-width:1px;
	border-color:#666;
}
.red {
	color:#F00;
}
.blue {
	color:#009;
}
.title {
	font-size:18px;
	font-weight:bold;
	color:#03C;
}

.aktual {
	font-size:16px;
}

.point {
	text-align:center;
	cursor:pointer;
}