/* CARAVAN Bremen */

/* Basics */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(171, 197, 223);
}

body#Popup
{
	background: rgb(244, 244, 244) url("../img/BgContentFrame.gif") top left repeat-x;
}

h1, h2 {
	font-weight: bold;
}

h3, h4 {
	font-weight: bold;
}

h1 {
	/* font-size: 1.4em; */
	font-size: 16px;
	letter-spacing: -1px;
}

h1#SiteTitle
{
}

h2
{
	/*
	font-size: 1.3em;
	margin-bottom: 0.3em;
	margin-top: 1em;
	*/
	font-size: 16px;
	/* letter-spacing: -1px; */
	margin-bottom: 8px;
	margin-top: 20px;
	color: rgb(0, 80, 157);
}

h3
{
	/*
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	*/
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: rgb(0, 80, 157);
}

h4
{
	/*
	font-size: 0.8em;
	margin-bottom: 0.4em;
	*/
	font-size: 12px;
	margin-bottom: 4px;
	color: rgb(0, 80, 157);
}

h4.TopHeader
{
	text-decoration: underline;
	color: rgb(0, 80, 157);
}

h1 img, h2 img, h3 img, h4 img {
	vertical-align: middle;
}

p
{
	/*
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 0.8em;
	*/
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	color: black;
}

p.Teaser
{
	/*
	font-size: 0.87em;
	line-height: 1.2em;
	*/
	font-size: 12px;
	font-weight: bold;
	/* color: rgb(102, 102, 102); */
}

p.SmallText,
span.SmallText
{
	/*
	font-size: 0.7em;
	line-height: 1.2em !important;
	margin-bottom: 0.5em;
	*/
	font-size: 11px;
	line-height: 13px !important;
	margin-bottom: 4px;
}

p#SiteDescription
{
}

a
{
	font-weight: normal;
	color: rgb(0, 80, 157);
	text-decoration: underline;
}

a:hover
{
	color: rgb(0, 80, 157);
	text-decoration: underline;
}

a img
{
	border: none;
}

a.ReadMore
{
	padding-left: 15px;
	background: url('../img/ico_more_link.gif') 0px 0.25em no-repeat;
}

h1 a,
h2 a,
h3 a,
h4 a
{
	font-weight: bold;
}

form
{
}

input
{
}

input.Textfield
{
	/*
	padding-left: 0.3em;
	padding-right: 0.3em;
	*/
	padding: 2px 4px 2px 4px;
}

input.SizeXXL
{
	width: 96%;
}

textarea
{
}

select
{
}

option
{
	padding-right: 5px;
}

label
{
	/*
	font-size: 0.8em;
	margin-bottom: 0.4em;
	*/
	font-size: 10px;
	margin-bottom: 4px;
	display: block;
}

input,
select,
textarea
{
	font-size: 12px;
}

input.Button
{
	padding: 1px 4px 1px 4px;
}

div.DateSelector input.Button
{
	padding: 0px;
}


ul
{
	list-style-type: none;
}

li
{
}


table
{
	border-spacing: 0;
}

thead
{
}

tr
{
}

th,
td
{
	vertical-align: top;
}

td p,
td li
{
	font-size: 12px !important;
}

td h3
{
	font-size: 14px !important;
}

td h4
{
	font-size: 12px !important;
}

.Size.XS
{
	width: 20%;
}

.Size.S
{
	width: 30%;
}

.Size.M
{
	width: 40%;
}

.Size.L
{
	width: 60%;
}

.Size.XL
{
	width: 80%;
}

.Size.XXL
{
	width: 96%;
}


div.Unfloat
{
	float: none;
	clear: both;
	height: 1px;
	margin: -1px 0px -1px 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
}


/* Layoutstructure overview and additions */
div#MainWrapper
{
	/* background: url('../img/BgMainWrapper.gif') top center repeat-y; */
	background: transparent url('../img/BgMainWrapper.gif') top left repeat-x;
}

	div#PageHeader
	{
/*		border-top: 1px solid white; */
		border-bottom: 1px solid white;
		/* background: transparent url("../img/pageheader_back.gif") top center repeat-y; */
		background: transparent none top center repeat-y;
		border-right: solid 1px white;
	}
	div#PageHeader div.Wrapper {

	}
		div#Logo
		{
			background: rgb(255, 212, 0) url('../img/BgLogo.gif') top left repeat-x;
		}
		div#Logo div.Inner
		{
			border-left: solid 1px white;
			border-right: solid 1px white;
		}
		div#PageHeaderContent
		{
			background: rgb(0, 80, 157) url('../img/BgPageHeaderContent.gif') top left repeat-x;
		}
		div#PageHeaderContent div.Inner
		{
			/* border-right: 1px solid white; */
			overflow: hidden;
			text-align: right;
		}
		div#CompanyLogo
		{
			margin: 7px 15px 0px 0px;
		}
		div#CompanyLogo h2
		{
			margin: 0px !important;
		}
		div#EventClaim
		{
			display: none;
		}
		div#BaseNavigation
		{
			display: none;
		}

	div#PageBody
	{
		background: rgb(255, 238, 153) url('../img/BgPageBody.gif') top left repeat-y;
		border-bottom: solid 1px white;
		border-right: solid 1px white;
	}
		div#ContentFrame
		{
			/* background: transparent url("../img/BgContentFrame.gif") top left repeat-x; */
				background: transparent url('../img/BgContentBody.gif') top right no-repeat;
		}
			div#ContentHeader
			{
				background: rgb(233, 233, 233) url("../img/line.gif") top right repeat-y;
			}
			div#KeyVisual {
/*				border-bottom: 1px solid white; */
			}
			div#KeyVisual img {
				display: block;
			}
			div#ContentBody {
				position: relative;
				z-index: 10;
				/* background: url("../img/content_body_back.gif") top left no-repeat; */
				background: transparent none top right no-repeat;
			}
			div#ContentBody div.TwoColWrapper {
				width: 100%;
				background: url("../img/twocolwrapper_back.gif") top right repeat-y;
			}
				div#ContentBody div.Col1_2 { }
				div#ContentBody div.Col1_2 div.Inner { }
				div#ContentBody div.Col2_2 {
				}
				div#ContentBody div.Col2_2 div.Inner {
					margin-left: 1px; /* respect space for background line image */
				}
			div#ContentFooter
			{
				height: 33px;
				margin: 0px;
				padding: 122px 0px 5px 0px;
				background: transparent url('../img/BgContentFooter.gif') top right no-repeat;
				/* border-top: 1px solid rgb(55, 69, 129); */
				/* margin-top: 15px 0px 15px 15px; */
			}
			div#ContentFooter p
			{
				/*
				font-size: 0.7em;
				padding-bottom: 0.2em;
				*/
				padding: 9px 15px 4px 15px;
				border-top: 1px solid rgb(0, 80, 157);
				font-size: 12px;
				color: black;
				text-align: center;
			}
			div#ContentFooter p.RefreshDate
			{
			}
			div#ContentFooter a
			{
				color: rgb(0, 80, 157);
				font-weight: normal !important;
				text-decoration: underline;
			}
			div#ContentFooter a:hover
			{
				color: rgb(0, 80, 157);
			}

		div#NavigationFrame {
		}
			div#NavigationBasics
			{
				border: 1px solid white;
				border-top: none;
				border-bottom: none;
				/* background: rgb(62, 63, 64) url('../img/BgNavigationBasics.gif') top left repeat-x; */
				background: rgb(0, 89, 157) none top left repeat-x;
			}
				div#NavigationBasics .Inner
				{
					/* background-color: rgb(55, 69, 129); */
					padding-top: 4px;
					padding-bottom: 1px;
					padding-left: 9px;
					margin-left: 1px;
					margin-right: 0px;
					height: 29px;
				}
				div#NavigationBasics .Inner a {
					/* margin-right: 15px; */
					margin-right: 8px;
				}
			div#NavigationSearch { }
			div#NavMain {
			}
			div#NavMain div.Inner {
				margin-right: 1px;
				margin-left: 1px;
				border-top: solid 1px white;
			}
			div#NavigationFooter { }

		div#InfoFrame { }

	div#PageFooter
	{
		height: 130px;
		overflow: hidden;
		/* border-right: solid 1px rgb(255, 151, 2); */
	}
		div#PageFooter .Inner
		{
			height: 130px;
			/* background: transparent url('../img/BgPageFooter.gif') center top no-repeat; */
			background: transparent none center top no-repeat;
		}


/* iCal/vCal-Download in NavigationBasics - ANFANG */
div#NavigationBasics
{
	position: relative
}

div#NavigationBasics_CalendarDownload
{
	position: absolute;
	left: auto;
	right: 4px;
	top: 4px;
	width: 30px;
	height: 26px;
	background: transparent url('../img/nav_basic_calendar.gif') 4px 4px no-repeat;
	cursor: pointer;
	z-index: 10000;
	font-size: 12px;
}

div#NavigationBasics_CalendarDownload ul
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style-type: none;
	background: rgb(217, 229, 241) url('../img/nav_basic_calendar_act.gif') 3px 3px no-repeat;
	border: solid 1px rgb(0, 89, 157);
	font-size: 12px;
}

div#NavigationBasics_CalendarDownload ul li
{
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: rgb(217, 229, 241) none left top repeat-x;
	font-size: 12px;
}

div#NavigationBasics_CalendarDownload ul li a
{
	display: block;
	height: 20px;
	margin: 0px !important;
	padding: 4px 15px 0px 20px;
	float: left; /* wegen IE6 */
	background: transparent none left top repeat-x;
	text-decoration: none;
	font-size: 12px;
	color: rgb(0, 89, 157);
}
div#NavigationBasics_CalendarDownload ul li a:hover
{
	text-decoration: underline;
	color: rgb(0, 89, 157);
}


div#NavigationBasics_CalendarDownload:hover ul
{
	display: block;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

div#NavigationBasics_CalendarDownload ul li.IcalDownloadItem a
{
	background: transparent url('/styles/shared/img/icon_ical.gif') left center no-repeat;
}

div#NavigationBasics_CalendarDownload ul li.VcalDownloadItem a
{
	background: transparent url('/styles/shared/img/icon_vcal.gif') left center no-repeat;
}

/* iCal/vCal-Download in NavigationBasics - ENDE */



/* Pageheader */

div#EventClaim {
	padding-left: 15px;
	padding-top: 13px;
	float: left;
}
div#EventClaim p {
	color: white;
	line-height: 1.1em;
}

div#LanguageSwitcher {
	float: right;
	padding-top: 13px;
	padding-right: 15px;
}
div#LanguageSwitcher a {
	color: white;
}
div#LanguageSwitcher a.En {
	background: url("../img/flag_en.gif") top left no-repeat;
	padding-left: 25px;
}




/* Content */

div#ContentBody div.StandardContent {
	position: relative;
	padding: 0px 34px 0px 34px;
	/* margin-bottom: 1.5em; */
	margin-bottom: 18px;
	clear: both;
	zoom:1;
}
div#ContentBody div.StandardContent.Half {
	float: left;
	width: 255px;
	padding-right: 0px;
}
div#ContentBody div.FullwidthContent {
	margin-right: 1px;
	padding: 0px;
}

div#ContentBody div.StandardContent.ProductMaintenanceMainHeadline
{
	clear: none !important;
}



/* Content Column 1 */

div#ContentBody div.Col1_2 {

}
div#ContentBody div.Col1_2 div.Inner {

}

div#ContentBody div.Col1_2 div.StandardContent {
	padding-bottom: 10px;
}

div#ContentBody div.Col1_2 div.FullwidthContent {
	margin-right: 0px;
}



/* Content Column 2 */

div#ContentBody div.Col2_2 { }
div#ContentBody div.Col2_2 div.Inner { }

div#ContentBody div.Col2_2 div.StandardContent {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
div#ContentBody div.Col2_2 div.FullwidthContent {
	margin-left: 1px;
	margin-right: 0px;
	padding: 0px;
}

div#ContentBody div.Col2_2 p {
	/*
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom: 0.6em;
	*/
	font-size: 8px;
	line-height: 11px;
	padding-bottom: 5px;
}

div#ContentBody div.Col2_2 div h3 {
	width: 150px;
	/*
	font-size: 0.8em;
	margin-bottom: 0.3em;
	*/
	font-size: 10px;
	margin-bottom: 3px;
	background-color: rgb(100, 193, 234);
	color: white;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
div#ContentBody div.Col2_2 div h3 a
{
	color: white;
}

div#ContentBody div.Col2_2 div.News {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
div#ContentBody div.Col2_2 div.News p
{
	/*
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	*/
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgb(233, 233, 233);
}

div#ContentBody div.Col2_2 div.Program {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
div#ContentBody div.Col2_2 div.Program ul {

}
div#ContentBody div.Col2_2 div.Program li {
	padding-top: 5px;
	padding-bottom: 8px;
}
div#ContentBody div.Col2_2 div.Program ul h4.Time {
	/*
	font-size: 0.65em;
	line-height: 1.3em;
	*/
	font-size: 8px;
	line-height: 11px;
	margin-bottom: 3px;
	border-bottom: 1px solid rgb(233, 233, 233);
}
div#ContentBody div.Col2_2 div.Program li p {
	/*
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom: 0.2em;
	*/
	font-size: 8px;
	line-height: 11px;
	padding-bottom: 2px;
}
div#ContentBody div.Col2_2 div.Program p {
	/*
	font-size: 0.7em;
	line-height: 1.3em;
	*/
	font-size: 8px;
	line-height: 11px;
}


div#ContentBody div.Col2_2 div.Contact {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
div#ContentBody div.Col2_2 div.Contact div.Person {
	clear: both;
	border-bottom: 1px solid rgb(233, 233 , 233);
	margin-bottom: 10px;
}
div#ContentBody div.Col2_2 div.Contact div.Person div.Portrait {
	float: left;
	margin-right: 5px;
	width: 50px;
}
div#ContentBody div.Col2_2 div.Contact div.Person div.Portrait img {
	width: 50px;
}
div#ContentBody div.Col2_2 div.Contact div.Person div.Address {
}
div#ContentBody div.Col2_2 div.Contact div.Person div.Address p {
	/*
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom: 0.2em;
	*/
	font-size: 8px;
	line-height: 11px;
	padding-bottom: 2px;
}




/* Attributes for ("StandardContent") container */

.ContainerLineTop
{
	padding-top: 18px !important;
	border-top: 1px solid rgb(255, 151, 2);
}
.ContainerLineBottom
{
	border-bottom: 1px solid rgb(255, 151, 2);
}
.FullwidthContent {
}
.FullwidthContent img {
	display: block;
}
.ContainerVariationA
{
	background-color: rgb(255, 248, 215);
}

/* possible pic positions */
.ImageLeftfloating img {
	float: left;
	margin-right: 10px;
}
.ImageRightfloating img {
	float: right;
	margin-left: 10px;
}
.ImageLeftfloating img,
.ImageRightfloating img {
/*	margin-top: 10px; */
	margin-bottom: 10px;
	padding: 6px;
	/* background-color: rgb(251, 209, 94); */
	background-color: rgb(255, 212, 0);
}


.ImageCentered img {
	display: block;
	margin: 10px auto 10px auto;
}

img.noborder {
	padding: 0px;
	border: none;
	background-color: transparent;
}




/* Elements */

/* Downloadbox - sidecolumn on startpage */
div#ContentBody div.Col2_2 div.FeatureDownload {
	background: white url('../img/downloadbox_bottom_left.gif') bottom left no-repeat;
	width: 189px;
	padding-top: 10px;
}
div#ContentBody div.Col2_2 div.FeatureDownload div.Thumbnail {
	width: 70px;
	float: left;
	padding-left: 15px;
}
div#ContentBody div.Col2_2 div.FeatureDownload div.Description {
/*	margin-left: 70px; */
	padding-left: 15px;
	padding-right: 15px;
}
div#ContentBody div.Col2_2 div.FeatureDownload div.Description p {
	/*
	font-size: 0.7em;
	line-height: 1.2em;
	*/
	font-size: 8px;
	line-height: 10px;
}



div.Line
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(255, 151, 2);
}

div.Framed
{
	border: 1px solid rgb(255, 151, 2);
	background-color: rgb(233, 233, 233);
	padding: 5px;
}
div.Framed p {
	/*
	line-height: 1.2em;
	padding-bottom: 0.4em;
	*/
	line-height: 14px;
	padding-bottom: 3px;
}


/* Standard table */
div.StandardContent table,
div.EventCalendar table,
table.CommonList 
{
	border-left: 1px solid white;
	border-top: 1px solid white;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

div.StandardContent table td,
div.EventCalendar table td,
table.CommonList td 
{
	background-color: rgb(255, 250, 210);
}

div.StandardContent table th,
div.EventCalendar table th,
table.CommonList th 
{
	background-color: rgb(0, 81, 158);
	font-weight: bold;
	color: white;
	text-align: left;
}

div.StandardContent table td,
div.StandardContent table th,
div.EventCalendar table td,
div.EventCalendar th,
table.CommonList td,
table.CommonList th 
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 6px;
	/* font-size: 0.8em; */
	font-size: 12px;
}

div.StandardContent table td,
div.EventCalendar table td,
table.CommonList td
{
	border-right: 1px solid rgb(255, 212, 0);
	border-bottom: 1px solid rgb(255, 212, 0);
}

div.StandardContent table td.Label,
div.EventCalendar table td.Label,
table.CommonList td.Label
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: rgb(255, 212, 0);
	color: black;
}

div.StandardContent table td.Label,
div.StandardContent table th.Label,
table.CommonList td.Label,
table.CommonList th.Label 
{
	text-align: right;
}

table.Clean {
	border: none !important;
	background: none !important;
	border-collapse: collapse;
	clear: none !important;
	display: inline !important;
}
table.Clean td,
table.Clean th {
	border: none !important;
	background: none !important;
}



/* Table for downloads */
table.Downloads {
}
table.Downloads td.Icon 
{
	background-color: rgb(255, 212, 0);
}



/* styles for htmlarea */
div.htmlarea {
	background: none !important;
}
div.htmlarea div.toolbar {
	clear: both;
}
div.htmlarea div.toolbar table {
	padding: 0px !important;
	border: none !important;
	margin-bottom: 0px !important;
	width: auto !important;
}
div.htmlarea div.toolbar table td {
	padding: 0px !important;
	border: none !important;
	margin-bottom: 0px !important;
	background: transparent !important;
}

div.htmlarea iframe {
	background-color: white !important;
	width: 97% !important;
}



/* Event calendar */
div.EventCalendar {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 34px;
	padding-right: 34px;

}
div.EventCalendar h3 {
	/*
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	*/
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	font-weight: bold;
}
div.EventCalendar p.SelectedDate {
	/* font-size: 0.65em; */
	font-size: 10px;
	text-align: right;
}
div.EventCalendar div.DateSelector {
	margin-bottom: 15px;
}

div.EventCalendar div.DateSelector select {
}
div.EventCalendar div.DateSelector select option {
}

div.EventCalendar td {
/*	padding-top: 10px !important; */
}
div.EventCalendar h4 {
	font-weight: bold;
	/* margin: 0px 0px 0.2em 0; */
	margin: 0px 0px 3px 0;
}
div.EventCalendar td p {
	/* margin-bottom: 0.2em; */
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.EventCalendar td p.Host {
	font-size: 10px !important;
	line-height: 13px !important;
	color: #666;
	margin-top: 5px;
}
div.EventCalendar span {
	display: block;
	/* line-height: 1.4em; */
	line-height: 16px;
}
div.EventCalendar em {
}



/* Listings */
div.StandardContent ul,
ul.StandardList {
	margin-bottom: 10px;
}
div.StandardContent ul li,
ul.StandardList li
{
	padding-left: 14px;
	background: url("../img/list_dot.gif") 1px 4px no-repeat;
	/*
	font-size: 0.8em;
	margin-bottom: 0.8em;
	*/
	margin-bottom: 8px;
	color: black;
	zoom: 1;
}
div.Col2_2 div.StandardContent ul li {
	/* font-size: 0.7em; */
	font-size: 8px;
}

div.Col2_2 div.StandardContent ul {
}
div.Col2_2 div.StandardContent ul li {
	padding-left: 13px;
	background: url("../img/list_dot.gif") 0px 3px no-repeat;
}

div.StandardContent ol {
	/* padding-bottom: 0.8em; */
	padding-bottom: 10px;
	padding-left: 20px;
}



/* List for downloads */
ul.Downloads {

}
ul.Downloads li {
	background: url("../img/list_downloads_dot.gif") 2px 5px no-repeat !important;
}
ul.Downloads li span.FileDetails
{
	color: black;
}




div.ProductgroupBrowser {
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 10px;
	padding-bottom: 0px;
}
div.ProductgroupBrowser ul {
}
div.ProductgroupBrowser ul li {
	/* font-size: 0.8em; */
	padding-left: 15px;
	margin-bottom: 5px;
	background: url("../img/list_dot.gif") 0px 3px no-repeat;
	clear: right;
}
div.ProductgroupBrowser ul li.TreeNode,
div.ProductgroupBrowser ul li.TreeNodeOpen,
div.ProductgroupBrowser ul li.TreeNodeClosed {
/*	font-size: 0.8em; */
	background: none;
}
div.ProductgroupBrowser ul li.TreeNodeOpen {
	background: url("../img/list_dot_treeopen.gif") 0px 3px no-repeat !important;
}
div.ProductgroupBrowser ul,
div.ProductgroupBrowser ul li,
div.ProductgroupBrowser ul li.TreeContainer ul,
div.ProductgroupBrowser ul li.TreeContainerOpen ul,
div.ProductgroupBrowser ul li.TreeContainerClosed ul {
/*	display: inline-block; */
	zoom: 1;
}
div.ProductgroupBrowser ul li.TreeContainerOpen {
}
div.ProductgroupBrowser ul li.TreeNodeClosed {
	background: url("../img/list_dot_treeclosed.gif") 0px 3px no-repeat !important;
}
div.ProductgroupBrowser ul li.TreeContainerClosed {
	display: none !important;
}

div.ProductgroupBrowser ul li li {
	/* font-size: 1.0em; */
}
div.ProductgroupBrowser ul li.TreeContainer,
div.ProductgroupBrowser ul li.TreeContainerOpen,
div.ProductgroupBrowser ul li.TreeContainerClosed {
	background: none;
}




div.SubMenu {
	padding: 15px 15px 10px 15px;
}
/* Common cascades in template 'subnavigation': 	.SubMenu.Leftfloater.SmallMargin (.MediumMargin) */
/*													.SubMenu.Righttfloater.SmallMargin (.MediumMargin) */
div.SubMenu div.Inner {
}
div.SubMenu div.Inner h3 {
	/* font-size: 0.9em; */
	font-size: 11px;
	margin: 0px 0px 5px 10px;
}
div.SubMenu div.Inner ul {
}
div.SubMenu div.Inner ul li {
	/* font-size: 0.8em; */
	font-size: 10px;
	display: inline; /* For IE */
}

div.SubMenu div.Inner ul li span,
div.SubMenu.Leftfloater div.Inner ul li span {
	background: url('../img/submenu_tab_top_right.gif') top right no-repeat;
}
div.SubMenu div.Inner ul li span a,
div.SubMenu.Leftfloater div.Inner ul li span a {
	background: url('../img/submenu_tab_bottom_right.gif') bottom right no-repeat;
}
div.SubMenu.Rightfloater div.Inner ul li span {
	background: url('../img/submenu_tab_top_left.gif') top left no-repeat;
}
div.SubMenu.Rightfloater div.Inner ul li span a {
	background: url('../img/submenu_tab_bottom_left.gif') bottom left no-repeat;
}

div.SubMenu div.Inner ul li span {
	background-color: #F37AC5 !important;
	display: block;
	border-bottom: 4px solid #E7F2EA;
}
div.SubMenu div.Inner ul li span:hover {
	background-color: #AC0518 !important;
}
div.SubMenu div.Inner ul li.Selected span {
	background-color: #AC0518 !important;
}

div.SubMenu div.Inner ul li a {
	display: block;
	padding: 4px 10px 4px 10px;
	width: 150px;
	color: white;
}
div.SubMenu div.Footer {
	display: none;
}





div.TabStrip
{
	padding: 7px 0px 0px 0px;
	/* margin-bottom: 1.5em; */
	margin-bottom: 18px;
	margin-left: 34px;
	margin-right: 34px;
	/* background: url('../img/tabstrip_back.gif') bottom left repeat-x; */
	border-bottom: solid 1px rgb(0, 80, 157);
	zoom: 1;
}

div.TabStrip div.Inner
{
	/* Workaround for f****** IE to prevent an extra space under the <ul> ... unbelievable but true ... */
	/* Border-Color should be the same as background-color of the content */
	/*
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	*/
	zoom: 1;
}

div.TabStrip div.Footer
{
	height: 1px;
	margin: -1px 0px -1px 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

div.TabStrip h3
{
	margin: 0px 0px 10px 0px;
	/* font-size: 0.9em; */
	font-size: 16px;
}

div.TabStrip ul
{
	padding: 0px;
}

div.TabStrip ul li
{
	display: block;
	margin: 3px 4px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	background: transparent url('../img/tab_top_left.gif') top left no-repeat;
	/* font-size: 0.8em; */
	font-size: 12px;
	border-bottom: 3px solid rgb(255, 212, 0);
}

div[class~='TabStrip'] ul li
{
	background: transparent url('../img/tab_top_left.png') top left no-repeat !important;
}

div.TabStrip ul li span
{
	display: block;
	padding: 0px 10px 0px 0px;
	background: transparent url('../img/tab_top_right.gif') top right no-repeat;
}

div[class~='TabStrip'] ul li span
{
	background: transparent url('../img/tab_top_right.png') top right no-repeat !important;
}

div.TabStrip ul li a
{
	display: block;
	padding: 8px 0px 4px 0px;
	background: transparent url('../img/tab_top.gif') top left repeat-x;
	white-space: nowrap;
	color: rgb(0, 80, 157);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
}

div.TabStrip ul li a:hover
{
	color: rgb(0, 80, 157);
	text-decoration: underline;
}

div.TabStrip ul li.Selected
{
	padding: 0px 0px 0px 8px;
	background: transparent url('../img/tab_top_left_selected.gif') top left no-repeat;
	border-bottom: 3px solid rgb(0, 80, 157);
}

div[class~='TabStrip'] ul li.Selected
{
	background: transparent url('../img/tab_top_left_selected.png') top left no-repeat !important;
}

div.TabStrip ul li.Selected span
{
	padding: 0px 8px 0px 0px;
	background: transparent url('../img/tab_top_right_selected.gif') top right no-repeat;
}

div[class~='TabStrip'] ul li.Selected span
{
	background: transparent url('../img/tab_top_right_selected.png') top right no-repeat !important;
}

div.TabStrip ul li.Selected a
{
	font-weight: bold !important;
	/* background: transparent url('../img/tab_top_selected.gif') top right repeat-x; */
	background: rgb(0, 80, 157) none top right repeat-x;
	color: white;
}
div.TabStrip ul li.Selected a:hover
{
	color: white;
}


div.TabStripSmall
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px !important;
	zoom: 1;
	border-bottom: 1px solid rgb(0, 80, 157);
}

div.TabStripSmall div.Body {
	display: inline-block;
}

div.TabStripSmall ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
}
div.TabStripSmall ul li {
	margin: 0px !important;
	padding: 5px 7px 4px 7px !important;
	float: left;
	background: rgb(255, 212, 0) !important;
}
div.TabStripSmall ul li a {
	display: block;
	text-decoration: none;
}
div.TabStripSmall ul li.Selected {
	float: left;
	background: rgb(0, 80, 157) !important;
}
div.TabStripSmall ul li.Selected a {
	color: white;
	font-weight: bold;
}
div.TabStripSmall div.Footer {
	height: 0px;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
	clear: both;
}




div.ElementGroup {
	margin-bottom: 10px;
}
div.ElementGroup div.Header {

}
div.ElementGroup div.Body {

}
div.ElementGroup div.Footer {

}
div.ElementUnit
{
	margin-bottom: 10px;
	background-color: rgb(255, 241, 174);
	padding: 12px 6px 12px 6px;
	clear: both;
	zoom: 1;
}
div.ElementUnit.FormSubmit
{
	background-color: transparent;
	padding-left: 0px;
}

div.ElementUnit p {
	padding-bottom: 0px;
}
div.ElementUnit br {
	clear: both;
}
div.ElementGroup div.ElementUnit
{
	margin-bottom: 1px;
}


div.ElementUnit label {
	padding-right: 5px;
	float: left;
	/* margin-bottom: 0.2em; */
	margin-bottom: 2px;
	margin-top: 3px;
	color: black;
	font-size: 12px;
}

div.ElementUnit.Simple {
	margin-bottom: 10px !important;
	padding: 0px;
	background: none;
	clear: both;
}
div.ElementUnit.Simple label {
	display: block;
	float: none;
	/*
	font-size: 0.65em;
	margin-bottom: 0.2em;
	*/
	font-size: 12px;
	margin-bottom: 2px;
	width: 100% !important;
}

div.ElementUnit.OrderNumber
{
	border: solid 1px rgb(255, 212, 0);
	border-bottom: none;
}

div.ElementUnit.IdentNumber
{
	border: solid 1px rgb(255, 212, 0);
	border-top: none;
}





div.FairguideHint
{
	width: 220px;
	margin: 0px 0px 20px 20px;
	float: right;
}
div.FairguideHint div.Body
{
	border-bottom: 3px solid rgb(247, 143, 59);
	border-left: 3px solid rgb(247, 143, 59);
	border-right: 3px solid rgb(247, 143, 59);
	background-color: white;
}
div.FairguideHint h3
{
	/* font-size: 0.7em; */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: white;
	background-color: rgb(247, 143, 59) !important;
	border: none !important;
}
div.FairguideHint h4 {
/*	background-color: #D61900; */
	padding: 6px 10px 6px 10px;
	/* font-size: 0.7em; */
	font-size: 12px;
	margin: 0px;
}
div.FairguideHint p {
	padding: 6px 10px 6px 10px;
	/*
	font-size: 0.65em;
	line-height: 1.3em;
	*/
	font-size: 12px;
	line-height: normal;
	margin: 0px;
}




div.CompanyDetail
{
	/*
	padding-left: 15px;
	padding-right: 15px;
	*/
}
div.CompanyDetail h4 {
	/* font-size: 0.9em; */
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
	/* padding: 3px 5px 3px 5px; */
	padding: 3px 0px 3px 0px;
	/* background-color:  rgb(255, 248, 215); */
	border-bottom: solid 1px rgb(0, 80, 157);
}
div.CompanyDetail p {
	padding-left: 5px;
	padding-right: 5px;
}
div.CompanyDetail ul {
	padding-left: 5px;
	padding-right: 5px;
}
div.CompanyDetail ul li {
	margin-right: 3px !important;
	padding-left: 14px;
	background: url("../img/list_dot.gif") 1px 4px no-repeat;
/*
	font-size: 0.8em;
	margin-bottom: 0.8em;
*/
	margin-bottom: 8px;
	color: black;
	zoom: 1;
}

div.Productbox {
	margin-bottom: 20px;
}
div.Productbox div.Header {

}
div.Productbox div.Body {
	padding-left: 5px;
	padding-right: 5px;
}
div.Productbox div.Footer {
	clear: both;
}
div.Productbox div.Header h4 span {
	/* font-size: 0.7em; */
	font-size: 10px;
}
div.Productbox div.Header h4 span.Display {
	display: none;
}
div.Productbox div.Header h4 span.Hide {
	display: inline;
}
div.Productbox.Closed div.Header h4 span.Display {
	display: inline;
}
div.Productbox.Closed div.Header h4 span.Hide {
	display: none;
}

div.Productbox div.Body p,
div.Productbox div.Body ul {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.Productbox.Open div.Body {
	display: block;
}
div.Productbox.Closed div.Body {
	display: none;

}
div.Productbox div.Body div
{
	float: right;
	padding: 6px;
	background-color: rgb(233, 233, 233);
	margin-left: 15px;
	margin-bottom: 15px;
}



div.ContactBox {
	float: left;
	width: 225px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.Half div.ContactBox {
	float: none;
}
div.ContactBox p {
	margin: 0px;
	padding: 0px;
}
div.ContactBox p.Name
{
	font-weight: bold;
	margin-top: 20px;
	color: rgb(0, 80, 157);
}
div.ContactBox p.Department {
	/*
	font-size: 0.65em;
	margin-bottom: 0.6em;
	*/
	font-size: 11px;
	line-height: normal;
	margin-bottom: 5px;
}
div.ContactBox p.Image
{
	width: 72px;
	height: 100px;
	background: white url('../img/noimage.gif') center center no-repeat;
	float: left;
	border: 3px solid rgb(255, 250, 210);
	line-height: 0;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}
div.ContactBox p.Image img {
}

div.ContactBox p.Email,
div.ContactBox p.Phone,
div.ContactBox p.Fax
{
	/* font-size: 0.7em; */
	font-size: 11px;
	line-height: normal;
	background-color: transparent;
	padding: 0px 5px 5px 5px;

}
div.ContactBox p.Email {
/*	border-top: 1px solid #C2CBD5; */
	clear: both;
	padding-top: 2px !important;
}
div.ContactBox p.Phone {
}
div.ContactBox p.Fax {
	padding-bottom: 5px !important;
}






div.AddressBox {
	margin-bottom: 30px;
}


div.AddressBox p {
	margin: 0px;
	padding: 0px;
}
div.AddressBox p.Image {

}
div.AddressBox p.Companyname
{
	margin-top: 10px;
	color: black;
	/* font-size: 0.9em; */
	font-size: 12px;
}
div.AddressBox p.Street {
	/* margin-top: 0.7em; */
	margin-top: 6px;
}
div.AddressBox p.City {

}
div.AddressBox p.WebURL {
	/* margin-top: 0.7em; */
	margin-top: 6px;
}
div.AddressBox p.Email {

}
div.AddressBox p.Phone {
	/* margin-top: 0.7em; */
	margin-top: 6px;
}
div.AddressBox p.Fax {

}


div.NewsBox {
	clear: both;
	margin-bottom: 20px;
}
div.NewsBox p.Title 
{
	/*
	font-size: 0.7em;
	margin-bottom: 0.3em;
	*/
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 0px;
	color: rgb(0, 81, 158);
	border-bottom: solid 1px rgb(0, 81, 158);
	text-align: right;
	zoom: 1;
}
div.NewsBox h3 
{
	/* border-bottom: 1px solid rgb(233, 233, 233); */
	padding-bottom: 4px;
	margin-top: 0px;
	/* margin-bottom: 0.5em; */
	margin-bottom: 8px;
	font-size: 14px;
	color: black;
}
div.NewsBox p.Date {
	/*
	font-size: 0.65em;
	padding-bottom: 0.6em;
	*/
	font-size: 11px;
	padding-bottom: 5px;
}
div.NewsBox p.MoreLink {
}
div.NewsBox div.NewsContent 
{
	/*
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
	*/
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px;
	color: black;
}
div.NewsBox div.NewsContent div.Image {

}
div.NewsBox div.NewsContent div.Text {

}
div.NewsBox div.NewsContent p,
div.NewsBox div.NewsContent li {
	/* font-size: 100%; */
}

div.NewsBox div.NewsContent h3,
div.NewsBox div.NewsContent h4 
{
	font-size: 12px;
	font-weight: bold;
	/*
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	*/
	margin-top: 8px;
	margin-bottom: 8px;
}


/* Pagemessages */
div.Pagemessage {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 10px 0px 30px;
}
div.Pagemessage p {
	/*
	line-height: 1.4em;
	margin-bottom: 0.5em;
	*/
	line-height: 14px;
	margin-bottom: 6px;
}
div.Pagemessage p em {
	font-style: normal;
}
div.Pagemessage ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	/* margin-bottom: 0.5em; */
	margin-bottom: 6px;
}
div.Pagemessage ul li {
	margin-bottom: 5px;
}

div.Pagemessage.Error {
	background: #FEEAEB url('../img/pagemessage_error_back.gif') top left no-repeat;
	border: 1px solid #FBA3A7;
	color: #EC1D26 !important;
}

div.Pagemessage.Confirmation {
	background: #E4F5DE url('../img/pagemessage_conf_back.gif') top left no-repeat;
	border: 1px solid #82B76F;
	color: #33711D !important;
}

div.Pagemessage.Info {
	background: #EFEFEF url('../img/pagemessage_info_back.gif') top left no-repeat;
	border: 1px solid #A6A6A6;
	color: #606060 !important;
}






/* Image Gallery */
div.ImageGallery {
	position: relative;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
	zoom:1;
}
div.ImageGallery div.Inner {
}
div.ImageGallery div.Inner h2 {
	/* font-size: 1em; */
	margin: 0px 15px 8px 0px;
	padding: 0px;
}
div.ImageGallery div.Inner h2 a
{
	text-decoration: none;
}
div.ImageGallery div.Inner h2 a:hover
{
	text-decoration: underline;
}

div.ImageGallery div.Inner p
{
	/*
	font-weight: bold;
	color: rgb(55, 69, 129);
	*/
}


div.ImageGallery div.Inner div.Previews {

}

div.ImageGallery div.Inner div.Previews img
{
	width: 100px;
	height: 100px;
	padding: 3px;
	background-color: rgb(255, 212, 0);
	border: none;
	/* border: 1px solid rgb(190, 214, 48); */
}
div.ImageGallery div.Inner div.Previews a {
	margin-right: 15px;
}

div.ImageGallery div.Inner div.GalleryListing {
	margin: 0px;
	padding: 0px;
}

div.ImageGallery div.Inner div.GalleryListing div.GalleryListItem {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

div.ImageGallery div.Inner div.GalleryListing div.GalleryListItem div.Image {
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
}
div.ImageGallery div.Inner div.GalleryListing div.GalleryListItem div.Image img
{
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 3px;
	background-color: rgb(255, 212, 0);
	border: none;
}
div.ImageGallery div.Inner div.GalleryListing div.GalleryListItem div.Description {
	padding: 0px 0px 0px 116px;
	margin: 0px;
}

div.ImageGallery ul {
	margin: 15px 15px 15px 15px;
	padding: 0px;
	font-size: 13px;
}

div.ImageGallery li {
	margin: 0px 0px 0.4em 0px;
	padding: 0px;
}


/* Special Containers - ANFANG */

div.StandardContent div.CarRoutesMap
{
	width: 540px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: rgb(244, 244, 244);
	border: solid 1px rgb(255, 151, 2);
	overflow: hidden;
}

div.StandardContent div.CarRoutesMap img
{
	position: relative;
	left: 0px;
	display: block;
	padding: 0px !important;
	margin: 0px !important;
	background-color: none;
	border: none;
}


/* Special Containers - ENDE */



/* Popup */
div#PopupWrapper 
{
	padding: 0px;
	/* font-size: 0.8em; */
	font-size: 12px;
}
div#PopupWrapper div#PopupHeader 
{
	height: 58px;
	margin: 0px 0px 23px 0px;
	padding: 0px;
	background-color: rgb(0, 81, 158);
	border-bottom: solid 1px white;
	overflow: hidden;
	background-image: url('../img/LogoPopup.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#PopupWrapper div#PopupHeader a
{
	color: white;
	margin-right: 12px;
	text-decoration: none;
}
div#PopupWrapper div#PopupHeader a:hover
{
	text-decoration: underline;
}

div#PopupWrapper div#PopupBody 
{
	
}
div#PopupWrapper div.WindowClose 
{
	margin-top: 36px;
	text-align: right;
}
div#PopupWrapper div.WindowClose span {
	
}


/* ----  Image Gallery in Popup ... */
div#PopupWrapper div#PopupBody div.GalleryImage 
{
	clear: both;
	text-align: center;
}

div#PopupWrapper div#PopupBody div.GalleryImage img 
{
	background-color: rgb(255, 250, 210);
	/* border: 1px solid rgb(204, 204, 204); */
	padding: 10px;
}

div#PopupWrapper div#PopupBody div.ImageDescription {
	margin-top: 10px;
}
div#PopupWrapper div#PopupBody div.ImageDescription p {
}
div#PopupWrapper div#PopupBody div.Nav 
{
	height: 20px;
	margin-top: 10px;
	padding-top: 3px;
	background-color: rgb(0, 81, 158);
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	overflow: hidden;
}
div#PopupWrapper div#PopupBody div.Nav div.Center,  
div#PopupWrapper div#PopupBody div.Nav div.Center h1
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
}

div#PopupWrapper div#PopupBody div.Nav a
{
	color: white;
	text-decoration: none;
}
div#PopupWrapper div#PopupBody div.Nav a:hover
{
	text-decoration: underline;
}

div#PopupWrapper div#PopupBody div.Nav div.Leftfloater
{
	width: 120px;
}
div#PopupWrapper div#PopupBody div.Nav div.Rightfloater
{
	text-align: right;
	width: 120px;
}

div#PopupWrapper div#PopupBody div.Nav div.Leftfloater a
{
	margin-left: 12px;
}
div#PopupWrapper div#PopupBody div.Nav div.Rightfloater a
{
	margin-right: 12px;
}





/* Navigation */
#NavigationFrame {
}


/* Main Menu */

div#NavMain
{
}

div#NavMain ul
{
	font-family: Arial, Helvetica, sans-serif;
}

div#NavMain ul.MainMenu
{
}

div#NavMain ul.MainMenu li
{
	display: inline; /* Workaround to prevent IE from displaying a magic space under li's */
}

div#NavMain ul.MainMenu li.SubHeader
{
	display: none;
}

div#NavMain ul.MainMenu li a
{
	display: block;
	margin: 0px;
	padding: 6px 10px 6px 14px;
	color: white;
	border-bottom: solid 1px white;
	background-color: rgb(0, 80, 157);
	/* font-size: 0.8em; */
	text-decoration: none;
	font-weight: bold;
}
div#NavMain ul.MainMenu li a:hover
{
	color: white;
	background-color: rgb(64, 124, 182);
	text-decoration: none;
}
div#NavMain ul.MainMenu li.IsPage
{
}
div#NavMain ul.MainMenu li.IsPage a,
div#NavMain ul.MainMenu li.IsPage a:hover
{
	color: white;
	background-color: rgb(64, 124, 182);
}
div#NavMain ul.MainMenu li.IsTree a
{
	color: white;
	background-color: rgb(64, 124, 182);
}
div#NavMain ul.MainMenu li.IsTree a:hover
{
	color: white;
	background-color: rgb(64, 124, 182);
}
div#NavMain ul.MainMenu li.IsTree.IsPage a
{
	color: white;
	background-color: rgb(64, 124, 182);
}
div#NavMain ul.MainMenu li.IsTree.IsPage a:hover
{
	color: white;
	background-color: rgb(64, 124, 182);
}

	div#NavMain ul.MainMenu li ul li a,
	div#NavMain ul.MainMenu li.IsTree ul li a,
	div#NavMain ul.MainMenu li.IsTree.IsPage ul li a
	{
		color: rgb(0, 80, 157) !important;
		background-color: rgb(171, 197, 223) !important;
	}
	div#NavMain ul.MainMenu li ul li a:hover,
	div#NavMain ul.MainMenu li.IsTree ul li a:hover,
	div#NavMain ul.MainMenu li.IsTree.IsPage ul li a:hover
	{
		color: rgb(0, 80, 157) !important;
		background-color: rgb(205, 220, 236) !important;
	}
	div#NavMain ul.MainMenu li ul li.IsPage a,
	div#NavMain ul.MainMenu li ul li.IsTree a
	{
		color: rgb(0, 80, 157) !important;
		background-color: rgb(205, 220, 236) !important;
	}
	div#NavMain ul.MainMenu li ul li.IsPage a:hover,
	div#NavMain ul.MainMenu li ul li.IsTree a:hover
	{
		color: rgb(0, 80, 157) !important;
		background-color: rgb(205, 220, 236) !important;
	}




div#NavMain ul.PageNavSubmenu
{
	display: none; /* hide not selected submenus */
}
div#NavMain ul.PageNavSubmenu.IsOpen
{
	display: block; /* display selected submenu */
}
div#NavMain ul.PageNavSubmenu li {
}
div#NavMain ul.PageNavSubmenu li a
{
	background-color: rgb(100, 193, 234);
	font-weight: normal;
	padding-left: 20px;
}



#NavigationFooter {
	padding-top: 10px;
	padding-bottom: 10px;
}
#NavigationFooter ul {
	font-family: Arial, Helvetica, sans-serif;
}
#NavigationFooter ul li {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#NavigationFooter ul li a {
	color: white;
	/* font-size: 0.8em; */
	font-size: 10px;
	font-weight: bold;
}





/* Medienpartner - ANFANG */

div.MedienPartner
{
	margin-bottom: 2em;
}

div.MedienPartner div.ContentSectionHead
{
	display: none;
}

div.MedienPartner div.ContentSectionFooter
{
	float: none;
	clear: both;
	height: 1px;
}

div.MedienPartner ul
{
	list-style-type: none;
}

div.MedienPartner ul li
{
	margin: 0px 24px 0px 0px;
	padding: 0px;
	background-image: none;
	float: left;
}

div.MedienPartner ul li a img
{
	display: block;
	border: none;
}


/* Medienpartner - ENDE */


/* DownloadBoxes - ANFANG */

div#InfoFlyerDownloadBox
{
	height: 182px;
	margin: 0px 15px 18px 15px;
	padding: 0px;
	background: rgb(254, 252, 186) url('../img/BgBox01.gif') top left repeat-x;
}

div#InfoFlyerDownloadBox div.Thumbnail
{
	float: left;
	margin: 0px 15px 0px 15px;
}

div#InfoFlyerDownloadBox div.Thumbnail img
{
	display: block;
}

div#InfoFlyerDownloadBox div.Description
{
	margin: 0px 15px 0px 15px;
	padding-top: 80px;
}

div#InfoFlyerDownloadBox div.ViewerDownload
{
	margin: 0px 15px 18px 15px;
}

/* DownloadBoxes - ENDE */



/* Spezielle Deco-Texte - ANFANG */

/* Spezielle Deco-Texte - ENDE */



div#ContentNavBar
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 34px;
	/* background-color: rgb(200, 197, 201) */
	/* background-color: #C6E0F3; */
	background: rgb(62, 63, 64) url('../img/BgContentNavBar.gif') top left repeat-x;
	border-bottom: solid 1px rgb(204, 204, 204);
	overflow: hidden;
	zoom: 1;

}

div#ContentNavBar p
{
	color: white;
}

div#ContentNavBar a
{
	color: white;
	text-decoration: none;
}
div#ContentNavBar a:hover
{
	color: white;
	text-decoration: none;
}


div#ContentNavBar div#myMesseKickbar
{
	float: left;
	padding-top: 6px;
	padding-left: 10px;
}

div#ContentNavBar div#myMesseKickbar img
{
	vertical-align: middle;
	margin-right: 2px;
}

div#ContentNavBar div#myMesseKickbar span
{
	margin-right: 20px;
}


/* Sitemap - ANFANG */

div#ContentBody div.ContentSection.Sitemap div.ContentSectionBody
{
	margin: 0px 15px 0px 15px;
}

div#ContentBody div.ContentSection.Sitemap div.ContentSectionBody div
{
	height: 25px;
}

div#ContentBody div.ContentSection.Sitemap div.ContentSectionBody div img
{
	width: 50px;
	height: 25px;
}

/* Sitemap - ENDE */



/* Sprachumschaltung - ANFANG */

div.LanguageSelect
{
	position: absolute;
	left: auto;
	right: 17px;
	top: 9px;
	width: 100px;
	height: 15px;
}

div.LanguageSelect div.LanguageSelectHead
{
	display: none;
}

div.LanguageSelect div.LanguageSelectFooter
{
	height: 1px;
	margin: -1px 0px -1px 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	float: right;
	clear: both;
}

div.LanguageSelect div.LanguageSelectBody
{
	/* padding-right: 17px; */
}

div.LanguageSelect div.LanguageSelectBody div.LanguageSwitch
{
	text-align: right;
}

div.LanguageSelect div.LanguageSelectBody div.LanguageSwitch a
{
	/* display: block; */
	position: relative;
	left: 0px;
	top: 0px;
	/* height: 16px; */
	/* margin: 8px 17px 0px 12px; */
	padding: 0px 32px 2px 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight: bold; */
	text-decoration: none;
}

div.LanguageSelect div.LanguageSelectBody div.LanguageSwitch a:hover
{
	text-decoration: underline;
}

div.LanguageSelect div.LanguageSelectBody div.LanguageSwitch.English a
{
	background: transparent url('../img/nav_flag_en.gif') right top no-repeat;
}

div.LanguageSelect div.LanguageSelectBody div.LanguageSwitch.German a
{
	background: transparent url('../img/nav_flag_de.gif') right top no-repeat;
}

/* Sprachumschaltung - ENDE */


/* Sprachumschaltung Produktpflege-Login/Logout */
div#ContentBody div.StandardContent.ProductMaintenanceControl
{
	margin-top: 20px;
	z-index: 1000; /*Quick Bugfix */
}


/* Suchergebnis */

div.SearchResults
{
	width: 380px;
}

div.SearchResults table.Clean.Size.L
{
	width: 100%;
}


/* ToggleBox - ANFANG */

div.ProtoToggleBox,
div.ProtoToggleBox *
{
	zoom: 1;
}

div.ProtoToggleBox
{
	margin-bottom: 15px;
	/* border-bottom: 1px solid rgb(204, 204, 204); */
}

div.ProtoToggleBox h3
{
	font-size: 12px;
	font-weight: normal;
	color: rgb(55, 69, 129);
	background: rgb(244, 244, 244) url('../img/list_dot_treeclosed.gif') 8px 8px no-repeat;
	border: 1px solid rgb(255, 151, 2);
	padding: 4px 8px 4px 20px;
	margin: 0px;
	cursor: pointer;
}
div.ProtoToggleBox h3:hover
{
	text-decoration: underline;
}

div.ProtoToggleBox div.ProtoToggleBoxContent
{
}
div.ProtoToggleBox div.ProtoToggleBoxContent div.Inner
{
	padding: 10px 8px 4px 8px;
	border: 1px solid rgb(255, 151, 2);
	border-top: none;
	/* border-bottom: none; */
}
div.ProtoToggleBox div.ProtoToggleBoxContent div.Inner img
{
	padding: 0px;
}

/* ToggleBox - ENDE */


/* Slideshow - ANFANG */
div.Slideshow,
div.Slideshow h1.SlideshowOverlay,
div.Slideshow div.SlideshowCanvas,
div.Slideshow div.SlideshowCanvas ul.Slides,
div.Slideshow div.SlideshowCanvas ul.Slides li.Slide
{
	left: 0px;
	top: 0px;
	width: 770px; /* ??? */
	overflow: hidden;
}

div.Slideshow
{
	position: relative;
	background-color: transparent;
}

div.Slideshow h1.SlideshowOverlay,
div.Slideshow div.SlideshowCanvas,
div.Slideshow div.SlideshowCanvas ul.Slides,
div.Slideshow div.SlideshowCanvas ul.Slides li,
div.Slideshow div.SlideshowCanvas ul.Slides li img
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
}

div.Slideshow h1.SlideshowOverlay
{
	z-index: 1100;
	background-repeat: no-repeat;
}

div.Slideshow h1.SlideshowOverlay span.Text
{
	display: none;
}


div.Slideshow div.SlideshowCanvas
{
	z-index: 1000;
}

div.Slideshow div.SlideshowCanvas ul.Slides
{
	top: 94px;
	list-style-type: none;
	padding: 0px;
}

div.Slideshow div.SlideshowCanvas ul.Slides li.Slide
{
	margin: 0px;
	padding: 0px;
}

div.Slideshow div.SlideshowCanvas ul.Slides li.Slide img
{
	/*
	width: 680px;
	height: auto;
	margin-top: 0px;
	margin-left: 89px;
	*/
	width: 770px;
	/* height: auto; */
	height: 416px;
	margin-top: 0px;
	margin-left: 0px;
}
/* Slideshow - ENDE */


/* NewsSlider - ANFANG */

div.NewsSlider
{
	margin: 0px 0px 26px 0px;
	height: 156px;
	padding: 0px;
	border-top: solid 1px rgb(255, 212, 0);
	/* border-bottom: solid 1px rgb(204, 204, 204); */
	background: rgb(255, 248, 215) none left top repeat-x;
}

div.NewsSlider ul.SliderItems
{
	padding: 13px 0px 13px 0px;
}

div.NewsSlider ul.SliderItems li
{
	width: 336px;
}

div.NewsSlider ul.SliderItems li div.SldImage
{
	width: 150px;
	height: 130px;
	overflow: hidden;
	float: left;
	border: solid 1px rgb(0, 80, 157);
}

div.NewsSlider ul.SliderItems li div.SldContent
{
	padding: 5px 10px;
	overflow: auto;
}

div.NewsSlider ul.SliderItems li div.SldContent h4
{
	font-size: 14px;
	color: rgb(0, 80, 157);
}

div.NewsSlider ul.SliderItems li div.SldContent h4,
div.NewsSlider ul.SliderItems li div.SldContent p
{
	margin-bottom: 0px;
}

div.NewsSlider ul.SliderItems li div.SldContent p
{
	font-size: 11px;
	line-height: 13px;
}
div.NewsSlider h3,
div.NewsSlider h4,
div.NewsSlider a
{
	color: rgb(0, 80, 157);
}

div.NewsSlider p
{
	color: black;
}

div.NewsSlider h4 a
{
	color: rgb(0, 80, 157);
	font-weight: bold;
}

div.NewsSlider div.jcarousel-prev-horizontal
{
	/* width: 21px; */
	width: 50px;
	height: 156px;
	/* border-right: solid 1px rgb(204, 204, 204); */
	/* background: rgb(222, 222, 222) url('/styles/shared/img/SliderArrowPrevious.gif') 5px center no-repeat; */
	background: rgb(255, 248, 215) url('../img/SliderArrowPrevious.gif') 9px center no-repeat;
}

div.NewsSlider div.jcarousel-next-horizontal
{
	/* width: 21px; */
	width: 50px;
	height: 156px;
	/* border-left: solid 1px rgb(204, 204, 204); */
	background: rgb(255, 248, 215) url('../img/SliderArrowNext.gif') 11px center no-repeat;
}

div.NewsSlider div.jcarousel-prev-horizontal:hover,
div.NewsSlider div.jcarousel-next-horizontal:hover
{
	background-color: rgb(255, 238, 153);
}

div.NewsSlider div.jcarousel-clip
{
	left: 50px;
	width: 670px;
}

/* NewsSlider - ENDE */


/* Wetter-Widget "Wetterwolf.de" - ANFANG */

div#NavigationBasics_WeatherWidget_Wetterwolf
{
	position: absolute;
	left: 131px;
	top: 3px;
	width: 34px;
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 10010;
	
	background: transparent url('../img/nav_basic_weather.gif') 1px 1px no-repeat;
	border: solid 1px transparent;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: rgb(0, 97, 35);
}

div#NavigationBasics_WeatherWidget_Wetterwolf:hover,
div.WeatherWidged_Hover
{
	width: 310px;
	height: auto;
	background: rgb(172, 206, 239) url('../img/BgWeatherWidget.gif') left top repeat-x;
	border: solid 1px white;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetHead,
div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetFooter
{
	color: black;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetHead
{
	padding: 10px 5px 0px 20px;
	background: transparent url('../img/nav_basic_weather_act.gif') 1px 1px no-repeat;
	text-align: center;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetFooter
{
	padding: 10px 5px 5px 5px;
	text-align: center;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetHead a,
div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetFooter a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetHead a:hover,
div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetFooter a:hover
{
	text-decoration: underline;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetBody
{
}

div#NavigationBasics_WeatherWidget_Wetterwolf div.WeatherWidgetBody iframe
{
	display: block;
	width: 300px;
	height: 270px;
	margin: 0px auto 0px auto;
	border: none;
}

div#NavigationBasics_WeatherWidget_Wetterwolf div
{
	display: none;
}

div#NavigationBasics_WeatherWidget_Wetterwolf:hover div,
div.WeatherWidged_Hover div
{
	display: block !important;
}

/* Wetter-Widget "Wetterwolf.de" - ENDE */

