/*************************
 GLOBAL RESET 
 **************************/
*,html,body,div,h1,h2,h3,h4,h5,form,input,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a, u {
	text-decoration: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
ul {
	list-style-type: none;
}

/*************************
 DEFAULTS 
 **************************/
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

/*************************
 SITE STRUCTURE 
 **************************/
body {
	background: url(../img/bg_container.gif) repeat-y left;
}
div#container {
	width: 993px;
}
div#left {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}
div#right {
	margin-left: 221px;
}
div#nav_container {
	margin-top: 60px;
	height: 220px;
	width: 220px;
	background-color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#header {
	height: 60px;
}
div#header_image {
	height: 220px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content {
	padding: 35px;
	color: #333;
	font-family: Verdana;
}
#content_left {
	float: left;
	width: 418px;
}
#content_right {
	margin-left: 450px;
	width: 256px;
}
.clearing {
	margin: 0;
	padding: 10px;
	height: 0;
	clear: both;
}
/*************************
 SITE ELEMENTS 
 **************************/
#header h1 {
	text-align: right;
	text-transform: uppercase;
	color: #333;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-right: 18px;
	padding-top: 25px;
}
#content h2 {
	color: #333;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 20px;
}
#content h2.objekttitel {
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 0px;
}
#content h3 {
	color: #333;
	font: bold 12px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 10px;
}
#content p {
	color: #333;
	font: 11px/15px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 415px;
	margin-bottom: 15px;
}
/* links */
#content a:link, #content a:visited {
	color: #cc3333;
}
#content a:hover {
	text-decoration: underline;
}
#content p a.link_back {
	color: #cc3333;
}
#content span a.link_with_img, .td_veranstaltung a  {
	color: #333;
	padding-left: 15px;
}
#content .link_img_arrow {
	background: url(../img/icn_arrow_link.gif) no-repeat 0 3px;
}
#content .link_object_info {
	font-weight: bold;
	line-height: 8px;
	color: #333;
	background: url(../img/icn_external_link.gif) no-repeat;
}
#content #detail_img {
	padding: 1px;
	border: 1px solid #333;
}
/* table */
#content .tablerow {
	background-color: #dcd8d2;
}
#content .tablerow:hover {
	background-color: #eeeae5;
}
table {
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #333;
	text-align: left;
}
th {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}
.td_veranstaltung {
	border-top: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 20px;
}
.td_veranstaltung_bild {
	padding-left: 35px;
}
.td_veranstaltung_bild img{
	border: 1px solid #333;
}
.td_name, .th_name {
	width: 251px;
}
.td_ort, .th_ort {
	width: 110px;	
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.td_bundesland, .th_bundeslandt {
	width: 129px;
}
.th_name, .th_ort, .th_bundesland {
	border-bottom: 2px solid #fff;
	padding: 2px 5px;
}
.td_name, .td_ort, .td_bundesland {
	padding: 5px;
	border-bottom: 2px solid #fff;
}
#content #content_left p {
	width: 418px;
}

/*************************
 IMAGE MAP 
 **************************/
#content #uebersichtskarte {
	display: block;
	position: relative;
	height: 346px;
}
#uebersichtskarte #map_img {
	display: block;
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 5px;
	width: 251px;
	height: 346px;
}
#uebersichtskarte .ov {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9;
}
#uebersichtskarte .ov img {
	float:left;
	clear:left;
}
#uebersichtskarte .hvimg {
	position: absolute;
	z-index: 10;
	width: 251px;
	height: 346px;
}
#uebersichtskarte .map_points {
	width: 10px;
	height: 10px;
	background: url(../img/mark_active.gif) no-repeat;
}
#uebersichtskarte .map_points_gray {
	width: 10px;
	height: 10px;
	background: url(../img/mark_neutral.gif) no-repeat;
}
#uebersichtskarte .map_point_current {
	width: 12px;
	height: 12px;
	background: url(../img/mark_ondetailsite.gif) no-repeat;
}
.tooltip {
	z-index: 100;
	background: #fff;
	padding: 5px;
	color: #cc3333;
	font: 11px Verdana, sans-serif;
}

/*************************
 NAVIGATION 
 **************************/
#navlist {
	margin-left: 12px;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font: 11px Georgia, serif;
	width: 180px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	letter-spacing: .1em;
}
/*IE hack*/
* html #navlist {
	width: 160px;
}
#navlist li {
	margin: 0;
	border-top: 1px solid #fff;
}
/*IE hack*/
* html #navlist li {
	margin-top: 1px;
}
#navlist li a {
	display: block;
	padding: 2px 5px 2px 8px;
	border-left: 18px solid #eeebe5;
	background: #d0cdc9;
	text-decoration: none;
}
/*IE hack*/
* html #nav_container ul li { 
	display: inline;
	width: 100%;
}
/*IE hack*/
* html #nav_container li a {
	width: 100%;
}
#navlist a#current {
	border-color: #cc3333;
	background-color: #eeebe5;
}
#navlist li a:link,#navlist li a:visited {
	color: #333;
}
#navlist li a:hover {
	border-color: #cc3333;
	background-color: #eeebe5;
}

/*************************
 LANGUAGE SWITCHER
 **************************/
#language_switcher {
	margin-top: 15px;
	margin-left: 12px;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font: 11px Georgia, serif;
	width: 180px;
	letter-spacing: .1em;
}
#language_switcher li {
	margin: 0;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	border: 1px solid #eeebe5;
}
#language_switcher li:hover {
	border-color: #fff;
	background-color: #d0cdc9;
}
#language_switcher li a {
	display: block;
	padding: 2px 5px 2px 25px;
	text-decoration: none;
}
#language_switcher li a:link,#language_switcher li a:visited {
	color: #333;
}
#in_english {
	background-image: url(../img/icn_flag_english.gif);
}
#auf_deutsch {
	background-image: url(../img/icn_flag_german.gif);
}
