/* Allgemeine Angaben */

html, body, p, li, ul,em, div, input,textarea, form, img, h1, h2, h3,h4 { 	
		margin:0px;
		padding:0px;
					}
					
body	{
		background-color:#1e1e1e;
		width:100%;
		font-family: verdana;
		font-size:12px;
		color:#1e1e1e;
		background-image:url('bin/bg.jpg');

		}

html,body {
	height:100%;
	width:100%;
}

img {
padding:0px;
margin:0px;
}

a,a:link {
color:#e1e1e1;
}

#wrapper {
	display:block;
	margin:auto;
	width:1000px;
	height:730px;
	background:url('bin/underCon.jpg');
	background-repeat:no-repeat;
}

#blogLink {
	color:#454545;
	display:block;
	position: relative;
	width:200px;
	height: 25px;
	top:525px;
	left:396px;
}

#blogLink a {
display:block;
position: relative;
color:#787878;
text-decoration:none;
font-size:0.9em;
margin-top:4px;
}


#carbonContainer {
	display:block;
	position:relative;
	width:1000px;
	height:700px;
	top:9px;
	left:20px;
	
}

#content {
	color:#ffffff;
	top:24px;
	display:block;
	position:relative;
	width:1000px;
	height:auto;
}

.information {
	display:block;
	position:relative;
	background:url('bin/welcomeContact_bg.jpg');
	background-repeat:no-repeat;
	width:1000px;
	height:343px;
	color:#989898;
}

.information h2 {
margin: 20px 0px 20px 20px;
font-size:23px;
font-weight:bold;
color:#cdcdcd;
}

.information p {
margin-left:20px;
line-height:18px;
}

.welcome {
	display:block;
	position: relative;
	width:528px;
	height:322px;
	float:left;
	left:20px;
	top:8px;
}
.welcome:hover {
background-color:#232323;
}

.welcome a,a:link {
border:0px
}


.contact {
	display:block;
	position:relative;
	width:385px;
	/*border:1px solid green;*/
	height:321px;
	float:right;
	top:8px;
	right:21px;
}

.contact:hover {
background-color:#232323;

}

p {
margin-bottom:10px;	
	
}
