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

body { margin: 0; font-size: 1.1em; line-height: 1.1em; }

/***************** General Styles *****************/
body {
	color: #0a1214;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	font-size: 15px;
	
}

body > * { position: relative; }

/* headlines */
h1, h2, h3, h4, h5{
	margin: 0 0 1px;
	color: #0a1214  ;
}


h1 { font-size: 18px; line-height: 1.1em; font-weight: 400; }
h2 { font-size: 22px; line-height: 1.231; font-weight: 400; }
h3 { color: #0a1214; font-size: 19px; line-height: 1.231; font-weight: 400; }
h4 { font-size: 16px; line-height: 1.231; font-weight: 400; }
h5 { font-size: 13px; line-height: 1.231; font-weight: 400; }


/* links */
a { text-decoration: none; }
a:link { color: #0a1214 ; }
a:visited { color: #0a1214 ; }
a:hover { color: #0a1214 ; font-weight:bold; }
a:active { color: #0a1214 ; }


#wrapper {
	width:960px;
	margin:auto;
	height:400px;
	border:1px solid #333 ;
	border:1px solid #333 ;
	margin-top:40px;
	background:url(../image/tcm-energie_background2.jpg) ;
	}

#header{
	float:left;
	width:940px;
	height:50px;
	padding:10px;
	}

#content {
	width:960px;
	float:left;
	padding:40px 0px 0px 0px;
}

#ue {
	margin-left:70px;
	margin-top:20px;
	width:130px;
	float:left;}

#ue1 {
	float:left;
	width:130px;
	}
	
#ue2 {
	float:left;
	width:130px;
	margin-top:62px;
	}
	
#ue3 {
	float:left;
	width:130px;
	margin-top:30px	;
	}

#leistungen{
	float:left;
	width:400px;
	margin-top:20px;}
	
#kontakt{float:right;
	width:260px;
	height:250px;

	padding-left:60px;
	padding-top:40px;
	color:#FFF;
	}

#footer {
	width:960px;
	height:159px;
	float:left;
	}


