@charset "utf-8";
/* CSS Document */
/* larspirnzler.de */

body {
	background-color : #232322;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #564b47;  
	padding : 0px;
	margin : 0px;
}

h1 {
	font-size : 1px;
	height : 1px;
	color : #232322;
	background-color : #232322;
	font-family : Arial, Helvetica, sans-serif;
}

#inhalt { 	
	position : absolute;
 	height : 344px; 
 	width : 729px;
  	margin:-172px 0px 0px -364px;
  	top : 50%; 
  	left : 50%;
	text-align : left;
  	padding : 0px;
  	background-color : #ffffff;
  	overflow : hidden;
}

#left {
	width : 492px;
	height : 344px;
	float : left;
	background-image : url(../images/bg_left.jpg);
	background-repeat : no-repeat;
}

#right {
	width : 237px;
	height : 344px;
	float : left;
}

