﻿/*----------------------------------------------------------
Basisstyleangaben
----------------------------------------------------------*/
*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:  Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #4d4f53;
}


/* Primäre Layout Elemente
----------------------------------------------------------*/

#Page {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#LogoContainer {
    height:30px;
}
#MenuContainer {
	height: 45px;
}

#Logo {
	float: left;
	width: 200px;	
	padding-top:10px;
}

#TopMenu {
	font-size: 0.75em;
	text-align: right;
	color: #252c26;
}

#TopMenu a:link {
	color: #252c26;
}

#TopMenu a:visited {
	color: #252c26;
}

#TopMenu a:hover {
	color: #252c26;	
}

.StandardWidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	clear: both;
}

#InnerHeader {
	padding-left: 10px;
	padding-right: 10px;
}


#MenuContainer {
	margin-top: 60px;
}

#ContentHeader {
	background: url('Images/standard_bg.gif');
	height: 108px;
}

#ContentHeaderHomepage {
	background: url('Images/homepage_safe_bg.gif');
	height: 373px;
}

#InnerContentHeaderHomepage {
	background: url('Images/homepage_safe.gif') no-repeat top right;	
	background-position: right 10px;
	height: 390px;
}
#InnerContentHeaderProdukttour {
}

#InnerContentHeaderLeft {
	float: left;
	width: 600px;
}
#InnerContentHeaderRight {
	margin-left: 650px;
	text-align: right;
	padding-right: 10px;
	padding-top: 26px;
}


#ContentContainer {
	border-left: 1px solid #d5d5d3;
	border-right: 1px solid #d5d5d3;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#ContentLeft {
	float: left;
	width: 680px;
}

#ContentRight {
	background: url('Images/verlauf.gif') no-repeat;
	background-position: top left;
	margin-left: 720px;
	min-height: 500px;
}

.ContentPadding {
	padding: 10px 20px 10px 20px;
}

#Footer {
	background-image: url('Images/homepage_safe_bg.gif');
	background-position: 5px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #d5d5d3;
	border-top: 1px solid #d5d5d3;
	margin-bottom: 10px;
	clear: both;
}

#Footer ul {
	padding-left: 0px;
	margin-left: 0px;
}
#Footer li {
	list-style: none;
	font-size: 0.8em;
}

#Footer ul li a, #Footer ul li a:hover, #Footer ul li a:active {
	color: #4d4f53;
	
}

#Footer ul li a:hover {	
}

#FooterCopyright {
	font-size: 0.75em;
	color: #4d4f53;
	padding-top: 10px;
}


/* Zwei Spalten Layout   
----------------------------------------------------------*/
div.TwoColumnContainer {
	margin: 0;
	padding: 0;
	margin: auto;
}
div.TwoColumnContainerLeft, div.TwoColumnContainerLeftHomepage {
	float: left;
	width: 310px;
	border-right: 1px solid #d5d5d3;
	padding-right: 20px;
}
div.TwoColumnContainerRight, div.TwoColumnContainerRightHomepage {
	border-left: 1px solid #d5d5d3;
	margin-left: 330px;
	padding-left: 20px;
}

div.TwoColumnContainerLeftHomepage {
	width: 440px;
}
div.TwoColumnContainerRightHomepage {
	margin-left: 460px;
}


/*----------------------------------------------------------*/
/* Menüs
----------------------------------------------------------*/

/* Hauptmenü   
----------------------------------------------------------*/
#Menu {
	height: 45px;
	overflow: hidden;
}
#Menu ul {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	padding-top: 0px;
}
#Menu ul li {
	display: inline;
	background: url(Images/menu_left.gif) no-repeat left top;
	float: left;
	height: 45px;
}
#Menu ul li.selected {
	background-position: left -45px;
	color: White;
}
#Menu ul li a {
	padding-bottom: 0px;
	line-height: 43px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	background: url(Images/menu_right.gif) no-repeat right top;
	float: left;
	height: 45px;
	color: #4d4f53;
	font-size: 14px;
	font-weight: lighter;
	padding-top: 0px;
	
}
#Menu ul li.selected a {
	background-position: right -45px;
	color: White;
}

#MenuPortal {
	float: right;
	padding-top: 15px;
}

#MenuPortal a {
	font-size: 1.2em;
}


/* Menü auf der rechten Seite
----------------------------------------------------------*/
ul#MenuRight {
	padding: 0;
	position: relative;
	margin: 0;
	margin-left: -18px;
}

ul#MenuRight li {
	padding: 0;
	margin: 0;
	line-height: 2.5em;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
	padding-left: 20px;
}

ul#MenuRight li a {
	font-size: 1.3em;
	font-weight: lighter;
	
	color: #252c26;
	background: url('Images/arrow.gif') no-repeat left center;
	padding-left: 15px;
}

ul#MenuRight li.selected a {
	background: url('Images/arrow_selected.gif') no-repeat left center;
	color: #e30909;
}

ul#MenuRight li ul#MenuRightSub {
	margin-bottom:10px;
}

ul#MenuRight li ul#MenuRightSub li {
	border: 0;
	margin: 0px;
	line-height: 1.9em;
	padding-left: 16px;
}
ul#MenuRight li ul#MenuRightSub li a {
	font-size: 0.9em;
	font-weight: lighter;	
	color: #252c26;
	background: url('Images/arrow_submenu.gif') no-repeat left center;
	padding-left:10px;
}

ul#MenuRight li ul#MenuRightSub li.selected a {
	background: url('Images/arrow_submenu_selected.gif') no-repeat left center;
	color: #e30909;
}

/* Menü auf der rechten Seite (Kontaktformular)
----------------------------------------------------------*/
#RightMenuContact ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom:10px;
}

#RightMenuContact ul li h4 {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	
	color: #252c26;	
	padding-top:4px;
	padding-bottom:10px;
	cursor:pointer;	
	padding-left: 11px;
}

h4.arrow {
    background: url('Images/arrow.gif') no-repeat left 6px;
}

h4.arrowdown {
    background: url('Images/arrow_down.gif') no-repeat left 6px;	
}

#RightMenuContact ul li div {
    padding-left:15px;   
    display:none;
}

#RightMenuContact p {
	margin-bottom:20px;		
}

#RightMenuContact h2 {
	font-size:1.8em;	
}

#RightMenuContact span {
	font-size:0.8em;
}


/* Menü von Produkttour (Videos)  
----------------------------------------------------------*/
ul#MenuVideo {
	padding: 0;
	position: relative;
	margin: 0;
}

ul#MenuVideo li {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #d5d5d3;
	width: 270px;
	margin-bottom:8px;
}

ul#MenuVideo li a.videoLink {
	font-size: 1.3em;
	font-style: italic;
		
	color: #252c26;
	background: url('Images/arrow.gif') no-repeat left center;
	padding-left: 15px;	
}
ul#MenuVideo li a.videoLink span {
	font-size: 0.7em;
}

ul#MenuVideo li p {
	font-size: 0.8em;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top:5px;
}

ul#MenuVideo li a:hover {
	
}

ul#MenuVideo li a:active {
	
}


ul#MenuVideo li.selected a.videoLink {
	background: url('Images/arrow_selected.gif') no-repeat left center;
	color: #e30909;
}

#MediaContainer {
}


/* Menü im Footer   
----------------------------------------------------------*/
ul#MenuFooter {
	margin: 0;
	margin-right: -18px;
	text-align: right;
}

ul#MenuFooter li {
	display: inline;
	list-style: none;
}

ul#MenuFooter li a {
	padding: 10px 20px;
	
	color: #4d4f53;
	font-size: 0.9em;
}

ul#MenuFooter li a:hover {	
}

ul#MenuFooter li a:active {
	
}

ul#MenuFooter li.selected a {
	color: #4d4f53;
}



/* Menü zum Registrieren (Button mit slidedown)    
----------------------------------------------------------*/

.RegisterMenu {
    position:absolute;
    display:none;
    height:41px;
    background-image:url('Images/register_menu_bg.gif');
    border: 1px solid #b3b3b3;    
    text-align:center;
}

.RegisterMenu div {
    margin:10px;
}

.RegisterMenu div table tr td {
    white-space:nowrap;
}

.RegisterMenu div table a {
    font-size:1.02em;
    color: #4d4f53;
	background: url('Images/link.gif') no-repeat left 4px;
	padding-left: 15px;
}

#Register .RegisterMenu div table a {
    font-size:1.2em;    
}


/*----------------------------------------------------------*/
/* Formatierung beliebige Elemente
----------------------------------------------------------*/


/* Anchor Elemente
----------------------------------------------------------*/

a {
	color: #de0000;
	text-decoration: none;
}
a:visited {
	color: #de0000;
	text-decoration: none;
}
a:hover {
	color: #de0000;
	text-decoration: underline;
}
a:active {
	color: #de0000;
	text-decoration: none;
}

/* Überschriften   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
	color: #de0000;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 5px;
}

h1 {
	font-size: 2.7em;
}
h2 {
	font-size: 2.3em;
	color: #4d4f53;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

.Gray {
	color: #4d4f53;
}
.Red {
	color: #de0000;
}

#InnerContentHeader h1 {
	font-size: 2.5em;
	font-weight: lighter;
	padding-bottom: 0px;
}

#InnerContentHeader h2 {
	padding-top: 0px;
	font-size: 1.1em;
}


fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"] {
	width: 250px;
	border: 1px solid #CCC;
}

textarea {
	border: 1px solid #CCC;
}

input[type="password"] {
	width: 200px;
	border: 1px solid #CCC;
}

/* Textformatierung  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}


.Text {
	font-size: 1.0em;
}

#Footer .Text {
	font-size: 0.9em;
}

.Paragraph {
	padding-bottom: 20px;
}



.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

.display-label, .editor-label, .display-field, .editor-field {
	margin: 0.5em 0;
}

 .editor-label{
	margin-top:10px;	
	margin-bottom:0px;
 }
 
 .editor-field{
	margin-top:0px;	
 }

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}

.InfoMessage {
    border: 1px solid #d5d5d3;
    padding:8px;
}

.AlertMessage {
    border: 1px solid red;
    padding:8px;
    color:Red;
}


/* Blog
----------------------------------------------------------*/

#BlogList {
	padding:0;
	margin:0;
	margin-top:20px;	
	margin-right:30px;
}

#BlogList h1 {
	padding:0;
	margin:0;	
	font-size:1.9em;	
}
#BlogList h5 {
	padding:0;
	margin:0;
	font-size:1.1em;	
	color:#4d4f53;
}

.BlogEntry {
	margin-bottom:20px;	
}

.BlogEntry .BlogComment {
	background:url('Images/comment.gif') no-repeat;
	padding-left:20px;
	float:left;
	width:120px;	
	margin-top:10px;
}
.BlogEntry .BlogMain {
	padding:0;
	margin-left:140px;
}

.BlogEntry .BlogMain p {
	padding-top:10px;
}

.BlogEntry .BlogFooter {
	margin-top:7px;
	margin-left:140px;
	clear:both;
}

.BlogEntry .BlogFooter .BlogInfoLeft {
	float:left;	
}

.BlogEntry .BlogFooter .BlogInfoLeft span {
	font-weight:bold;
}

.BlogEntry .BlogFooter .BlogInfoRight {
	background:url('Images/comment.gif') no-repeat;
	padding-left:20px;	
	float:right;	
}


.BlogEntryWithComment .BlogFooter{
	padding-top:5px;	
}
.BlogEntryWithComment .BlogFooter span{
	font-weight:bold;
}

.BlogCommentBox {
	margin-top:20px;
	border:1px solid #d5d5d3;
	padding: 5px;	
	background-color:#f5f5f5;
}

.BlogCommentBox .BlogCommentLeft {
	float:left;
	width: 150px;	
	text-align:right;	
}

.BlogCommentBox .BlogCommentLeft h3 {
	margin-top:0;
	padding-top:0;
}

.BlogCommentBox .BlogCommentRight {
	margin-left: 160px;	
}

.BlogCommentBox .BlogCommentRight h3 {
	padding-top:0;
	color:#4d4f53;
}


#BlogCategoryMenuSearch {
	display:block;
	margin-top: 20px;
	margin-left:-5px;
	width:208px;
	height:42px;
	background:url('Images/categorymenu_search_bg.gif') no-repeat;		
}

#BlogCategoryMenuSearch div {
	padding-top:8px;
	padding-left:10px;
}

#BlogCategoryMenuSearch input {
	border:0;
	width:130px;
	font-size:1.2em;
	padding:4px;
	vertical-align:middle;
	color:#4d4f53;
}
#BlogCategoryMenuSearch a {
}

#BlogCategoryMenuSearch a img{
	vertical-align:middle;
	margin-left:10px;
	border:0;
}

#BlogCategoryMenuHeadline {
	margin-top:20px;
	margin-left:-20px;
	height:41px;
	background:url('Images/categorymenu_bg.gif') no-repeat top right;
	padding-left: 20px;
}
#BlogCategoryMenuHeadline h4 {
	color:White;
	font-size:1.2em;	
}


#BlogCategoryMenuHeadline ul {
	
}

#BlogCategoryMenu ul {
	padding: 0;
	position: relative;
	margin: 0;
	margin-top:10px;
	margin-left: -18px;
}

#BlogCategoryMenu ul li {
	padding: 0;
	margin: 0;
	line-height: 2.0em;
	list-style: none;
	padding-left: 20px;
}

#BlogCategoryMenu ul li a {
	font-size: 1.1em;
	font-weight: lighter;
	
	color: #e30909;
	background: url('Images/categorymenu_category_li.gif') no-repeat left center;
	padding-left: 15px;
}

#BlogCategoryMenu ul li a:hover {
	
}

#BlogCategoryMenu ul li a:active {
	
}

#BlogCategoryMenu ul li.selected a {
	font-weight:bold;
}

#LatestBlog {
	padding-top:10px;
}

#LatestBlog h3 a:hover {
    text-decoration:underline;
}

#LatestBlog h3 {
	padding:0;
	margin:0;
	color: 	#4d4f53;
	font-style:italic;
}

#LatestBlog p.text {
	padding-top:7px;	
}


/* Presse
----------------------------------------------------------*/
.PressEntry {
	padding-bottom:10px;
}
.PressEntry h3 {
	color: 	#4d4f53;
}

.PressEntry .Medium {
	padding-top:5px;
	font-size:0.9em;
}

.PressEntry .PressEntryLink {
	padding-top:10px;
}
.PressEntry .PressEntryLink a {
	background:url('Images/pdf.gif') no-repeat top left;
	padding-left:20px;
	padding-bottom:10px;
}


#Impressum {
	font-size:0.9em;
}

#Impressum p {
	margin-bottom:20px;	
	text-align:justify;
}

#Impressum h2 {
	font-size:1.4em;
}


div.PdfImageRight {
	clear:both;
	padding-top:20px;
}

div.PdfImageRight p {		
	float:left;
	width:600px;
}
div.PdfImageRight img {	
	margin-left:20px;
	float:right;
	border:0;
}