@media screen
{

body { background: #eef2f3; padding: 0px;
	background-image:url('../images/bodybg.png');
	background-position:top left;
	background-repeat:repeat-x;
}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{
	background: transparent;
	width:1000px;
}



/*#footer { color:#888; background:#fff; margin: 1em; padding: 1em 0 0 0;  solid; }*/

/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	width:1000px; 
	margin-left: auto;
 	margin-right: auto;
	max-width:inherit;  /*min-width f�r fixes Layout abschalten */
	min-width:inherit;  /*  max-width f�r fixes Layout abschalten */
	position:relative;
}

/* Korrektur von Randabst�nden */
#main {
	margin:0;
	padding:0;
	position:relative;
	background-color:#fff;
	top:180px;
	/*width:1000px;*/
	background-image:url('../images/mainbg.png');
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:auto !important;
	z-index:300; 
}

#header {
	position:absolute;
	height:98px;
	width: 995px;
	top:0;
	background-color:#fff;
	/*background-image:url('../images/headerbg.png');*/
	background-position:top left;
	background-repeat:no-repeat;
	border-left: 5px solid #D8E0E3;
}
#logo {float:left;display:inline;width:180px;margin-left:22px;margin-top:6px;}
#logo {float:left;display:inline;width:180px;margin-left:25px;margin-top:20px;height:68px;}

#nav{
	position:absolute;
	background-color:#fff;
	height:83px;
	top:98px;
	width:995px;
	border-left:5px #d8e0e3 solid;
}

#breadcrumblinks {
  float: none;
}



#print{
	position:absolute;
	left:730px;
	top:0px;
	z-index:5;
}

.tx-macinasearchbox-pi1 {
  position: absolute;
  top: 30px;
  right: 135px;
}

/* Formatierung der Fu�zeile */
#footer {
	margin:0;
	margin-left:5px; 
	margin-right:0px;
	margin-top:10px;
	padding:5px;
	padding-left:20px;
	font-size:11px;
	background-color:#00386A;
}

/* Himtergrundgrafik f�r linke Spalte - Grafikbreite 250 Pixel */
/*#main { background: #fff url() repeat-y top left; }*/



/* ######################################################################################################
** ### Formatierung der Allgemeinen Inhaltsspalte LINKS  ###############################################
** ######################################################################################################*/

/*Breite  linke Spalte */
#col1 { width: 210px; }

/*ergibt Abstand mittlere Spalte */
#col3 {
  	margin-left:0;
  	/* min height */
	min-height:300px;
	height:auto !important;
	height:200px; 
	background-color:transparent;
	/* default 2spaltig */
	margin-right:0;
}



/* ######################################################################################################
** ### Formatierung der inneren Spaltencontainer und deren Abst�nde ###############################################
** ######################################################################################################*/

#col1_content { margin-left: 0; margin-right: 0; background:inherit; }
#col2_content {	margin-left: 1em; margin-right: 1em; }
#col3_content { margin-left: 0; margin-right: 0; }

}


.countdown-label {
	font-size: 10px;
	margin-bottom: 20px;
}
