body {
	background: #191919 url(/images/bg_sw.png) no-repeat center top;
	padding:0px;
}

a {
	color:#000;
}
a:link, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*HTML-POrtfolio*/
/*hauptlayout-elemente*/
#page, #bg, #fuss {
	width:640px; 
	float:left;
}

#page {
	position:absolute; 
	top:66px; 
	left:50%; 
	margin-left:-320px; 
	margin-top:0px; 
}
#kopf{
	font-size:1px;
	/*border:thin red solid;padding:0px;margin:0px;*/
}
#bg{
	background-image:url(/images/html-portfolio/bg.png); 
	background-repeat:repeat-y;
}
#fuss{
	height:4px;
	background-image:url(/images/html-portfolio/fuss.png); 
	background-repeat:no-repeat;
	margin-bottom:30px;
}
/**/
#spacerleft{
	width:20px; 
	height:200px; 
	float:left;
	clear:left;
	}
#vorschaubildcontainer {
	width:615px;
	float:left;
	margin-top:25px;
	
}
#vorschaubildcontainer h2{
	margin:4px 4px; padding:0px;
}
#vorschaubildcontainer h2 a{
	font-weight:bold;
	color:#fff;
	background-color:#bbbbbb;
	font-size:16px;
}
#vorschaubildcontainer h2 a:hover{
	background-color:#191919;
	text-decoration:none;
}

#work, #sketchbook{
	float:left;
	width:615px;
}
 .inhaltseinheit, .inhaltseinheit_l1{
 	margin-top:10px;
 	margin-bottom:30px;
	margin-left:0px;
	float:left;
	width:610px;
	font-size:11px;
	line-height:16px;
 }
 .inhaltseinheit_l1{margin-top:25px;}
 


/*textblöcke*/
 .textblockbreit, .textblockmedium, .textblockschmal, textblockliu{
  	float:left;
	width:313px;
	margin-left:20px;
	margin-top:0px;
	font-size:11px;
	line-height:16px;
 }
 .textblockschmal{
 	width:140px;
 }
 .textblockmedium{
 	width:260px;
 }
 .textblockliu{
	margin-top:10px;
	width:280px;
 }
/**/

p, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	float:left;
}
p {
	margin-top:0px;
	margin-left:20px;
}
 h1 {
	font-weight:bold;
	color: #191919;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	width:600px;
 }
 h1 a:link,  h1 a:visited {
 	color: #191919;
	text-decoration:none;
 }
 h1 a:hover{
 	text-decoration:underline;
 }

 .tasks{
 margin-left:20px;
 }

 .bild{
 	float:left;
	display:block;
 }


.vorschaubild, .kategorie, .vorschaubild_unfertig{
	float:left;
	width:94px; 
	height:94px;
	border:4px white solid;
	margin:0px;
	padding:0px;
}
.vorschaubild_unfertig{
	border:4px grey solid;
}
.kategorie{
	text-align:center;
	line-height:94px;
	color:#BFDB33;
}
.vorschaubild:hover {
	border:4px #BFDB33 solid;
}

.markiertertext, .caption, .markiert_cv{
	font-weight:bold;
	color:#fff;
	background-color:#BFDB33;
	font-size:13px;
}
.markiertertext_grau{
	color:#fff;
	background-color:#bbb;
	font-size:11px;
}
.caption{
	font-weight:bold;
	color:#191919;
	background-color:#bbb;
	font-size:13px;
}
.markiert_cv{
	margin-top:10px;
}
.bredcrump_l1{
	display:none;
}
hr{
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	border:0px;
	color:#FFFFFF;
	clear:left;
	width:600px;
	height:10px;
}