body{
	background-color: black;
}
h1    { color: #fcdc9c; }
h3    { color: #fcdc9c; }
/******************************/
/*********** FONTS ***********/
/*****************************/
*  { color: black }
a:link   { color: black }
a:visited  { color: black }
a:active { color: black }
a:hover { color: black }
.titellink, .titellink:hover, .titellink:link, .titellink:active { color: black }
.normal_stark   { color: black }
/*****************************/
/*********** DIVS  ***********/
/*****************************/
#site  { background-color: #fc6;  }
.widgetBox   { background-color: #fcdc9c; }
#b1         { background-color: #fcdc9c }?>
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}body {line-height: 1;}ol, ul {list-style: none;} blockquote, q { quotes: none; }blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }table { border-collapse: collapse; border-spacing: 0; }div.box, div.print { color: white; }a, a:hover, a:active { outline: none; }br.clear{clear: both; float: none;}
::selection {
	background: rgba(233,93,15,0.4); /* Safari */
	}
::-moz-selection {
	background: rgba(233,93,15,0.4); /* Firefox */
}

body{
	height: 100%; text-decoration: none; margin: 0; padding: 0; /*position: relative;*/
	border: none; overflow: auto;
	background-image: url('imgs/bg.png');	background-color: rgb(0, 0, 0); 
}
html{ 
	height: 100%; padding: 0px; margin: 0px; 
	font-size: 10px; font-family: Verdana, Helvetica, Arial;
}

* {	color: rgb(0, 0, 0); 
}

/******************************/
/*********** FONTS ***********/
/*****************************/
h1    { 
	font-size: 13px; font-weight: bold; margin: 0; padding: 0; 
	color: rgb(255, 204, 102); 
}

h2, .titellink, .titellink:hover, .titellink:link, .titellink:active {
	font-size: 10px; font-weight: bold; text-decoration: none; margin: 0;
	color: rgb(0, 0, 0); 
}
h3    {  font-size: 5pt; font-weight: bold; margin: 0; padding: 0 }

a, a:link, a:visited { 
	color: #4c2c04;    font-size: 10px;
	text-decoration: none;
	background-color: none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 0px 2px 0px;
    line-height: normal;
    -webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	color: rgb(0, 0, 0);	behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
 }
a:active, a:hover { color: #652200; background-color: rgb(111,111,111);
	background-color: rgba(111,111,111,0.5);
	color: rgb(0, 0, 0);	}
a.noBack:hover{ background: none; }


#bodyBack{
	top: 0px: left: 0px;
	position: fixed; width: 100%; height: 100%;
	background-image: -moz-radial-gradient(50% 50%, ellipse farthest-corner, rgba(171, 171, 171, 0), rgba(0, 0, 0, 0.5) 70%);
	background-image: -webkit-radial-gradient(50% 50%, ellipse farthest-corner, rgba(171, 171, 171, 0), rgba(0, 0, 0, 0.5) 70%);
	background-image: -o-radial-gradient(50% 50%, ellipse farthest-corner, rgba(171, 171, 171, 0), rgba(0, 0, 0, 0.5) 70%);
	background-image: -ms-radial-gradient(50% 50%, ellipse farthest-corner, rgba(171, 171, 171, 0), rgba(0, 0, 0, 0.5) 70%);
	background-image: radial-gradient(50% 50%, ellipse farthest-corner, rgba(171, 171, 171, 0), rgba(0, 0, 0, 0.5) 70%)
}


img{
	border: none;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
p { margin: 0; padding: 0px }
br.clear { clear: both; }

input,input[type=radio],.select,textarea {
    padding:     2px 5px 2px 5px;
    color:       #2d2d2d;
    background-color: rgb(111,111,111);
	background-color: rgba(111,111,111,0.1);
    font-size:   11px;
    border:      none;
    
    border: 1px solid #aaa; /*ohne*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-pie-border-radius: 3px;
	
	-pie-background-color: rgba(111,111,111,0.1);
	behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
}
input:hover,.select:hover,textarea:hover{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
    behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
}
input:focus,.select:hover,textarea:focus{
	outline: 0 none;
	 background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
    behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
}
input[type=button],input[type=submit] { 
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	padding: 2px 15px;
	behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
}
input[type=button]:hover,input[type=submit]:hover{
    background-color: rgba(111,111,111,0.4);
    background-position: 0,-40px;
}
div.div_fullwidth_wrapper {
	width: 97%;
}
div.div_fullwidth_wrapper>input{
 width: 100%;
}
div.div_submit_wrapper{
	display: inline;
	float: right;
	margin-top: -20px;	margin-right: -1px;
	z-index: 99;
	position: relative;
	
}
div.div_submit_wrapper>input[type=submit]{
	margin: 0px; padding: 0px;
	display: inline;
	width: 65px;
	height: 20px;}

ul{list-style: none;}

ul.tel_field    { list-style-type: none; margin: 0px; padding: 0px;}
ul.tel_field>li { list-style-type: none; margin: 0px; padding: 0px; }
ul.tel_field>li>span>input[type=text]{ width: 45%;}

ul.tel_field>li>span.left{
	text-align: left;
}
ul.tel_field>li>span.right{
	text-align: right;
	margin-left: 10px;
}
ul.tel_field>li:last-child>span.right{
	float: right;
}

ul.normal   { list-style-type: none; margin: 0; padding: 0 }
li.normal       { list-style-type: none; margin: 0; padding: 0 }

ul.archiv   { list-style-type: none; margin: 0; padding: 0 }
li.archiv    { margin: 0; padding: 0 }



/*****************************/
/*********** DIVS  ***********/
/*****************************/
.clearer{float: none; clear: both;}
#screen { 
	text-align: center; width: 100%; height: 100%;
	margin-bottom: -30px;
}
#hintSticky{
	z-index: 90; position: fixed; bottom:0px; right: 0px; width: 300px; text-align: center; background: lightgray; background: rgba(111,111,111,0.4); line-height: 30px;
	-moz-transform: rotate(-90deg) scale(1) translate(120px, 135px) skew(0deg, 0deg);
		-webkit-transform: rotate(-90deg) scale(1) translate(120px, 135px) skew(0deg, 0deg);
		border-top-right-radius:10px;	-moz-border-radius-topright:10px;	-webkit-border-top-right-radius:10px;
}
#socialSticky{
	text-align: center;
	z-index: 90; position: fixed; top: 32px; left: 3px; line-height: 20px;
}

#hintSticky a { color: white; background: none; font-size:13px; }


#darker {background: rgb(0,0,0); background: rgba(0,0,0,0.6); margin: 0; padding: 0;  z-index: 2; width: 100%; overflow: hidden; position: fixed; top: 0px; left: 0px; height: 100%; }

#more    { background: rgba(111,111,111,0.6); text-align: center; margin: 0px auto 0px auto; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; overflow:auto;}
#more_index{  margin: 37px auto 3px auto; padding-top: 60px; text-align: center; width: 1000px;}
#more_webcams   { }
#more_webcams>div.webcam { float: left; padding: 5px }
#weitere_webcams { float: left; padding: 25px; width: 100px }
#more_nav_outer       { text-align: center; position: fixed; z-index: 888; top: 0px; width: 100%; height: 20px; left: 0px; display: block; }

#more_nav       {  background-position: 0 bottom; text-align: center; margin: 0px auto 0px auto; z-index: 8889; width: 150px; height: 36px; vertical-align: middle; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; background: rgb(255,255,255); background: rgba(255,255,255,0.5); }


#_wetter_    { background-repeat: no-repeat; background-position: center; text-align: center;  width: 100%; height: 100%; position: absolute; bottom: 0px; }
/*http://www.drs.ch/import/wetter/auss_380.jpg*/
#news_gross    { background-repeat: repeat-x; background-position: left bottom; text-align: center; margin-right: auto; margin-left: auto; position: absolute; top: 0; left: 0; width: 100%; height: 535px }
#news_nav_outer       { text-align: center; position: absolute; z-index: 19; top: 485px; width: 100%; height: 0 }
#news_nav       { background-position: 0 bottom; text-align: center; margin-right: auto; margin-left: auto; padding-top: 3px; z-index: 20; width: 150px; height: 36px; vertical-align: middle; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc }

#werbung_gross   { background-repeat: no-repeat; background-position: center; text-align: center; position: absolute; top: 0; left: 0; width: 100%; height: 500px }



#loadingDIV{
	display: none;
	position: fixed; width: 320px; margin-left: -160px;  left: 50%; top: 0px;
	text-align: center; 
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
	z-index: 99999;
	padding: 20px;
	border-bottom-left-radius:10px;	-moz-border-radius-bottomleft:10px;	-webkit-border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;	-moz-border-radius-bottomright:10px;	-webkit-border-bottom-right-radius:10px;
}


#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -31px;
    height: 100%;
}
#sitewrapper{ padding: 15px 0px; height: 100%; position: relative; }
#site {  
	text-align: center; margin: 0px auto 20px auto; padding: 0px; width: 779px;
	-moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-transition: -webkit-transform 0.7s ease-in;
    background-color: rgb(255, 204, 102); 
 }
#site.scale{
	-webkit-transition: -webkit-transform 0.7s ease-in;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
} 	
		
#site.scaleNone{
	-webkit-transition: -webkit-transform 0.7s ease-in;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
} 			
		
		
#head_wrapper { 
	text-align: right; vertical-align: middle; margin: 0; padding: 0; width: 100%; height: 30px;
	background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,1);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#header{ 
	line-height: 25px;
 	text-align: left; vertical-align: middle; margin: 0; padding: 3px 0 3px 17px;
}
#header>span{
	float: right; margin: -25px 8px 0px 0px;
	color: rgb(255, 204, 102);	 
}
/*#date { display:inline; margin-right: 7px; }*/
#mouseoverDiv{
	position: absolute; z-index: 9999;
}


/*ADDS:*/
div.widget-content>p iframe/*>ins#aswift_0_anchor>iframe#aswift_0*/{
	color: black;
	background: transparent;	
	text-decoration: none;
}


/*  */
/*  */
/*  */
/* Content */
/*  */
/*  */
/*  */

/* Columns section */
#columns>ul.column,#a_columns>ul.column  {
    float: left;
    width: 50%;
    margin: 5px 0px 10px 0px;
    padding: 0px;
	/* Min-height: */
	min-height: 400px;
	height: auto !important; 
	height: 400px;
}

/* Content */
#a_content           { display: none; }
#site>div.contents { text-align: left;}


/*content normal*/

#columns>ul>li{
	width: auto;
	margin: 2px 5px 2px 5px;
    padding: 2px 7px 7px 7px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	border: solid rgb(111,111,111) 1px;
	border: solid rgba(111,111,111,0.1) 1px;
	

	border: solid rgb(111,111,111) 1px;
	border: solid rgba(111,111,111,0.2) 1px;
	}
.widgetBox{
	background-color: rgb(252, 220, 156); 
}
#columns>ul>li>div.widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    line-height: 22px;
}
#columns>ul>li .highlite{
	}
.highlite:hover{
	background-color: rgb(242,245,137);
	background-color: rgba(242,245,137,0.7);
}

/*  */
/* bottom */
/*  */

#bottom { 
	clear: left;
	width: 100%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	min-height: 135px;
	z-index:17;
	/*border-bottom-left-radius:10px;	-moz-border-radius-bottomleft:10px;	-webkit-border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;	-moz-border-radius-bottomright:10px;	-webkit-border-bottom-right-radius:10px;*/
     
 }
#bottom img.default{ width: 135px; height: 110px;} 
 
 
#b1 { text-align: left; padding: 5px 0px 5px 0px; float: left; text-align: center; min-height: 135px; width: 100%;
	border-bottom-left-radius:10px;	-moz-border-radius-bottomleft:10px;	-webkit-border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;	-moz-border-radius-bottomright:10px;	-webkit-border-bottom-right-radius:10px;
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.9,  rgba(0,0,0,0)),
			color-stop(1,rgba(0,0,0,0.8))
		);
		background: -moz-linear-gradient(
			center bottom,
			rgba(0,0,0,0) 90%,
			rgb(0,0,0,0.8) 100%
		);
		margin: 0px;
    background-color: rgb(252, 220, 156);}
#b1>li:first-child{
	margin-left: 10px;
}
#b1>li:last-child{
	margin-right: 10px;
}
#b1>li{
	width: 22.5%;  	 margin-left: 0px; margin-right: 5px; float: left; text-align: left;
  	 
}
	
#stickyFooter{ 
	font-size: 10px; 
	text-shadow: 2px 2px 20px rgba(255,255,255,0.8);
	color: black;
	position: relative; width: 779px; text-align: left; padding: 0px; line-height: 30px; margin: 0px auto 0px auto;
}
#stickyFooter * {
	font-size: 10px; 
	color: black;
	text-shadow: 2px 2px 20px rgba(255,255,255,0.8);
}
#disclaimer{ float: none; display: none; padding-bottom: 20px; clear: both;}
#stickyFooter img { margin-bottom: -4px;}
#stickyFooter p {text-align: left; padding-left: 0px; margin-bottom: 30px; line-height: 12px;}
#stickyFooter>div.space-li { display: inline; margin: 0 10px 0 10px; }
#stickyFooter>div.floatright{ display: inline; float: right; }
#stickyFooter>div.floatleft{ display: inline; float: left; }

#personalize *{ color: black; }

#personalize{
	z-index: 9999;
	margin: 0px;
	display: none;
	text-align: left;
    position: absolute;
    top: 0px;
    right: -320px;
	width: 320px;
	height: auto;
	background-color: white;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    -moz-box-shadow: -10px 3px 10px black;-webkit-box-shadow: -10px 3px 10px black; 
}
#personalize:hover{cursor: default;}
#personalize ul{ padding-left: 20px;}
#personalize ul li { padding-top: 20px; padding-bottom: 5px; }


#redesign{
 position: absolute; top: 14px; margin-left: 631px; height: 139px; width: 150px; background: url(bilder/redesign.png) no-repeat;
}
	
	/*FEEDBACK */
#feedbackslider a,#feedbackslider a:hover{text-decoration: none; color: white; background: none;
		font-size:13px;	}
	
#feedbackslider{
		z-index: 9999;
		width: 70px;
		height: 24px;
		
		margin: 0px;
		position: fixed;
		right: 0px;
		top: 180px;
		text-align: center;
		
		padding: 6px 5px 0px 5px;
		
		background: rgba(0,10,229,0.5);
		color: white;
		font-size:13px;
		
		
		-moz-transform: rotate(-90deg) scale(1) translate(0px, 25px) skew(0deg, 0deg);
		-webkit-transform: rotate(-90deg) scale(1) translate(0px, 25px) skew(0deg, 0deg);	
			
		border-top-right-radius:10px;	-moz-border-radius-topright:10px;	-webkit-border-top-right-radius:10px;
		border-top-left-radius:10px;	-moz-border-radius-topleft:10px;	-webkit-border-top-left-radius:10px;
		behavior: url(https://start.bachmann-support.ch:443/css/ie/PIE.php);
}
#feedback{
	display: none;
	z-index: 9999;
		width: 200px;
		height: 330px;
		
		padding: 10px;
		margin: 0px;
		position: fixed;
		right: -220px;
		top: 100px;
		
		background-color: rgba(255,255,255,0.8);
		color: rgba(0,10,229,0.5);
		
		-moz-border-radius-topleft: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			border-radius-left: 10px;
		
		}
		
#feedback img{
	border: none;
}
#feedbackIframe{
	border: none;
	width: 200px;
	height: 325px;
	opacity: 0.8;
	overflow: hidden;
	
	border: none;
}
		
		
#weatherFloatingWarpper{}
#weatherFloating{
	display: none;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	margin-right: -40px;
	margin-left: 600px;
	bottom: 0px;
	height: 100px;
	width: 60px;
	
	background-repeat: no-repeat;
	z-index: 9999;
	opacity:1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	 -webkit-transition: -webkit-transform 0.7s ease-in;
}

#weatherFloating:hover{opacity: 1; -webkit-transform: scale(1);
				-moz-transform: scale(1);}			
#weatherFloating div{
	margin: 180px auto 0px auto;
	width: 100px;
	background-color: rgba(111,111,111,0.6);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#digiclock{
	display: none;
	z-index: 9999;
}
#aktuell{
	z-index: 9999;
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 60px;
	margin-left: -45px;
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.8;
	-webkit-transition: opacity 1s;
				-moz-transition: opacity 1s;
}
#aktuell:hover{opacity: 1;}

/*RECHNER*/
.button {  width:33px; text-align:center;
			font-family:Courier,System,sans-serif;
		   font-size:11px; }
.display { width:90%; text-align:right;
	   font-family:Verdana,Arial,Courier,System,sans-serif;
	   font-size:11px; }
	   
	   
/*MOUSEOVERS*/

div#previewStuff {
	display: none;
	position: absolute;
	
	font-size: 14px;
	width: auto;
	margin-top: -8px;
	z-index: 9999;
	opacity: 0.6;
}
#previewStuff div.img {
	color: #fff;
	text-shadow: none;
	background-color: rgb(000,000,000);
	background-color: rgba(000,000,000,0.6);
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px;
}
#previewStuff div.bottom {
	width: auto;
	background: url(bilder/arrow.png) no-repeat 20px -4px;
	height: 19px;
	opcity: 0.6;
}
#previewStuff img {
	padding: 0px;
	margin: 0px;
}	   

/*FACEBOOK*/
.connect_widget{ display: none; }
#googlePlus{
	clear: both; float: none; text-align: left;
}

/*IPAD*/
@media (min-width: 481px) and (max-width: 1024px) {	/**/
	#socialSticky{
		position: absolute; top: 43px; left: 0px;
	}
	#googlePlus{
		margin-left: 10px;
		float: left;
		clear: none;
	}
	
	#facebookLike{
		margin-left: 30px;
		float: right;
	}
	
	html{
		font-size: 14px;
	}
	h1{
		font-size: 20px;
	}
	h2, .titellink, .titellink:hover, .titellink:link, .titellink:active {
		font-size: 15px;
	}
	h3    {  font-size: 16px; }

	a, a:link, a:visited{
		font-size: 14px;
	}
	#screen { text-align: center; width: auto; }
	#redesign{
		top: 0px;
		margin-left: auto;
		right: 0px;
	}
	#bottom{ width: auto; }
	#site   { text-align: left; margin: 8px 0px 0px 0px; padding: 0px; width: auto; }
	#hintSticky{
		display: none;
	}
	#stickyFooter a, #stickyFooter *{
		color: white;
	}
	#stickyFooter{
		width: auto;
		margin-top: 15px;	
	}
	#header { background-color: #000000; background-image: none; text-align: left; vertical-align: middle; margin: 0; padding: 8px 0 0 17px; margin-bottom: 3px; height: 35px; width: auto; margin-top: -25px; }
	#head_wrapper{
		margin-bottom: 30px;
	}
	#b1>li{
		margin-bottom: 10px;
	}
	#weatherFloating{
		margin-left: 480px;
		bottom: 10px;
	}
	#b1>li:last-child{
		display: none;
	}
}

/*IPHONE*/	
@media (max-width: 480px) {
	#weatherFloating{
		margin-left: 60px;
		bottom: 80px;
	}
	
	#socialSticky{
		position: absolute; top: 35px; left: 0px; width: 320px; overflow: hidden;
	}
	#googlePlus{
		float: right;
		clear: none;
	}
	
	#facebookLike{
		margin-left: 30px;
		float: left;
		width: 150px;
	}
	
	div.contents{
		margin-top: 25px;
	}
	#b1>li{
		float: none;
		width: auto;
		margin: 10px 5px;
	}
	#stickyFooter a, #stickyFooter *{
		color: white;
	}
	#feedback{ top: 0px; }
	#screen { text-align: center; width: auto }
	#site   { text-align: left; margin: 8px 0px 0px 0px; padding: 0px; width: auto; }
	#stickyFooter {  width: auto; padding-top: 30px; }
	#header { background-color: #000000; background-image: none; text-align: left; vertical-align: middle; margin: 0; padding: 8px 0 8px 17px; margin-bottom: 3px; height: 20px; width: auto; margin-top: -25px; }

	#columns>ul.column {float: none; margin: 15px 0px 0px 0px; padding: 0px; width: auto; min-height: 0px;}

	#columns>ul>li, #columns>ul>li.widgetBox { float: none; width: auto; margin: 0px; }
	/*content normal*/
	#columns>ul>li.widgetBox {
		margin: 2px 0px 5px 0px;
		padding: 5px 5px;
	}
	#redesign,#hintSticky{ display: none; }
	.bottomElements { float: none; clear: both; }
	#bottom_content{ float: none; clear: both; }
	
	
	#bottom           { background-image: none; text-align: left; width: auto; height: auto;}
	#bottom_content { text-align: left; padding: 5px; float: left }
	#w_uebersicht           { margin-right: 2px; height: 125px; float: left }
	#w_tabelle             { margin-right: 2px; margin-left: 5px; height: 125px; float: left }
	#w_radar            { margin-right: 2px; margin-left: 5px; height: 125px; float: left }
	#news             {   width: 125px; height: 125px; float: left; overflow: hidden }
	#werbung            { visibility: hidden; margin-left: 2px; width: 100px; height: 125px; float: left }
	
	/* footer */
	
	#footer { background-color: #000; text-align: center; margin: 0; padding: 0; height: 1px; clear: left; }
	
	#theshelf         { display: block; position: relative; width: auto; }
		#redesign{
		position: absolute; top: 6px; right: 0px; margin-left: 633px; height: 139px; width: 150px; background: url(bilder/redesign.png) no-repeat;
	}
}

