@charset "UTF-8";




/* M A I N  */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Tahoma, Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #000000 url(../images/mindshout.jpg) no-repeat center top;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
h3 {
	color: #cbb694;
	border-bottom: 1px dotted #222;
	padding: 0 0 12px 0;
}





/* D E S I G N */
#wrapper {
	margin: auto;
	width: 800px;	
}

#header {
	height: 400px;
	padding-bottom: 20px;
}

#output {
	float: left;
	width: 525px;
	height: 300px;
	margin: 0 20px 0 0;
	padding: 0;
}
#output h3 {
	background: url(../images/h_creative_output.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom: 0;
}
#outputlist {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
}

#output li {
	text-transform: uppercase;
	color: #333;
	font-size: smaller;
	border-bottom: 1px dotted #222;
	padding: 5px 0 10px 2px;
}

#output li a {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: none;
	color: #333;
	font-size: 12px;
	display: block;
	width: 260px;
	float: left;
	margin-right: 10px;
}
#output li a:hover, #output li a:active {
	color: #999; /*#cbb694;*/
}





#contact h3 {
	background: url(../images/h_contact.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom: 0;
}
#contact a {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: none;
	color: #999;
	font-size: 11px;
}
#contact a:hover, #output a:active {
	color: #000;
	background-color: #999;
}
#contact p {
	margin: 8px 0 20px 0;	
	color: #999;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
}




#portfolio {
		margin: 0 0 0 0;	
}
#portfolio h3 {
	/*background: url(../images/h_portfolio.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;*/
	display: none;
	margin-bottom: 0;
}
/*
#portfolio a {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: none;
	color: #999;
	font-size: 11px;
}
#portfolio a:hover, #portfolio a:active {
	color: #000;
	background-color: #999;
} */
#portfolio .dl_folder {
	display: block;
	background: url(../images/dl_folder.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	height: 98px;
	width: 255px;
}





#footer {
	clear: left;
	font-size: 8px;
	margin: 0;
	padding: 0;
}
#footer .oben {
	display: block;
	border-bottom: 1px dotted #222;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/oben.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#footer p {
	margin: 0 0 10px 0;
	padding: 0;
}