@charset "UTF-8";
/* CSS Document */

*, html { 
		margin:0; 
		padding; 
		}
		
html, body { 
		height:100%; 
		}

body { 
		font-size:12px; 
		font-family:"Trebuchet MS";
		background:#fff;
		height:10px; 
		}


/******************************************************************************************
 ALLGEMEINES
******************************************************************************************/

h1 {
	width:244px;
	height:141px; 
	text-indent:-6000px; 
	background:url(../images/logo.jpg) no-repeat;
	margin-top:10px;
}

h2 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#999;
	font-size:16px;
	height:32px;
	font-weight:normal;
	}


p {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin:0 0 15px 0;
	letter-spacing:0.01em;
	line-height:1.7em;
	}
	
a {
	text-decoration:none;
	color:#c3004a;
	}
	
a:hover, a:hover span { 
	text-decoration:underline;	
	color: #c3004a;

	}


.column_one {
		width:260px;
		float:left;
		min-height:200px;
		position:relative;
		z-index:50;
		margin:35px 0 0 5px;
		}
	
.column_two {
		width:400px;
		min-height:200px;
		float:left;
		position:relative;
		padding:35px 20px 20px 45px;
		}		

