/*-------------------------------------------------------
	
	styles.css - Schriftgrößen, -farben, Formatierung
	sontiger HTML-Elemente (soweit dies keine DIVs
	betrifft, die für das Layout der Seite verwendet
	werden)
	
-------------------------------------------------------*/

/*-------------------------------------------------------
	
	Searchbox und Suche
	
-------------------------------------------------------*/
div#searchbox form table {
	border: 2px solid #ddd;
	background-color: #ddd;
	width: 220px;
}
div#searchbox form table td.col1 {
	width: 120px;
}
div#searchbox form table td.col2 {
	text-align: right;
}
div#searchbox form input.searchboxinput {
	font-size: 9px;
	width: 120px;
	border: 2px solid white;
}
div#searchbox form input.searchboxbutton {
	font-size: 9px;
	background-color: #ddd;
	text-transform: uppercase;
	border: 0px solid white;
	text-decoration: underline;
}
div#searchbox form td.col2 a {
	font-size: 10px;
}
div#searchSearchbox form table {
	width: 100%;
}
div#searchSearchbox form table table {
	width: 220px;
}
div#searchSearchbox form table td.col1 {
	vertical-align: middle;
}
div#searchSearchbox form table td.col2 {
	border: 2px solid #ddd;
	background-color: #ddd;
	width: 200px;
}
div#searchSearchbox form table td h1 {
	margin: 0px !important;
	padding: 0px !important;
}
strong.tx-indexedsearch-redMarkup {
	color: black !important;
}
/*-------------------------------------------------------
	
	Search
	
-------------------------------------------------------*/
input.tx-indexedsearch-searchbox-sword {
	font-size: 9px;
	width: 120px !important;
	border: 2px solid white;
}
input.tx-indexedsearch-searchbox-button {
	font-size: 9px;
	background-color: #ddd;
	text-transform: uppercase;
	border: 0px solid white;
	text-decoration: underline;
	width: 44px !important;
	background-color: #ddd;
}
tx-indexedsearch-searchbox-button {
}
/*-------------------------------------------------------
	
	Subnavigation
	
-------------------------------------------------------*/
div.SubMenu {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
div.SubMenu p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
/*-------------------------------------------------------
	
	Hauptnavigation
	
-------------------------------------------------------*/
/* Allgemein 			---------------------- */
div.MainMenu {
	padding: 0px 20px !important;
	color: gray;
}
/* 1. Ebene 			---------------------- */
div.MainMenu ul {
	float: left;
}
div.MainMenu span.spc {
	float: left;
	padding: 10px 0px;
}
div.MainMenu ul li {
	float: left;
	padding: 10px 0px;
}
span.topItem {
	display: block;
}
/* 2. Ebene			---------------------- */
div.ulBg {
	position: absolute;
	top: 133px;
	left: 10px;
	width: 800px;
	height: 170px;
	background-color: white;
	z-index: 100;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:.5;
}
div.OuterUl {
	display: none;
	position: absolute;
	top: 133px;
	z-index: 101;
}
div.MainMenu ul ul {
	height: 160px;
	_width: 150px;
	min-width: 150px;
	position: relative;
	left: -10px;
	padding: 10px 0px 0px 0px;
	background-color: white;
}
div.MainMenu ul li li {
	display: block;
	clear: both;
	padding: 0px;
}
div.MainMenu ul li li a {
	display: block;
	padding: 0px 10px;
	width: 200px;
}
/* Ausklappen 2. Ebene		---------------------- */
div.MainMenu ul li:hover div.ulBg {
	display: block;
}
div.MainMenu ul li:hover div.OuterUl {
	display: block;
}
/*
div.MainMenu ul li li:hover, div.MainMenu ul li li a:hover {
	background-color: #eee;
}
*/
div.MainMenu ul li li:hover {
	background-color: #eee;
}
/* Ausklappen 3. Ebene		---------------------- */
div.MainMenu ul.level3 {
	position: absolute;
	left: 220px;
	top: 0px;
	display: none;
	border-left: 1px solid #e5e5e5;
}
div.MainMenu ul li li:hover ul.level3 {
	display: block;
}
/* Menuezustaende		---------------------- */
div.MainMenu ul li.active a {
	color: #BF0042 !important;
}
div.MainMenu ul li.active li a {
	color: gray !important;
}
div.MainMenu ul li.active li.active a {
	color: #BF0042 !important;
}
div.MainMenu ul li.active li.active li a {
	color: gray !important;
}
div.MainMenu ul li.active li.active li.active a {
	color: #BF0042 !important;
}
div.MainMenu li.sub {
	background: url("/fileadmin/_templates/_img/icons/li_arrow02.png") center right no-repeat;
}
/*-------------------------------------------------------
	
	Generelles und Grundlegendes
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	background-color: white;
	background: url("../_img/bg/shadow.png") center repeat-y; 
}
.clearFloat {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	vertical-align: top;
}
img {
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:active { text-decoration:expression(hideFocus='true'); }
:focus { -moz-outline-style: none; }
/*-------------------------------------------------------
	
	Los geht's
	
-------------------------------------------------------*/
a {
	text-decoration: none;
	color: gray;
}
a:visited {
	color: gray;
}
a:hover {
	color: #BF0042;
}
body, div, span, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, li, input, textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 	
	font-size: 11px;
	line-height: 130%;
}
h1 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	color: #BF0042;
	margin: 30px 0px 20px 0px;
}
h1.csc-firstHeader {
	margin-top: 0px;
}
h2 {
}
h3, h4, h5, h6, h7, h8, h9 {
}
p {
	padding-right: 30px;
	margin: 10px 0px;
}
div#navMeta a {
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}
div#content ul li {
/*	background: url("/fileadmin/_templates/_img/icons/ul_01.png") top left no-repeat; */
	padding: 0px 0px 0px 0px;
}
div#content ul {
	list-style-image: url("/fileadmin/_templates/_img/icons/ul_01.png");
	padding-left: 15px;
}
div#content p {
	line-height: 150%;
}
div#content table p.bodytext {
	margin: 0px;
	padding: 0px;
}
div#content a {
	text-decoration: underline;
}

div#contentColRight div.csc-textpic dd.csc-textpic-caption {
	padding: 10px;
}
/*-------------------------------------------------------

	Virtueller Rundgang
	
-------------------------------------------------------*/
div#panoramaFlash div#nojs {
	color: #CC0000;
}
div#panoramaFlash div#noflash {
	display: none;
}
/*-------------------------------------------------------

	Glossar
	
-------------------------------------------------------*/
div#contentColRight div.tx-sgglossary-pi1 {
	padding: 10px;
}
div#contentColRight div.tx-sgglossary-pi1 ul li a {
	text-decoration: underline !important;
}
div#contentColRight div.tx-sgglossary-pi1 form {
	display: none;
}
/*-------------------------------------------------------

	google-map
	
-------------------------------------------------------*/
span.rggooglemap-menu-descr {
	width: 200px !important;
}
div.markerTooltip {
	width: 150px !important;
	padding: 5px;
	border: 1px solid gray;
	display: none;
}
/*-------------------------------------------------------


	
-------------------------------------------------------*/
div#contentColRight div.colRightMenu {
	padding: 60px 0 0;
}
div#contentColRight div.colRightMenu p {
	margin: 0px !important;
	padding: 0px 10px 5px !important;
}
div.colRightMenu p a {
	text-decoration: underline;
}
div#contentColRight div.colRightMenu p.desc {
	margin: 10px 0 0 !important;
	padding-top: 10px !important;
	font-size: 10px;
	border-top: 1px solid #DDD;
}
/*-------------------------------------------------------

	Mailformular
	
-------------------------------------------------------*/
div#Mailformular form {
	margin: 0px;
	padding: 0px;
}
div#Mailformular input, div#Mailformular select, div#Mailformular input, div#Mailformular textarea {
	border: 3px solid white;
}
div#Mailformular textarea {
	width: 300px;
	height: 250px;
}
div#Mailformular select {
	width: 180px;
}
div#Mailformular select option {
	font-size: 10px;
	margin: 5px 0px;
	padding: 0px 5px;
}
div#Mailformular input.input {
	width: 200px;
}
div#Mailformular table {
	width: 100%;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
div#Mailformular table td.FormSpalte1 {
	width: 35%;
}
div#Mailformular table td.FormSpalte2 {
	width: 65%;
}
div#Mailformular table td {
	vertical-align: middle;
	padding: 2px 0px;
}
div#Mailformular table tr.submit td {
	text-align: right;
}
div#Mailformular table tr.submit td input {
	background-color: #BF0042;
	border: 3px solid #BF0042;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
div#Mailformular table tr.error td span {
	color: white;
	font-weight: bold;
	display: block;
	background-color: #BF0042;
	padding: 10px;
}
div#Mailformular div#akkreditierung table tr.error td span {
	display: block;
	margin: 5px 0px;
	padding: 5px 5px 5px 25px;
	background: white url(/fileadmin/_templates/_img/nav/err.gif) no-repeat center left;
}
div#Mailformular table tr.error td {
	margin: 0px;
	padding: 0px;
}
div#Mailformular table td.spacer {
	height: 20px;
}
div#Mailformular table tr.row1 td {
	background-color: #ddd;
	padding: 10px;
border-bottom: 5px solid white;
} 