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

* {margin: 0; padding: 0;}


body {
	background-color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}


h2{
	font-size:16px;
	font-weight:300;
}

img {
	border: none;
} 

#container {
	width: 860px;
	margin: auto;
	z-index:5;
}

#header {
	height: 40px;
	margin: 40px 0 14px 0;
}

#logo {
	background-image:url(../images/designraum_logo_grau.png);
	background-repeat:no-repeat;
	height:36px;
	width:263px;
}


#contentwrapper {
	width:860px;
	height:435px;
	z-index:5;
}

#contentwrapper_black {
	background-color:#000000;
	width:860px;
	height:435px;
	
}


#contentwrapper_black_small {
	background-color:#000000;
	width:750px;
	height:435px;
	float:left;
}

.zurueck_button {
	width: 100px;
	height: 35px;
	margin-right:3px;
	float:right;
	border: 1px solid #999999;
	outline:none;
	text-align:center;
	line-height: 3;
	color:#FFFFFF;
}


a.zurueck_button:link {
	border: 1px solid #999999;
	text-decoration:none;
	outline:none;
}

a.zurueck_button:visited {
	border: 1px solid #999999;
	text-decoration:none;
	outline:none;
}

a.zurueck_button:hover {
	border: 1px solid #C29800;
	text-decoration:none;
	outline:none;
}

.imgleft{
	float:left;
}


.textright{
	width:490px;
	margin:15px 15px 15px 30px;
	float:left;
	line-height:14pt;
}


.textright a:visited{
	text-decoration:none;
	color:#999999;
}

.textright a:link{
	text-decoration:none;
	color:#999999;
}

.textright a:hover{
	text-decoration:none;
	color:#C29800;
}



.textright2{
	width:600px;
	margin:15px 15px 15px 30px;
	float:left;
	line-height:14pt;
}



.textright2 a:visited{
	text-decoration:none;
	color:#999999;
}

.textright2 a:link{
	text-decoration:none;
	color:#999999;
}

.textright2 a:hover{
	text-decoration:none;
	color:#C29800;
}



.thumb{
	margin:0 3px 10px 0;
	float:right;
	height:50px;
	width:100px;
	color:#333333;
	border:1px solid #999999;
	background:url(../images/background_thmub.jpg);
	text-decoration:none;
	font-size:13px;
	text-align:center; 
	line-height: 3.6;
}

a.thumb:hover {
 	border:1px solid #C29800;
	color:#999999;
	text-decoration:none;

}

a.thumb:active {
 	border:1px solid #999999;
	text-decoration:none;

}

.thumb_current{
 	border:1px solid #C29800;
	color:#999999;
}



/* -------------- Footer -------------- */

#footer {
	height: 35px;
	clear: both;
	text-align: right;
	padding-top: 10px;
	z-index: 150;
	outline:none;
}
