/*##############################################################################################*/
/*### Allgemeine Angaben #######################################################################*/
/*##############################################################################################*/

   html, body {					/* Allgemeine */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* für IE */
	margin-top: 1px;
	
/*	background: url(../img/layout/hg_bl_v.gif);
	background-repeat: no-repeat; 
	background-position: center; 
	background-repeat: no-repeat; */
	background-color: #fff;
/*	background-color: #29458F; */
   }
   
/*##############################################################################################*/
/*### DIV-Container ############################################################################*/
/*##############################################################################################*/

   #all {					/* ganzes Layout */
	width: 900px;
/*	height: 500px;
	border: 1px #f79239 solid; */
	margin: 0px auto;
	margin-bottom: 0px; 
	text-align: left;
	background: url(../img/start/hg_vipseats.gif);
	background-repeat: no-repeat;
	}

   #page {					/* Inhalt Startseite */
/*	border-right: 2px #c93 solid; */
	height: 1%;				/* Peekaboo-Bug vom IE */
/*	background: url(../img/layout/hg_vipseats_2s.gif);
	background-repeat: repeat-y; */
   }

   #top {					/* Pfad */
	height: 0px;
/*	border-bottom: 1px #666 solid;
	background: url(../img/layout/trennlinie_header.gif);
	background-repeat: no-repeat;*/
	background-color: transparent;
   }

   #header_start {					/* Header-Bereich */
	height: 10px;
/*	background: url(../img/layout/header_vipseats.gif);
	background-repeat: no-repeat; */
   }

   #headertext {					/* Logo */
	float: left;
	margin-top: 0px;
	background-color: #fff;
   }
   
   #standnav {					/* Navigation der Standort*/
	float: right;
	display: inline;			/* IE-Doubled-Float-Margin-Bug */
	margin-right: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: fff;
   }

   #pfad {					/* Klickpfad */
	height: 18px;
	background-color: #66c;
/*	background: url(../img/layout/hg_vipseats_pfad.gif); */
	border-right: 2px #f79239 solid;
	color: 666;
   } 

   #rand_links {					/* Linker Rand */
	width: 260px;
	height: 100%;
	border-left: 2px transparent;
	float: left;
	background-color: transparent;
   }

   #content {					/* Container für Inhalts-Spalten */
	width: 620px;				/* 900px-180px-10px-4px-2px */
	float: right;
	display: inline;			/* IE-Doubled-Float-Margin-Bug */
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	background-color: transparent; 
/*	background: url(../img/layout/hg_stadion.jpg);
	background-repeat: no-repeat;
	background-position: center; */
	min-height: 480px;
	height: auto !important;			/* für moderne Browser */
	height: 480px;				/* für den IE */
   }
   
   #slogan {					/* Slogan */
	float: left;
   	width: 400px;
   	height: 100px; 
   	margin-top: 0px;
   	margin-bottom: 20px;
	background-color: transparent; 
/*	background: url(../img/layout/motiv-weiss.gif);
	background-repeat: no-repeat;
	background-position: center; */
   }

   #bild1 {					/* Slogan */
   	width: 260px;
   	height: 425px;
   	margin-top: 0px;
   	margin-bottom: 20px;
   	text-align: center;
	background: url(../img/start/bild004.jpg);
	background-repeat: no-repeat;
	background-position: left; */
   }
   
   #col1 {					/* Spalte Normal (dreispaltiges Layout) */
	width: 504px;
	float: left;
/*	background-color: #fff;
	background: url(../img/layout/hg_stadion.jpg);
	background-repeat: no-repeat;
	background-position: center;  */
   }
   
   #col1_1 {					/* Spalte Normal (zweispaltiges Layout) */
	width: 684px;
/*	background-color: transparent;  */
	background-color: #FFF;
   }

   #col2 {					/* Spalte Rand */
	width: 180px;
	float: right;
	background-color: transparent;
   }

   #footer {					/* Footer */
	clear: both;
	background-color: #666;
	height: 24px;
	margin-left: 0px;
	border-left: 0px #f79239 solid;
	border-top: 0px #f79239 solid;
	border-bottom: 2px #f79239 solid; 
   }

   .subcol {					/* Container für Sub-Spalten */
	width: 100%;
	clear: both;
	overflow:hidden;
   }
		
   .links {					/* Spalte Links */
	width: 50%;
	float: left;
	background-color: transparent;
   }

   .rechts {					/* Spalte Rechts */
	width: 50%;
	float: right;
	background-color: transparent;
   }


   
/*##############################################################################################*/
/*### Inhalt ###################################################################################*/
/*##############################################################################################*/

   #text1 {					/* Text 1 */
	padding-top:2px;
	color: 00c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 24px;
	font-weight: bold;
	text-align: left;
   }

   #text2 {					/* Text 1 */
	clear: both;
	padding-top:2px;
	color: 00c;
	font-family: Bradley Hand ITC;
   	font-size: 24px;
	font-weight: bold;
	text-align: left;
   }

   #willkommen {					/* Weiterleiten */
	clear: both;
	padding-top:2px;
/*	padding-left:204px; */
	color: 333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 13px;
	font-weight: bold;
	text-align: center;
   }



/*##############################################################################################*/
/*### Hacks ####################################################################################*/
/*##############################################################################################*/

   .clearfix:after {				/* Float-Clearing */
	content: "."; 
	display: block; 
	height: 1%; 
	clear: both; 
	visibility: hidden;
   }

   .clearfix {					/* für Safari-Browser */
	display: block;
   }
