/* 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: 'trebuchet ms',verdana;
		font-size:12px;
		color:#CDCDCD;
		background-image:url('bin/bg.jpg');

		}

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

h3 {
color:#CDCDCD;
margin:10px 0px 5px 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:960px;
	height:700px;
	top:9px;
	left:20px;
	
}

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

.row {
	display:block;
	position:relative;
	width:960px;
	color:#989898;
	height:auto;
}

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

.row p {
line-height:15px;
margin-bottom:5px;
}

.box {
	display:block;
	position: relative;
	width:547px;
	float:left;
	margin-bottom:2px;
	background-color:#1e1e1e;
	-moz-box-shadow: 2px 2px 16px #090909;
	-webkit-box-shadow: 2px 2px 16px #090909;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=4,color=#000000,direction=135);
}

.boxContent {
margin:0px 0px 20px 30px;
}

.box.right {
float:right;
width:410px;
}

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

.box:hover {
background-color:#191919;
}

.impressum {
	margin:0px 20px 0px 20px;
}

