/* CSS Document */

body{
margin:0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:x-small;		
color:#666;	
line-height:18px;
width:100%;
height:100%;
background: #1B1717 url(../img/bg.gif) 0 0 repeat;

}


/**Funktionen *********************************************************/

.cleaner{display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background: transparent;
	height:0px;
	}
.cleaner2{display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background: transparent;
	height:1px;
	}







/**Gesamt********************************************************************/

a{text-decoration:none; color:#9C3B41;  text-decoration:underline;  }
a:hover{color:#fff; text-decoration:underline;}

.hide{display:none;}

a img {border:none;} 

/**LAYOUT********************************************************************/

#start_main{ height:389px;  background:#2E0201; width:100%; z-index:-10; border-top:1px solid #C3A97B; border-bottom:1px solid #C3A97B;}
#start_bild{width:130px; float:left;}

html>body #start_text{ margin:0 0 0 30px; }
#start_text{ margin:0 0 0 150px; color:#fff; font-size:1.2em; overflow:hidden; padding-top:10px; }

#liebeskatze{text-align:right; height:356px; padding-top:60px; float:right; }

.btn{float:left; width:140px;  margin-top:4%; height:50px; padding:10px 0 0 0; font-weight:bold; margin-right:10px;}

								 
								 
/**Vertikal Zentrieren Firefox********************************************************************/
html>body #pos_over{height: 386px;
width:100%;
 position			: absolute; 
  top				: 50%;    
  margin-top			: -193px;  /**Hälfte der Höhe***********************/



	
}

html>body #abstand{height:0;
	width: 400px;
	margin-bottom: 0em;}
	
	

/**Vertikal Zentrieren Internet Explorer********************************************************************/
	
#pos_over{
	
	
}
	
#abstand{height: 50%;
	width: 400px;
	margin-bottom: -19.0em;} /**Hälfte der Höhe***********************/

				



.start_big{font-size:1.4em; font-weight:bold;}




.fett{font-weight:bold;}