html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size:12px;
}

#pageTitle {
	width: 480px;
}

.h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0;
    padding: 0;
}

/* Map Table */ 

.mapTable {
	width: 640px;
	height: 460px;
}
.mapCol {
	width: 480px;
	vertical-align: top;
}
.topicCol {
	width: 160px;
	vertical-align: top;
}
.topicTitle {
	font-weight: bold;
	margin-bottom: 15px; 	
}

.topicTable {
	border-spacing: 0;
	height: 460px;	
}
.topic {
	vertical-align: top;
	height: 230px;
}
.tour {
	vertical-align: top;
}

/* Shopping Tour */ 

.navUp {
	width: 12px;
	height: 14px;
	margin-top: 10px;
	background-image: url("../images/navUp.gif");
	background-position: center center;
	background-repeat:no-repeat;
	cursor: pointer;
}
.navDel {
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	background-image: url("../images/navDelete.gif");
	background-position: center center;
	background-repeat:no-repeat;
	cursor: pointer;
	
}
.navDown {
	width: 12px;
	height: 14px;
	background-image: url("../images/navDown.gif");
	background-position: center center;
	background-repeat:no-repeat;
	cursor: pointer;
}

.shoppingTourTitle {
	font-size: 16px;
	font-weight: bold;
}

.commandLink {
	margin-right: 15px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.addShopOnTour {
	width: 14px;
	height: 12px;
	background-image: url("../images/navLeft.gif");
	background-position: center center;
	background-repeat:no-repeat;
	cursor: pointer;
}

#bgs-map-infoPanel {
	height: 200px;	
}

.titlePanel {
	width: 	450px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.linkPanel {
	width: 	30px;
}

#shopping-tour-list {
	height:2380px;
	overflow-y: auto;
	overflow-x: hidden; 
}

.shopColumn {
	width: 430px;
}

/* Topics */

#bgs-map-topics li {
	clear: both;
	border:1px solid #FFFFFF;
	vertical-align: middle;
	width: 152px;
}


#topics ul#bgs-map-topics { list-style: none; }
#topics ul#bgs-map-topics li label { display: block; padding-left: 30px; vertical-align: top; }
#topics ul#bgs-map-topics li input { margin-right: 10px; float: left; }
#topics ul#bgs-map-topics li img { position: absolute; width: 8px; height: 8px; vertical-align: top; margin-top: 5px; margin-left: -11px; }

.hidden {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
}

/* Bubble */

.bubble {
	width: 461px;
	overflow: hidden;
}
.largeBubble {
	width: 461px;
	height: 190px;
	overflow-x: hidden;
	overflow-y: auto;
}
.bubbleSpacer {
}

#topic-help {
	padding: 0;
	margin: 0;
	margin-top: 12px;	
	margin-left: 3px;
}

#tour-help {
	padding: 0;
	margin: 0;
	margin-top: 8px;	
	margin-left: 2px;
}

.helpbutton {
	cursor: help;	
}

.help-popup {
	width: 260px;
	border: 2px solid #00349a;
	padding: 2px;
	background-color: #bacffb;
	font-size:11px;
}

.help-popup-title {
	font-weight: bold;
}


/* Druckseite */
#printContainer {
	width:460px;
}

#printContainer h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#printContainer h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#touristInfoKontakt, #printHeaderWWW {
	float: right;
	text-align: right;
	vertical-align: bottom;
	margin-left: 20px;
}

#printHeaderWWW {
	color: #004294;
	line-height: 65px;
}

#printHeader {
	margin-bottom: 25px;
}

#touristInfo {
	border-bottom: 2px solid black;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#touristInfoContent {
	width: 300px;	
}

#touristInfoContent ul {
	margin-left: 15px;
}

#touristInfoKontakt img {
	margin-bottom: 10px;
	font-size: 11px;
}

#shoppingTourPrint {
	margin-top: 10px;
}

.shoppingTourPrintRow {
	margin-bottom: 10px;	
}

.iconColumn {
	width: 30px;
	vertical-align: top;
}

