/* Advanced Layout  */
html, body
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	color: #333;
}

a
{
	color: #f00;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
#top { width: 992px; }

#header
{
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#logoBox
{
	height: 77px;
	background: #fff;
}

#logo_bahn
{
	text-align: right;
	float: right;
	padding: 16px 0 0 0;
}

.logoPrint { display: none; }
#logoBox #banner { padding: 8px 0 0 14px; }

/*Navigation oben*/
#navtopBox
{
	width: 992px;
	padding: 0;
	margin: 0;
	background: #ff0000;
	float: left;
	font-size: .9em;
}

#navtop, #navtop ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 200%;
}

#navtop span
{
	font-size: 1em;
	font-weight: bold;
}

#navtop li
{
	float: left;
	margin: 0;
	padding: 0;
	cursor: default;
}

#navtop li ul li
{
	display: block;
	float: none;
	background: #efefef;
	border-bottom: 1px solid #ddd;
	width: 16em;
}

#navtop li ul
{
	position: absolute;
	padding: 0;
	margin: 0;
	background: #efefef;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #ccc;
	line-height: 130%;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navtop li:hover ul ul, #navLeft li.sfhover ul ul { left: -999em; }
#navtop li:hover ul, #navtop li li:hover ul, #navtop li.sfhover ul { left: auto; }

#navtop a
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0.3em 6px 0.3em 6px;
	background: url("/erzgebirgsbahn/view/static/v7/line_white.gif") no-repeat right;
}

#navtop li li a
{
	display: block;
	color: #333;
}

#navtop a:hover { color: #600; }
#navtop .last a { background-image: none; }

/*Meta Navigation*/
#metaNavBox
{
	width: 992px;
	float: left;
}

#metaNavleft
{
	width: 200px;
	float: left;
	font-size: .75em;
	line-height: 150%;
	padding: .3em 0 .7em 0;
}

.search { width: 70px; }

.textlabel3
{
	padding-left: 5px;
	font-size: .95em;
}

#metaNavright
{
	width: 792px;
	float: left;
	background: #fff url("/erzgebirgsbahn/view/static/v7/shadow_bottom.gif") repeat-x top;
}

#breadCrumbs
{
	width: 792px;
	float: left;
}

#navfc { font-size: .7em; }

#navfc, #navfc ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#navfc li
{
	float: left;
	margin: .3em 0 0 0;
	padding: 0;
	cursor: default;
}

#navfc a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: .2em 4px .2em 4px;
	background: url("/erzgebirgsbahn/view/static/v7/line_black.gif") no-repeat right;
}

#navfc .last a
{
	padding-right: 15px;
	background-image: none;
}

#navfc a:hover { color: #c00; }

#navbc
{
	float: left;
	font-size: .7em;
}

#navbc, #navbc ul
{
	padding: 0;
	margin: 0 0 0 13px;
	list-style: none;
}

#navbc li
{
	float: left;
	margin: .3em 0 0 0;
	padding: 0;
	cursor: default;
}

#navbc a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 6px 0 14px;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_black.gif") no-repeat left;
}

#navbc .here
{
	color: #f00;
	display: block;
	text-decoration: none;
	padding: 0 6px 0 14px;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_black.gif") no-repeat left;
}

#navbc span
{
	color: #ff0000;
	padding: 0 6px 0 14px;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_black.gif") no-repeat left;
}

#navbc a:hover { color: #c00; }

.spacerTopbox
{
	width: 200px;
	margin: 0;
	padding: 0;
}

.spacerTop
{
	background: #fff;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #999;
	margin: 0;
	padding: .3em 0 .3em 0;
	font-size: .75em;
}

#main { width: 992px; }

/*Navigation left*/
#colLeft
{
	width: 200px;
	float: left;
	line-height: 1;
}

/*Quickfinder*/
.quickFinder
{
	width: 199px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.quickbox
{
	margin: 0;
	padding: .3em 0 .3em 0;
	border-bottom: 1px solid #999;
	font-size: .70em;
}

.whiteborderTop { border-top: 1px solid #fff; }
.textlabel { padding-left: 9px; }
.textlabel2 { padding-top: 4px; }
.textfield1 { width: 120px; }
.textfield2 { width: 70px; }
.radio { background: transparent; }

.submit
{
	color: #fff;
	padding: 1px;
	margin: 3px 0 3px 0;
	border: 1px solid #fff;
	background: #666;
	text-align: center;
	cursor: pointer;
	font-size: .95em;
	width: auto;
}

input.submit[type=submit]:hover
{
	background: #fff;
	color: #c00;
	border: 1px solid #c00;
	cursor: pointer;
}

.languages
{
	padding: 0 0 0 0;
	margin: 18px 0 0 0px;
}

.languages a { color: #333; }

.navItem
{
	padding-left: 9px;
	margin: 0;
}

.navItem a, .textlabel a
{
	display: block;
	color: #333;
	text-decoration: none;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif") no-repeat;
	padding-left: 13px;
}

.navItem a:hover, .textlabel a:hover, .languages a:hover
{
	color: #c00;
	text-decoration: none;
}

/*Content*/
.colMainbox
{
	width: 584px;
	float: left;
	margin: 10px 0 0 0;
}

.colMainboxwide
{
	width: 778px;
	float: left;
	margin: 10px 0 0 0;
}

.colMain
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff url("/erzgebirgsbahn/view/static/v7/shadow_bottom.gif") repeat-x bottom;
	padding-bottom: 2px;
	font-size: 0;
	line-height: 0;
	float: left;
	width: 582px;
}

/*Columns*/
.columnsABC
{
	width: 194px;
	float: left;
	padding-bottom: 8px;
}

.teaser
{
	font-weight: bold;
	padding: 0 8px 0 8px;
}

/*
.colMain p
{
	background: none;
	padding: 0 7px 0 8px;
	margin: 0;
}

.colMain img { padding: 10px 6px 8px 7px; }
*/

.link
{
	/* More info link */
	text-align: right;
	margin: 1em 8px 0 8px;
	border-bottom: 1px solid #b4b4b4;
	font-size: .9em;
}

.link a
{
	color: #333;
	background: #fff url("/erzgebirgsbahn/view/static/v7/arrow_red_inverse.gif") no-repeat right;
	padding: 0 16px 0 3px;
	float: right;
	margin-top: -10px;
}

.link a:hover
{
	text-decoration: none;
	color: #c00;
	background: #fff url("/erzgebirgsbahn/view/static/v7/arrow_darkred_inverse.gif") no-repeat right;
}

/* Flatscher */
.flatscherBorder
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.flatscherboxTop
{
	background: #ff0000;
	width: 582px;
}

.flatscherHead
{
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	/*margin: 0 16px 0 16px;*/
	padding: 10px 16px .25em 16px;
}

.flatscherboxBottom
{
	background: #ff0000;
	width: 582px;
}

.flatscherSubhead
{
	color: #fff;
	font-size: .9em;
	padding: 0 0 6px 16px;
}

.flatscherMore
{
	font-size: .85em;
	font-weight: bold;
	background: #fff url("/erzgebirgsbahn/view/static/v7/arrow_red.gif") no-repeat left;
	padding: 0.2em 8px 0.1em 16px;
	border-left: 5px solid #fff;
	text-align: right;
	float: right;
}

.flatscherMore:hover { background: #fff url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif") no-repeat left; }
.flatscherMore a { color: #333; }

.flatscherMore a:hover
{
	color: #c00;
	text-decoration: none;
}

.fullwidth { width: 582px; }

.acrobatText
{
	padding-left: 8px;
	padding: 8px 0 8px 0;
}

.linkCopy a
{
	color: #f00;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif") no-repeat left;
	padding-left: 13px;
}

.linkCopy a:hover
{
	color: #c00;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif") no-repeat left;
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

form br { clear: both; }

/*
.colMain fieldset
{
	border: none;
	width: 566px;
	margin: 0;
}

.colMain fieldset legend
{
	font-weight: bold;
	padding: 8px 0 8px 0;
	border: none;
}
*/

label.left
{
	margin: 0;
	padding: .5em .5em 0 0;
	width: 9em;
	float: left;
}

label
{
	margin: 0;
	padding: 0;
	font-size: .9em;
}

/*
.colMain input, .colMain textarea, .colMain select
{
	color: #000;
	font-weight: normal;
	line-height: normal;
	margin-bottom: .4em;
	font-size: 1em;
}
*/

input[type=checkbox].right,input[type=textfield].right,input[type=select].right { margin-left: 9em; }
select,input[type=checkbox],input[type=radio],input[type=button],input[type=submit] { cursor: pointer; }
input.right { float: right; }

/*
.colMain input:focus, .colMain select:focus, .colMain textarea:focus
{
	background: #ddd;
	color: #000;
}
*/

.input_sprachauswahl
{
	font-size: 1em;
	vertical-align: middle;
}

.width1 { width: 9em; }

/* Column Right */
.colRightbox
{
	width: 178px;
	float: left;
	margin: 10px 0 0 0;
}

.colRight
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff url("/erzgebirgsbahn/view/static/v7/shadow_bottom.gif") repeat-x bottom;
	padding-bottom: 2px;
	font-size: 0;
	line-height: 0;
	width: 176px;
}

/*
.colRight p
{
	background: none;
	padding: 0 8px 8px 8px;
	margin: 0;
}

.colRight img { padding: 10px 8px 8px 8px; }
*/

.colSpace13px
{
	width: 13px;
	float: left;
	height: 1px;
}

.headBox
{
	border-left: 5px solid #ff0000;
	background: #dfdfdf;
}

.headLine1
{
	border-left: 1px solid #fff;
	font-size: 1em;
	margin: 0;
	padding: 0 8px 0 8px;
	line-height: 150%;
}

.headLine3
{
	color: #000;
	font-size: .9em;
	margin: 0;
	padding: 6px 8px 8px 8px;
	line-height: 120%;
}

a .headLine3:hover { text-decoration: underline; }

.spacerHorizontal
{
	font-size: .4em;
	margin-top: 3px;
}

.rightHead1
{
	font-weight: bold;
	padding-top: 8px;
	border-top: 1px solid #b4b4b4;
}

.rightHead1 a
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif") no-repeat 0% 0%;
	padding-left: 14px;
	margin-left: 3px;
	color: #333;
	display: block;
}

.rightHead1 a:hover
{
	color: #c00;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif") no-repeat 0% 0%;
}

.noboderTop { border-top: 0; }

.unsichtbar
{
	visibility: visible;
	display: none;
}

/*Formatierungen Text*/
/*Navigation Left*/
#navLeft, #navLeft ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 110%;
	background: #888888;
}

#navLeft li { border-bottom: solid 1px #aaaaaa; }

#navLeft li ul li
{
	display: block;
	float: none;
	border-bottom: 1px solid #ffffff;
}

#navLeft a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0.3em 15px 0.3em 15px;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_grey.gif") no-repeat left;
	margin-left: 5px;
}

#navLeft a:hover
{
	background-position: 5px center;
	background-color: #666666;
	color: #fff;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft .bbWhite { border-bottom: 1px solid #fff; }
#navLeft .bbDarkgrey { border-bottom: 1px solid #aaaaaa; }
#navLeft .bbNone { border-bottom: none; }

#navLeft .selected
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft .selected:hover
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft .subselected
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 33px;
	margin-left: 0px;
}

#navLeft .subselected:hover
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 33px;
	margin-left: 0px;
}

#navLeft .subsubselected
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 45px;
	margin-left: 0px;
}

#navLeft .subsubselected:hover
{
	background-color: #ff0000;
	background-image: none;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 45px;
	margin-left: 0px;
}

#navLeft li ul li a
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkgrey.gif") no-repeat left;
	background-position: 18px center;
	background-color: #e7e7e7;
	color: #333333;
	padding-left: 33px;
	margin-left: 0px;
	border-bottom: none;
}

#navLeft li ul li a:hover
{
	background-position: 18px center;
	background-color: #c5c5c5;
	color: #333333;
	padding: 0.3em 15px 0.3em 33px;
	margin-left: 0px;
}

#navLeft li li ul li
{
	display: block;
	float: none;
	background: #ffffff;
	border-bottom: 1px solid #aaaaaa;
}

#navLeft li li ul li a
{
	display: block;
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkgrey.gif") no-repeat left;
	background-color: #ffffff;
	color: #333333;
	padding-left: 15px;
	margin-left: 30px;
	border-bottom: none;
}

#navLeft li li ul li a:hover
{
	background-position: 30px center;
	background-color: #f0f0f0;
	color: #333333;
	padding: 0.3em 15px 0.3em 45px;
	margin-left: 0px;
}

#navLeft li li a
{
	display: block;
	font-weight: normal;
}

.navSubhide
{
	position: absolute;
	left: -999em;
}

#navLeft li#navsubShow
{
	background: #888888;
	color: #ffffff;
}

#navLeft li#navsubShow span a
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_grey_open.gif") no-repeat left top;
	background-position: 0px center;
	font-weight: bold;
	padding-left: 15px;
	margin-left: 5px;
}

#navLeft li#navsubShow span a:hover
{
	background-position: 5px center;
	background-color: #666666;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft li#navsubShow .selected
{
	background: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft li#navsubShow .selected:hover
{
	background: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 20px;
	margin-left: 0px;
}

#navLeft li#navsubsubShow
{
	background: #e7e7e7;
	color: #333333;
}

#navLeft li#navsubsubShow span a
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkgrey_open.gif") no-repeat left top;
	background-position: 0px center;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 20px;
}

#navLeft li#navsubsubShow span a:hover
{
	background-position: 20px center;
	background-color: #c5c5c5;
	padding: 0.3em 15px 0.3em 35px;
	margin-left: 0px;
}

#navLeft li#navsubsubShow .subselected
{
	background: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 35px;
	margin-left: 0px;
}

#navLeft li#navsubsubShow .subselected:hover
{
	background: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0.3em 15px 0.3em 35px;
	margin-left: 0px;
}

#logos
{
	text-align: center;
	margin: .5em 0 .5em 0;
}

/*Colours BG*/
/*red*/
.bg1 { background: #ff0000; }

/*superlight gray*/
.bg2 { background: #f6f6f6; }

/*light gray*/
.bg3 { background: #ebebeb; }

/*middle gray*/
.bg4 { background: #dfdfdf; }

/*gray for left navigation*/
.bg5 { background: #8d8d8d; }

/*gray for buttons*/
.bg6 { background: #888888; }

/*Colours Fonts*/
.col1 { color: #fff; }

/*Floats*/
.floatclear
{
	float: none;
	clear: both;
}

.left { float: left; }
.right { float: right; }

/*Margins*/
.marginT15 { margin-top: 15px; }
.marginR15 { margin-right: 15px; }
.marginB15 { margin-left: 15px; }
.marginL15 { margin-bottom: 15px; }
.marginT10 { margin-top: 10px; }
.marginR10 { margin-right: 10px; }
.marginB10 { margin-left: 10px; }
.marginL10 { margin-bottom: 10px; }
.marginT5 { margin-top: 5px; }
.marginR5 { margin-right: 5px; }
.marginB5 { margin-left: 5px; }
.marginL5 { margin-bottom: 5px; }

/*Paddings*/
.paddingT15 { padding-top: 15px; }
.paddingR15 { padding-right: 15px; }
.paddingB15 { padding-left: 15px; }
.paddingL15 { margin-bottom: 15px; }
.paddingT10 { padding-top: 10px; }
.paddingR10 { padding-right: 10px; }
.paddingB10 { margin-left: 10px; }
.paddingL10 { padding-bottom: 10px; }
.paddingT5 { padding-top: 5px; }
.paddingR5 { padding-right: 5px; }
.paddingB5 { padding-left: 5px; }
.paddingL5 { padding-bottom: 5px; }

/*Footer Navigation*/
#footerBox1
{
	width: 992px;
	float: left;
	margin-top: 2em;
}

#footerBox2
{
	width: 992px;
	float: left;
}

#footerLeft
{
	width: 792px;
	float: left;
}

#footerRight
{
	width: 200px;
	float: right;
}

#footerRighttext
{
	font-size: .7em;
	line-height: 140%;
	color: #fff;
	text-align: right;
	padding: .3em 8px .3em 8px;
}

#navfo
{
	float: left;
	font-size: .7em;
	line-height: 140%;
}

#navfo, #navfc ul
{
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

#navfo li
{
	float: left;
	margin: 0;
	padding: .3em 0 .3em 0;
	cursor: default;
}

#navfo a
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 4px 0 4px;
	background: url("/erzgebirgsbahn/view/static/v7/line_white.gif") no-repeat right;
}

#navfo .last a { background-image: none; }
#navfo a:hover { text-decoration: underline; }

/*Suche*/
.searchresult
{
	float: left;
	margin: 4px 8px 4px 8px;
	color: #000;
}

.searchresult p a
{
	color: #333;
	background-image: url("arrow_red.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-left: 15px;
}

.searchresult p a:hover
{
	color: #c00;
	text-decoration: none;
}

.searchresulturl
{
	font-size: .86em;
	padding-left: 8px;
	color: #000;
}

#searchbuttons { margin: 0 8px 0 8px; }

#searchbuttons input
{
	color: #fff;
	padding: 1px;
	margin: 3px 0 3px 0;
	border: 1px solid #fff;
	background: #666;
	text-align: center;
	cursor: pointer;
	font-size: .95em;
	width: 75px;
}

#searchbuttons input:hover
{
	background: #fff;
	color: #c00;
	border: 1px solid #c00;
	cursor: pointer;
}

/* Klassen für Surf & Travel Formular */
.input
{
	border: 1px solid #000;
	background: #fff;
	font-size: .9em;
	margin: .5em .5em 0 0;
	height: 1.5em;
	line-height: 1.5em;
	width: 13em;
	padding: 0;
}

.select
{
	border: 1px solid #000;
	background: #fff;
	font-size: .9em;
	margin: .5em .5em 0 0;
	height: 1.5em;
	width: 13em;
	padding: 0;
}

/* Tagcloud */
.tagcloud
{
	padding: 7px;
	text-align: justify;
}

.tagcloud a
{
	color: #333;
	text-decoration: none;
	line-height: 1em;
}

.tagcloud a:hover { color: #c00; }

.tagsize1
{
	font-size: 11px;
	font-weight: 200;
}

.tagsize2
{
	font-size: 14px;
	font-weight: 300;
}

.tagsize3
{
	font-size: 18px;
	font-weight: 500;
}

.tagsize4
{
	font-size: 22px;
	font-weight: 700;
}

.tagsize5
{
	font-size: 28px;
	font-weight: 900;
}

/* Schnellsuche */
.tabMain
{
	font-size: .8em;
	font-weight: bold;
	float: left;
	width: 584px;
	border-bottom: 1px solid #dfdfdf;
	background: #f6f6f6;
}

.tabMainMargin { margin-left: 7px; }

.quickBox
{
	background: #ebebeb;
	font-size: .8em;
	width: 584px;
}

.quickBorder
{
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.form0iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahn_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form0iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahn_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form0iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahn_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form1iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahnhotel_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form1iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahnhotel_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form1iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_bahnhotel_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form2iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_hotel_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form2iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_hotel_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form2iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_hotel_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form3iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_auto_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form3iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_auto_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form3iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_auto_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form4iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_flug_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form4iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_flug_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form4iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_flug_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form5iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_badereisen_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form5iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_badereisen_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form5iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_badereisen_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form6iconAktiv
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_ankunft_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form6iconInaktiv a
{
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_ankunft_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.form6iconInaktiv a:hover
{
	background: #efefef;
	color: #ff0000;
	background-image: url(/erzgebirgsbahn/view/static/v7/tab_icon_ankunft_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}

.tabitem a
{
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	background-color: #9f9f9f;
	padding: 3px 6px 6px 25px;
	float: left;
	position: relative;
	bottom: -1px;
	color: #333;
	text-decoration: none;
}

.tabitemactive
{
	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	background-color: #ebebeb;
	padding: 3px 6px 6px 25px;
	float: left;
	position: relative;
	bottom: -1px;
}

.tabitemactive a:hover { text-decoration: none; }

.tabspacer
{
	width: 2px;
	float: left;
	font-size: 2px;
}

.labelleft
{
	margin: 0;
	padding: .75em .5em 0 0;
	width: 7em;
	float: left;
	font-size: .9em;
}

.labelright
{
	margin: 0;
	padding: 1em .5em 0 0;
	width: 7em;
	float: left;
	font-size: .85em;
	text-align: right;
}

.labelradio
{
	margin: 10px 0 0 3px;
	padding: 0 0 0 0;
	width: 4em;
	font-size: .9em;
}

input.input_suche
{
	background: #fff;
	font-size: .9em;
	height: 14px;
	width: 14em;
	margin: .6em 0 0 0;
	padding: 0;
}

select.input_suche
{
	background: #fff;
	font-size: .9em;
	width: 14em;
	margin: .6em 0 0 0;
	padding: 0;
}

input.input_suche_nowidth
{
	background: #fff;
	font-size: .9em;
	height: 14px;
	margin: .6em 0 0 0;
	padding: 0;
}

select.input_suche_nowidth
{
	background: #fff;
	font-size: .9em;
	margin: .6em 0 0 0;
	padding: 0;
}

input.inputsmall_suche
{
	background: #fff;
	font-size: .9em;
	height: 14px;
	width: 7em;
	margin: .6em 0 0 0;
	padding: 0;
}

select.inputsmall_suche
{
	background: #fff;
	font-size: .9em;
	width: 7em;
	margin: .6em 0 0 0;
	padding: 0;
}

.radio_suche
{
	margin: .6em 0 0 12px;
	padding: 0;
}

.arrowlink
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif") left center no-repeat;
	font-size: .9em;
	color: #000;
	margin-top: 8px;
	padding-left: 15px;
	padding-right: 0px;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	text-align: left;
}

.arrowlink:hover
{
	background: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif") left center no-repeat;
	color: #c00;
}

.buttonlink, .buttonlink:link, .buttonlink:visited
{
	color: #fff;
	background: #666;
	border: 1px solid #fff;
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
	height: 20px;
	white-space: nowrap;
	text-decoration: none;
}

.buttonlink:active, .buttonlink:hover
{
	background: #fff;
	color: #c00;
	border: 1px solid #c00;
	cursor: pointer;
	text-decoration: none;
}

.productbox
{
	float: left;
	text-align: center;
}

.mr20 { margin-right: 20px; }

/* Featurelink */
.featurelink { color: #000; }

.featurelink:hover
{
	color: #000;
	text-decoration: none;
}

/* advanced_t.css */
#colleftfooter
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff url("/erzgebirgsbahn/view/static/v7/shadow_bottom.gif") repeat-x bottom;
	padding-bottom: 8px;
	background-color: #fff;
}

#colleftfooter img
{
	margin: 12px;
	vertical-align: middle;
}

.img { margin: 0 0 4px 0; }
.imgcenter { padding: 0 0 3px 0; }

.imgright
{
	margin: 0 5px 4px 8px;
	float: right;
}

.imgleft
{
	margin: 0 8px 4px 0;
	float: left;
}

.bildunterschrift
{
	font-size: .9em;
	padding: 0 8px 8px 8px;
	font-style: italic;
}

.bildunterschrift:hover { text-decoration: none; }

.colMainwide
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff url("/erzgebirgsbahn/view/static/v7/shadow_bottom.gif") repeat-x bottom;
	padding-bottom: 2px;
	font-size: .8em;
	float: left;
	width: 777px;
}

/*
.colMainwide img { padding: 10px 6px 8px 7px; }
*/

.colMainnoshade
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff;
	font-size: .8em;
	float: left;
	width: 582px;
}

.colMainnoshade fieldset
{
	border: none;
	width: 566px;
	margin: 0;
}

.colMainnoshade fieldset legend
{
	font-weight: bold;
	padding: 8px 0 8px 0;
	border: none;
}

.colMainTextPadding ol, .colMainTextPadding ul { margin: 8px 0; padding: 0 0 0 20px; }

.colMainnoshadewide
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff;
	font-size: .8em;
	float: left;
	width: 777px;
}

.colMainTextPadding
{
	background: none;
	padding: 3px 8px 3px 8px;
}

.colMainnoshadewide img
{
	margin: 7px 7px 8px 7px;
	border: 0;
}

.colMainnoshade img
{
	margin: 7px 7px 8px 7px;
	border: 0;
}

.colRightnoshade
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #fff;
	font-size: .8em;
	width: 176px;
}

.colRightnoshade img
{
	margin: 5px 7px 5px 7px;
	border: 0;
}

.bodyklein
{
	padding: 0 8px 8px 8px;
	font-size: .75em;
}

.body { padding: 0 8px 8px 8px; }

.bodyb
{
	padding: 0 8px 8px 8px;
	font-weight: bold;
}

hr { width: 98%; }
.navigationuebersicht { margin: 13px 0 13px 0; }

.navigationuebersicht a
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red_inverse_doubletop.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0;
	font-size: .8em;
	color: #000;
}

.navigationuebersicht a:hover
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred_inverse_doubletop.gif");
	text-decoration: none;
	color: #c00;
}

.navigationtop { margin: 13px 0 13px 0; }

.navigationtop a
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red_inverse_top.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 15px 0 0;
	font-size: .8em;
	color: #000;
}

.navigationtop a:hover
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred_inverse_top.gif");
	text-decoration: none;
	color: #c00;
}

.navigationclose a
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red_inverse_close.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0;
	font-size: .8em;
	color: #000;
}

.navigationclose a:hover
{
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred_inverse_close.gif");
	text-decoration: none;
	color: #c00;
}

/*
.columnsABCaktionsliste
{
	width: 176px;
	float: left;
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	margin: 0 6px 7px 5px;
	padding: 0;
}

.columnsABCaktionslistealtbox
{
	width: 176px;
	float: left;
	margin: 0;
	padding: 0;
}

.columnsABCaktionslistealt
{
	width: 100%;
	float: left;
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	margin: 10px 6px 7px 5px;
	padding: 0;
}
*/

.headLine3grau
{
	color: #000;
	background: #dfdfdf;
	font-size: .9em;
	margin: 0 0 2px 0;
	padding: 0px 8px 0 8px;
	line-height: 1.5em;
}

.headLine3grau a { color: #000; }

.colMainnoshade .aktionslisteitem, .colMainnoshadewide .aktionslisteitem
{
	margin: 0;
	line-height: 120%;
	padding: 0 5px 0 0;
}

.colRightnoshade .aktionslisteitem, .colRightnoshadewide .aktionslisteitem
{
	margin: 0;
	border-top: 1px solid #dfdfdf;
	line-height: 120%;
	padding: 0 5px 0 0;
	font-size: .85em;
}

.aktionslisteitem a
{
	color: #000;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding: 3px 0 2px 22px;
	display: block;
}

.aktionslisteitem a:hover
{
	color: #c00;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif");
	text-decoration: none;
}

.linklisteitem
{
	margin: 0;
	line-height: 120%;
	padding: 0 5px 0 0;
}

.linklisteitem a
{
	color: #000;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding: 3px 0 2px 22px;
	display: block;
}

.linklisteitem a:hover
{
	color: #c00;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif");
	text-decoration: none;
}

.texttabelle { padding: 10px 7px 10px 8px; }

.tablebgcolor0
{
	color: #000000;
	background-color: #ffffff;
	border: inset 0;
}

.tablebgcolor1
{
	color: #ffffff;
	background-color: #cccccc;
	border: inset 0;
}

.tablebgcolor2
{
	color: #ffffff;
	background-color: #cccccc;
	border: inset 0;
}

.tablebgcolor3
{
	color: #000000;
	background-color: #cccccc;
	border: inset 0;
}

.tablebgcolor4
{
	color: #ffffff;
	background-color: #ff0000;
	border: inset 0;
	font-weight: bold;
}

.normalhead, .featurehead
{
	font-weight: bold;
	margin: 0 0 3px 0;
	font-size: 1em;
}

.texturl { padding: 0; }

.texturl a
{
	color: #333;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
}

.texturl a:hover
{
	color: #c00;
	background-image: url("/erzgebirgsbahn/view/static/v7/arrow_darkred.gif");
	text-decoration: none;
}

ul#colrightnavlist
{
	margin: 0 7px 0 16px;
	padding: 0 0 4px 8px;
	list-style: none;
	list-style-image: url("/erzgebirgsbahn/view/static/v7/arrow_red.gif");
	vertical-align: middle;
}

#colrightnavlist li
{
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: .95em;
}

#colrightnavlist li a { color: #000; }

#colrightnavlist li a:hover
{
	color: #c00;
	text-decoration: none;
}

.selectorlist
{
	list-style-type: none;
	font-size: .9em;
	margin: 8px 8px;
	padding: 0;
}

.selectorlist li, .selectorlist span
{
	float: left;
	margin-right: 4px;
}

.selectorlist li a
{
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.selectorlist li a:hover { color: #c00; }
.dllink { margin-bottom: 4px; }

.dllink a
{
	color: #333;
	font-weight: bold;
}

.dllink a:hover
{
	color: #c00;
	text-decoration: none;
}
