/**
 * CSS für MBH Relaunch
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e1e1ee;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 11px;
	line-height: 12px;
	color:#003366 ;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#003366 ;
}
body.popup {
	padding:10px;
}
.no_link {
	cursor: default;
}
h1 {
	font-size: 13px;
	color: #003366;
	line-height: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #003366;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #003366;
}
ul {
	padding-left: 11px;
}
li {
	/*padding-left: 0px;*/
	list-style-type: disc;
	list-style-position: inside;
}
img {
	border: 0px;
	behavior: url(/pngbehavior.htc);
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
#top td.main {
	width:900px;
	background-repeat: no-repeat;
}

#top td.menu {
	vertical-align: top;
	text-align: right;
}
td.footer{
	background-image: url(../images/layout/bg_footer.jpg);
	background-repeat: repeat-x;
}
/*
td {
	vertical-align: top;
}
*/
td.spacer {
	height: 10px;
}
td.dspacer {
	height: 20px;
}
td.bg_orange {
	background-image: url(../images/layout/bg_orange.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
td.bg_white {
	background-image: url(../images/layout/bg_white.jpg);
	/*background-repeat: repeat-x; */
	padding: 10px;
}
td.bg_tipps {
	background-image:url(/images/layout/bg_tipps.jpg);
	background-repeat: repeat-x;
}
/**
 * Menü Anpassungen
 */

div#dropdown td {
	margin: 0;
	padding: 0;
	height: 20px;
}

div#dropdown td a.destination {
	display: block;
	padding: 3px 0 2px 10px;
	width: 150px;
	height: 15px;
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

div#dropdown td a.destination:visited,
div#dropdown td a.destination:active {
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

div#dropdown td a.destination:hover {
	height: 15px;
	font-family: tahoma;
	font-size: 11px;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0 2px 10px;
}


/******* EINBINDUNG GOOGLE MAP: STYLES ********/

.g_icon{
	padding-right:20px;
	background:url(/images/map.gif) no-repeat right top;
	font-weight:bold;
	padding-bottom:4px;
}
.v_icon{
	padding-right:20px;
	background:url(/images/cam.gif) no-repeat right top;
	font-weight:bold;
	padding-bottom:4px;
}
.g_icon2{
	padding-right:16px;
	background:url(/images/map.gif) no-repeat right top;
	text-decoration:none;
	padding-bottom:4px;
}
.g_icon2 a:hover{
	text-decoration:none;
}
.g_wetter{
	padding-right:20px;
	background:url(/images/layout/wetter.gif) no-repeat right top;
	font-weight:bold;
	padding-bottom:4px;
}