
  body {
    background-image:url(img/bg.jpg);
    background-repeat:x-repeat;
    background-position:center top; 
    text-align:center;
	margin-top:40; }

  .rahmen {
    background:url(img/bg_rand.png) repeat; }

  * html .rahmen {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.stadie-strobl.de/img/bg_rand.png');
	background-image: none; }
  
  .content {
    background:url(img/bg_content.png) repeat; }

  * html .content {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.stadie-strobl.de/img/bg_content.png');
	background-image: none; }
  
  .text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF; }

  .footer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000; }	

  .btnh a {
	width:304px;
	height:144px;
	display:block;
	outline: none;
	cursor:pointer;
	cursor:hand;
	background-image:url(img/logo.png);
	background-repeat:no-repeat; }

  * html .btnh a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.stadie-strobl.de/img/logo.png');
	background-image: none; }
	
  .btnh a:hover {
	background-image:url(img/logo.png);
	cursor:pointer;
	cursor:hand; }
  
  * html .btnh a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.stadie-strobl.de/img/logo.png');
	background-image: none; }
  
  a:link {color: #000000; text-decoration: None}
  a:visited {color: #000000; text-decoration: None}
  a:active {color: #000000; text-decoration: None}
  a:hover {color: #FFFFFF; text-decoration: Underline}

  .mail {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF; }
	
  .mail a:link { color: #FFFFFF; text-decoration: None}
  .mail a:visited {color: #FFFFFF; text-decoration: None}
  .mail a:active {color: #FFFFFF; text-decoration: None}
  .mail a:hover {color: #000000; text-decoration: Underline}  