/* CSS Document */
html, body {
 height: 100%;
 margin: 0px; padding: 0px;
 background: #fffbbb url(../images/bg_top.jpg) repeat-x;
 }
.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	width: 0;
}

 #logo { position: absolute; left: 0px; top: 0px; width: 135px; height:115px;}
 #hilfe { position: absolute; left: 10px; top: 70px; width: 56px; height:56px;}

 #container-aussen {
 padding-top: 40px; background: url(../images/bg_top.jpg) repeat-x top left;
 }
 #container {background: url(../images/bg_middle_repeat.gif) repeat-x;}
 #container-bg { padding-left: 136px; min-height: 250px; background: url(../images/bg_middle.jpg) no-repeat;}
 *html #container-bg { height: 250px;}
 
 #hinweis { padding-top: 120px;}
 
 #footer { height: 140px; background: url(../images/bg_bottom.jpg) repeat-x bottom left;}
 #footer #webwecker { height:140px; width: 300px; float:left; }
 #footer #sendehinweis { float: left; height: 140px;}
 
 .invisible {display: none;}

