/* CSS Document */

#container {
	overflow:hidden;
	margin:-14px 0 0 0;
	width:1300px;
}

/* Balken und Wraps */
.balken {
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	padding-top:21px;
	line-height:1.5em;
}

#balken2{
	background-color:#ccff00;
	width:100%;
	height:7px;
}

#balken3{
	background-color:#555;
	width:100%;
	height:7px;
}

#wrap {
	width: 100%;
	background-color:#fefefd;
	background-image:url(../autechre_oversteps.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10;
}


/* Typographie */

h1 {
	margin-top:35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#585858;
	line-height:140%;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#585858;
	font-size:1.4em;
	line-height:140%;
	margin:7px 0;
	font-weight:bold;
	visibility:hidden;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#585858;
	margin-top:14px;
}

#wrap .subtitle {
	margin-top:-7px;
	margin-bottom:14px;
	font-weight:normal;
	visibility:hidden;
}

.titel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#777;
	font-size:0.5em;
	font-weight:lighter;
	text-align:right;
}

a {
	border:0;	
	color:rgba(87,87,81,0.8); 
	text-decoration:none; 
}

a:hover	{
	border:0; 
	color:#ccff00; 
	text-decoration:none; 
}

p {
	margin:0px 0 14px 0;
	color:rgba(87,87,81,0.8);	
}

strong {
	font-weight:bold;
}

.info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	line-height:140%;
	font-size: .8em;
}

.artikel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	line-height:152%;
}

blockquote {
	font: Georgia, "Times New Roman", Times, serif;
	line-height:155%;
	font-style:italic;
	font-size:217%;
	color:rgba(16,16,16,0.8);
	margin:63px -371px 63px -217px;
}

hr {
	background-color:none;
	color:none;
	border:0px;
	border-top:1px dotted #999;
	height:0px;
}

/* Post */

#postcontent {
	width:679px;
	padding-left:154px;
	display:inline;
	float: left;
	position: relative;
	margin:280px 7px 0px 7px;
}

#postcontent img {
	margin: 63px 0;
	width:679px;
	height:auto;
}

#postinfo {
	margin-bottom:63px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
	width:217px;
	padding-left:154px;
}

ul#postinfo li {
	border-top:1px dotted #999;
	padding-bottom:14px;
}

.postimage {
	visibility:hidden;
	margin:0px;
	width:0;
	padding:0px;
}

#recent .post, #category .post {
	margin-bottom:7px;
	border-top:1px dotted #ccc;
}


/* LAB7 - Labor 7 */

#labor_logo {
	background-color:#fefefd;
	cursor:pointer;
}



/* Header */



.bu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.77em;
	margin-bottom:14px;}
	
.bu a {
	color:#888;
	text-decoration:none;
}

.bu a:hover {
	color:#444;
	text-decoration:none;
}


