html, body
{
	height: 100%;
}
body {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body#Body
{
	margin: 0px auto;
	padding: 0px;
	width: 866px;
	text-align: center;
}
#pagewrapper
{
	text-align: left;
	background-image: url(../Images/Hintergrund.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}
#pagewrapper.home
{
	min-height: 618px;
}
.flag
{
	width: 156px;
	float: left;
	border-bottom: 3px solid #FFF400;
	margin-right: 0px;
}
.welcome
{
	margin-left: 159px;
}
.top
{
	background-image: url(../Images/Oben.gif);
	background-repeat: no-repeat;
	margin-left: 159px;
	padding: 32px 0px 0px 26px;
	height: 60px;
	color: #FFF400;
}
.top h1
{
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF400;
}
.navigation
{
	float: left;
	width: 156px;
	color: #FFF400;
}
.navigation a, .navigation a:link, .navigation a:visited
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF400;
	text-decoration: none;
}
.navigation a:hover, .navigation a:active, .navigation li.highlight a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFF400;
}
.navigation ul
{
	margin: 0px;
	padding: 30px 20px 0px;
}
.navigation ul li
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}
.navigation ul.admin-navigation, .navigation ul.admin-navigation ul
{
	padding: 0px 0px 0px 20px;
}
.navigation ul.admin-navigation li
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navigation ul.admin-navigation ul 
{
	position: absolute;
	background-color: #0066B3;
	padding: 0px 3px;
	border-left: 1px solid #FFF400;
	margin-left: 16px;
	margin-top: -8px;
}
.navigation ul.admin-navigation ul li
{
	line-height: 16px;
}
.navigation ul.admin-navigation ul li a
{
	font-size: 10px;
}

.content-pane
{
	margin-left: 159px;
	padding: 30px 20px;
	width: 667px;
}
.content-pane-home
{
	margin-left: 159px;
	padding: 30px 20px;
	width: 667px;
	background-color: #D0EDFB;
	height: 331px;
	background-image: url(../Images/Aufmacher2009.jpg);
	background-repeat: no-repeat;
}
.content-pane-no-padding
{
	margin-left: 159px;
	padding: 0px 20px 30px 0px;
	width: 677px;
}

.trip-container
{
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-left: 125px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 110px;
}
.trip-container h2
{
	margin: 0px 0px;
	font-size: 14px;
	color: #0066B3;
}
.trip-price
{
	padding-top: 11px;
	width: 105px;
	float: right;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #0066B3;
	white-space: nowrap;
	text-align: right;
}
.trip-price strong
{
	font-size: 18px;
}
.trip-description
{
	margin: 0px 110px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.trip-separator
{
	border-bottom: 2px solid #999798;
	height: 0px;
	margin-left: 140px;
}
.trip-separator hr
{
	display: none;
}

.clear-both
{
	font-size: 1px;
	clear: both;
	height: 1px;
}

a, a:link, a:visited
{
	color: #0066B3;
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #0066B3;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066B3;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066B3;
}

.Normal, .NormalDisabled
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.DNNEmptyPane
{
	width: auto;
}
.DNN_ANN_DesignTable td
{
	padding: 0px;
}
.ControlPanel
{
}
.login-container
{
	text-align: right;
}

@media print
{
	body#Body
	{
		width: auto;
	}
	#pagewrapper
	{
		background-image: none;
	}
	.flag
	{
		display: none;
	}
	.top
	{
		background-image: none;
		padding: 0px;
		height: auto;
		color: #0066B3;
		margin-left: 0px;
	}
	.top h1
	{
		color: #0066B3;
		margin-bottom: 2.2ex;
	}
	.welcome
	{
		margin-left: 0px;
	}
	.welcome img
	{
		width: 100% !important;
	}
	.navigation
	{
		display: none;
	}
	.content-pane, .content-pane-home, .content-pane-no-padding
	{
		margin-left: 0px;
		width: auto;
		height: auto;
		padding: 30px 0px;
		background-color: white;
		background-image: none;
	}
	.no-print
	{
		display: none;
	}
}