@import url("/css/navigation.css");
@import url("/css/lightbox.css");
@import url("/css/adressen.css");
/* grundelemente 
------------------------------------------
------------------------------------------*/
body {
	font: 0.8em/1.3em "Arial", "Verdana", "Sans-Serif";
	font-size: 80.0%;
	color: #193159;
	margin: 15px 0px 10px 0px;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
.bodycontent 
/* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	text-align: left;
	margin: 0px;
}
#accesskeys {
	position: absolute;
	top: -400px;
}
#logo {
	margin: 40px 0px 0px 0px;
	text-align: center;
}
/* header, container 
------------------------------------------
------------------------------------------*/
#head {
	margin: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 922px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 97px;
}
#head {
	background-image: url(/pictures/bg_head.jpg);
}
#container {
	border-top: 3px solid #225b87;
	margin: auto;
	text-align: left;
	background-image: url(/pictures/bg_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 922px;
	min-height: 250px;
}
#h1_container {
	background-image: url(/pictures/bg_h1container.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 922px;
	min-height: 250px;
	margin: auto;
	text-align: left;
}
/* rechts
------------------------------------------
------------------------------------------*/
#right {
	background-image: url(/pictures/img_quickstart.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: left;
	float: right;
	width: 145px;
}
#right a {
	text-decoration: none;
}
ul#quicklinks {
	margin: 35px 0px 20px 15px;
	padding: 0;
	list-style-type: none;
}
ul#quicklinks li a {
	display: block;
	background-image: url(/pictures/list-element-quicknav.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0px 3px 12px;
	height: 17px;
}
ul#quicklinks li a:hover {
	background-image: url(/pictures/list-element-quicknav_hover.gif);
	background-color: transparent;
	color: #000;
}
#volltextsuche {
	width: 145px;
	border-top: 1px solid #e8f0f2;
	border-bottom: 1px solid #e8f0f2;
	margin: 0;
	padding: 15px 0px 15px 0px;
}
ul#accessibility {
	margin: 0;
	padding: 0px 0px 0px 13px;
	list-style-type: none;
}
.suchfeld {
	border: 1px solid #225B87;
	font-size: 0.9em;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	width: 80px;
}
.suchfeld:hover,
.suchfeld:focus {
	border: 1px solid #000;
	background-color: #f6f6f6;
}
#volltextsuche .formsubmit {
	border: none;
	background-color: transparent;
	margin: 0;
}
#volltextsuche .formsubmit:hover,
#volltextsuche .formsubmit:focus {
	border: none;
	color: #19325a;
}
ul#accessibility a {
	display: block;
	padding: 3px 0px 3px 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center left;
}
ul#accessibility a.home {
	background-image: url(/pictures/btn_home.gif);
	margin: 7px 0px 0px 0px;
}
ul#accessibility a.index {
	background-image: url(/pictures/btn_index.gif);
}
ul#accessibility a.sitemap {
	background-image: url(/pictures/btn_sitemap.gif);
}
ul#accessibility a:hover {
	background-color: transparent;
	color: #000;
}
ul#accessibility a.home:hover {
	background-image: url(/pictures/btn_home_hover.gif);
}
ul#accessibility a.index:hover {
	background-image: url(/pictures/btn_index_hover.gif);
}
ul#accessibility a.sitemap:hover {
	background-image: url(/pictures/btn_sitemap_hover.gif);
}
#wappen {
	text-align: center;
	margin: 18px 0px 0px 0px;
}
/* content
------------------------------------------
------------------------------------------*/
#content {
	width: 555px;
	margin: 20px 0px 15px 195px;
	text-align: left;
}
#content a {
	
}
#content a:hover {
	background-color: #eee;
	color: #3D7FB9
}
#content ul {
	margin-left: 0;
	padding-left: 32px;
	line-height: 1.45em;
}
#content td {
	padding: 2px 0px 2px 0px;
}
#nav-bottom {
	margin: 20px 0px 0px 0px;
}
#nav-bottom ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#nav-bottom ul li {
	display: inline;
}
#nav-bottom a.gotop {
	background-image: url(/pictures/icon_gotop.gif);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 15px;
	text-decoration: none
}
#nav-bottom a.print {
	background-image: url(/pictures/icon_print.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 3px 15px;
	text-decoration: none;
}
#nav-bottom a:hover {
	background-color: transparent;
	color: #000;
}
/* footer
------------------------------------------
------------------------------------------*/
#footer {
	background-color: #aed6ac;
	width: 922px;
	margin: auto;
	padding: 5px 0px 5px 0px;
	font-size: 0.9em;
	clear: both;
	border-top: 1px solid #fff;
	text-align: center;
}
address {
	font-style: normal;
}
address a {
	text-decoration: none;
}
/* links	
------------------------------------------
------------------------------------------*/
a, a:link {
	color: #19325a;
}
a:visited {
	color: #19325a;
}
a:hover {
	color: #19325a;
	background-color: #C2D3DA;
}
a img {
	border: none;
}
/* typo / tables 
------------------------------------------
------------------------------------------*/
p, .normal {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.45em;
	margin: 0px 0px 16px 0px;
	color: #193159;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #19325a;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
h1.toptitle {
	margin: 3px 0px 0px 195px;
	width: 555px;
	background-color: #C2D3DA;
	line-height: 1.35em;
}
h1.toptitle::-moz-selection {
	background: #fff;
	color: #000;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #19325a;
}
h3, .untertitel {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
hr {
	color: #8F8F8F;
	background-color: #8F8F8F;
	height: 1px;
	border: 0;
	margin: 13px 0px 12px 0px;
}
ul.sitemap li {
	margin-bottom: 0;
}
ul.sitemap li.normal1 {
	font-weight: bold;
}
ul.sitemap li.normal2 {
	font-weight: normal;
}
.abisz {
	padding: 5px;
	margin: 0;
	background-color: #eee;
}
.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
}
ol {
	
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	color: #193159;
}
th {
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #193159;
	background-color: #f5f5f5;
	padding: 4px 3px 1px 1px;
	border-bottom: 1px solid #C2D3DA;
	line-height: 1.4em;
}
td {
	font-size: 1em;
	vertical-align: top;
	color: #193159;
	line-height: 1.4em;
}
img {
	border: 0;
}
.invis {
	display: none
}
.break {
	clear: both
}
#resultfullsearch {
	margin: 46px 0px 0px 0px;
}
*html #resultfullsearch {
	margin: 0px;
}
/* dokumente 
------------------------------------------
------------------------------------------*/
a.pdf {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
}
a.doc, a.rtf {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
}
a.xls {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
}
a.pps {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
}
a.zip {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
}
a.txt {
	background-image: url("/icons/module/Dokument3_0/icon_txt_klein.gif");
}
a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
/* startseite
------------------------------------------
------------------------------------------*/
#startseite {
	margin: 10px 0px 0px 118px;
	width: 430px;
}
#startseite h2 {
	margin: 17px 0px 2px 0px;
}
#startseite a,
#topevents a {
	font-weight: bold;
}
#top-events {
	/* height: 87px; */
}
#startseite tbody td {
	padding: 0;
}
/*=image mit legende
-------------------------------------------*/
.card-left, .card-right {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 1em;
}
.card-right {
	float: right;
}
.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: green;
}
.card-photo {
	margin: 0 auto;
	padding: 0;
	border: none;
}
.card-desc {
	margin: 5px 10px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
}
/* sbb-ga
------------------------------------------
------------------------------------------*/
#content #sbbga-reservations table {
	margin: 0;
}
#content #sbbga-reservations td {
	padding: 0;
	vertical-align:bottom;
}
#content #sbbga-reservations #flexical td {
	vertical-align:middle;
}
#content #sbbga-reservations td a {
	text-decoration: none
}
#content #sbbga-reservations td a:hover {
	background-color: transparent;
}
#content #sbbga-reservations img  {
	padding-top: 0;
}

#sbbga-reservations input,
#sbbga-reservations textarea{
	width: 125px;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #8F8F8F;
	margin: 1px 0 1px 0;
}
#sbbga-reservations input#bedingungen {
	width: auto;

}

