html, body
{
	height: 100%;
	width: 100%;

	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	/** Hintergrund (Bild/Farbe) **/
	background-color: #455589;
	background-image: url('../../media/img/winter/layout/background.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

a
{
	outline: none;
}
	a img
	{
		border: 0px;
	}


.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*******************************************************************************/

/** Hintergrund Rahmen **/
#layoutBorder
{
	position: fixed;
	left: 50%;
	top: 0px;

	width: 911px;
	height: 100%;
	margin-left: -455px;

	background-image: url('../../media/img/winter/layout/border.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

/** Hintergrund Rahmen (Bild Overlay)**/
#layoutBorderBottom
{
	position: fixed;
	bottom: 0px;
	left: 50%;

	width: 911px;
	height: 805px;

	margin-left: -455px;

	background-color: white;
	background-image: url('../../media/img/winter/layout/borderBottom.jpg');
	background-repeat: repeat-y;
}

/** Content Bereich **/
#layoutContent
{
	position: absolute;
	top: 0px;
	left: 50%;

	width: 911px;
	margin-left: -455px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	#layoutContent #menuService
	{
		position: absolute;
		right: 30px;
		top: 0px;
		width: 600px;
	}

	#layoutContent #menuService .box
	{
		float: right;
		margin-left: 4px;
		padding: 10px;

		color: white;
		font-family: Arial, helvetica, sans-serif;
		font-size: 10px;

		background-color: #184182;
	}
		#layoutContent #menuService .box a
		{
			color: white;
			font-family: Arial, helvetica, sans-serif;
			font-size: 10px;

			text-decoration: none;
		}
		#layoutContent #menuService .box a:hover
		{
			text-decoration: underline;
		}

	#layoutContent #menuService #suchfeld
	{
		position: relative;
		left: 336px;
		top: 0px;
		display: none;

		width: 270px;
	}
		#layoutContent #menuService #suchfeldTrenner
		{
			margin-left: 116px;
			background-color: #184182;
			width: 49px;
			height: 4px;
			font-size:0px;
			line-height:0px;
		}
		#layoutContent #menuService #suchfeldInhalt
		{
			margin-left: 4px;
			background-color: #184182;
			width: 252px;
			padding: 4px;
		}
		#layoutContent #menuService #suchfeldInhalt .searchString
		{
			width: 160px;
		}
		#layoutContent #menuService #suchfeldInhalt .searchButton
		{
		}

	#layoutContent #layoutHeader
	{
		height: 138px;
		background-image: url('../../media/img/winter/layout/headerTop.jpg');
		background-repeat: no-repeat;
	}

	#layoutContent #toggenburgBergbahnenLogo
	{
		position: absolute;
		left: 35px;
		top: 90px;
	}

	/** Hauptnavigation **/
	#layoutContent #nav_tb_main
	{
		position: absolute;
		left: 393px;
		top: 77px;
	}


	/*****/

	#imageStartseite
	{
		position: relative;
		left: 4px;
		top: 0px;

		width: 903px;
		height: 339px;

		margin-bottom: 30px;

		background-image: url('../../media/img/winter/layout/imageStartseite.jpg');
		background-repeat: no-repeat;
		background-color: white;
	}

	#imageHeader
	{
		position: relative;
		left: 4px;
		top: 0px;

		width: 903px;
		height: 122px;

		margin-bottom: 40px;
		background-color: white;
	}

	#layoutStartseite
	{
		position: relative;
		left: 4px;
		top: 0px;

		overflow: auto;
		width: 903px;
	}


	#layoutStartseite .boxCenterFloatLeft
	{
		float: left;
		width: 180px;
	}

	#layoutStartseite .boxCenterFloatRight
	{
		float: right;
		width: 180px;
	}

	#layoutStartseite .startbox
	{
		border-top: 1px #8ca0c1 solid;

		height: 0px;
		width: 100%;

		margin: 0px;
		padding: 0px;

		font-size: 0px;
	}

	#layoutStartseite .halbebox
	{
		border-top: 0px;
		border-bottom: 1px #8ca0c1 solid;

		padding: 0px;
		padding-bottom: 10px;

		margin: 0px;
		margin-top: 10px;


		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		color: #303030;
	}

	#layoutStartseite .box
	{
		border-top: 1px #8ca0c1 solid;
		border-bottom: 1px #8ca0c1 solid;

		padding-top: 10px;
		padding-bottom: 10px;

		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		color: #303030;
	}

	#layoutStartseite .boxinhalt h1
	{
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;

		font-family: Arial, helvetica, sans-serif;
		font-size: 16px;
		color: #184182;
	}

	#layoutStartseite .boxinhalt h2
	{
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;

		font-family: Arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #184182;
	}

	#layoutStartseite .boxinhalt a
	{
		margin-top: 5px;
		display: block;
		color: #184182;
		text-decoration: none;
	}

	#layoutStartseite .boxinhalt a:hover
	{
		color: #184182;
		text-decoration: underline;
	}

	#layoutStartseite .boxinhalt ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#layoutStartseite .boxinhalt ul li
	{
		display: inline;
		margin-left: 2px;
	}

	#layoutStartseite .boxinhalt ul li a
	{
		padding-left: 5px;
		padding-right: 5px;
		color: white;
		text-decoration: none;
		background-color: #184182;
	}

	#layoutStartseite .boxinhalt ul li a:hover
	{
		color: #184182;
		text-decoration: none;
		background-color: #8ba0c0;
	}

	#layoutStartseite .boxinhalt ul .ui-tabs-selected a
	{
		color: #184182;
		text-decoration: none;
		background-color: #8ba0c0;
	}

	#layoutStartseiteLeft
	{
		float: left;
		margin-left: 30px;
		width: 204px;
	}

	#layoutStartseiteCenter
	{
		float: left;
		margin-left: 30px;

		width: 375px;

		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		color: #303030;
	}

		#layoutStartseiteCenter h1
		{
			margin: 0px;
			padding: 0px;
			margin-bottom: 10px;

			font-family: Arial, helvetica, sans-serif;
			font-size: 16px;
			color: #184182;
		}
		#layoutStartseiteCenter h2
		{
			margin: 0px;
			padding: 0px;
			margin-bottom: 10px;

			font-family: Arial, helvetica, sans-serif;
			font-size: 12px;
			color: #184182;
		}
		#layoutStartseiteCenter a
		{
			/*color: #5F5F5F;*/
			color: #184182;
			color: #215AB6;
			text-decoration: none;
		}
		#layoutStartseiteCenter a:hover
		{
			text-decoration: underline;
		}
		#layoutStartseiteCenter table
		{
			margin: 0px;
			padding: 0px;

			border-spacing: 0px;
			border-collapse: collapse;
		}

		#layoutStartseiteCenter ul
		{
			list-style: square;
			margin: 0px;
			margin-left: 15px;
			padding: 0px;
		}


	#layoutStartseiteRight
	{
		float: left;
		margin-left: 30px;
		width: 204px;
	}


	#wetter
	{
		font-family: Arial, helvetica, sans-serif;
		font-size: 10px;
		color: white;
		padding-bottom: 10px;
	}

	#wetter ul p a
	{
		font-size: 10px;
		color: white;
		text-decoration: none;
	}

	#wetter ul p a:hover
	{
		text-decoration: underline;
	}

	#wetter ul .ui-tabs-selected p a
	{
		color: #8BA0C0;
		text-decoration: none;
	}

	#footer
	{
		position: absolute;
		left: 32px;
		bottom: 5px;

		width: 850px;
		height: 20px;
		

		font-family: Arial, helvetica, sans-serif;
		font-size: 11px;
		color: #6D6D6D;
		text-decoration: none;
	}
		#footer a
		{
			font-family: Arial, helvetica, sans-serif;
			font-size: 11px;
			color: #6D6D6D;
			line-height: 20px;
			text-decoration: none;
		}
		#footer a:hover
		{
			color: #303030;
		}
		#footer .ft_logo
		{
			float: left;
			margin-right: 10px;
		}
		#footer .ft_txt
		{
			float: left;
		}


	/*** Pagination ***/
	.pagination
	{
		margin-top: 20px;
	}
		.pagination ul
		{
			list-style: none;
		}
			.pagination ul li
			{
				display: inline;
			}

	/** Formulare **/
	.submit_container { margin-top: 15px; }
	.conditionalformsWrapper { border: 1px #418c14 solid; padding: 5px; margin-bottom: 10px; }
	
	.tableless .formbody .checkbox_container span { display: block; }
	.tableless .formbody .text { display: block; }
	.tableless .formbody .upload { display: block; }
	.tableless .formbody .select { margin-bottom: 5px; }
	.tableless .formbody .textarea { display: block; }

	.tableless .formbody .error { color: red; }

	.tableless .formbody h2 { clear: both; }



.invisible
{
        width:0;
        height:0;
        left:-1000px;
        top:-1000px;
        position:absolute;
        overflow:hidden;
        display:inline;
}

.mod_subscribe .confirm, .mod_subscribe .error, .mod_unsubscribe .confirm, .mod_unsubscribe .error {
  background:#F8F8F8;
  border: 1px #8ca0c1 dotted;
  padding: 1em;
  font-weight: bold;
}
.mod_subscribe .error, .mod_unsubscribe .error {
	border: 1px #8ca0c1 solid;
}

.formfield {
	position: relative;
}
.formfield label.classGutscheine {
	display: block;
	margin-bottom: 0.5em;
	width: 290px;
}
.formfield select.classGutscheine {
	position: absolute;
	right: 0;
	top: 0;
}

#layoutStartseiteRight .mod_article a {
 display: inline;
 background-color: transparent !important;
 color:#184182 !important;
 padding: 0 !important;
}
#layoutStartseiteRight .mod_article li {
 display: block !important;
 margin-left:  0 !important;
 padding-left: 0 !important;
}
#layoutStartseiteRight .mod_article ul {
 margin-left: 0 !important;
 padding-left: 0 !important;
}
#layoutStartseiteRight .ce_text {
 margin-bottom: 0;
 padding-bottom: 10px;
}


