/* @override http://internetarbeiter/css/design.css */

/*
	Martin Baran
	http://internetarbeiter.com
*/


/* RESET*/
/* red #a80329 azure #74C2E9 */

* { margin: 0; padding: 0; }
html { }
body { 
/*
	background: url(bg.png) top left #f7f7f7;
*/
	background: #910324 url("bg.png") repeat-x;
	font: 80.5% "Lucida Grande", sans-serif;
	color: #000;
}

ul { list-style: none inside; }
a, a:visited { color: #a80329; outline: none;}
a:hover { }
a img { border: none; }
p { margin: 15px 0px; }

h1, h2, h3 { 
	font: 1em 'Lucida Grande', Verdana, Arial, sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: normal;	
	color: #a80329;
}
h2 {
	padding: 80px 0px 10px 0px;
	border-bottom:1px solid silver;
	
}
/* END RESET */


#wrapper {
	background: #F8F9FA;
	margin-top: 20px;
	width: 800px;
	margin: 0px auto 0px;
	min-height: 600px;
/*
	border: solid 1px silver;
*/
}


#footer {
	color: #FFF;
	min-height: 12px;
	margin: 20px;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#header {
	width: 800px;
	margin: 0px auto 0px;
	height:140px;
	padding:0px 20px 0px;
}
#header img {
	z-index: 1;
	position: absolute;
	top: 30px;
}

#content {
	padding: 0px 50px 30px;
}

#logo {
	width: 482px;
	height: 87px;
	background: url("logo.png");
	margin: 40px auto;
	display: block;
}

ul#topnav {
	margin: 87px 0 10px; 
	padding: 0; 
	list-style: none;	
	font-size: 0.9em;
	clear: both;
	float: right;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
}
ul#topnav a {	color: #ccc;  }
ul#topnav span {
	display: none;
}


ul.smallcontact {
	font-size: 0.8em;
	text-align: right;
}
ul.smallcontact li {
	margin: 3px 0px !important;
	margin-top: 10px;
}
ul.smallcontact strong {
	color: #000 !important;
}
#start {
	letter-spacing:0;
	margin: 20px 0px;
	text-align:left;
}

p.desc {
	float: left;
	width: 400px;
	color: #910324;
}
#start li {
	margin: 8px 0px;
}

#start li strong {
	font-size: 14px;
	color: #a80329;
}

#portfolio img {
	padding:0px;	
}

div.item {
	border-bottom:1px solid silver;
	margin-top:15px;
	padding-bottom:15px;
	width: 100%;
}
div.item img {
	float: left;
	width: 300px;
	border-bottom:1px solid silver;
}
.itemright {
	padding-left:320px;
}

/*global classes */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.fotodummy {
	width: 800px;
	display: block;
	z-index:2; 
}


div.know {
	margin-top: 25px;
	cursor: pointer;
	text-align: center;
	font: 1em 'Lucida Grande', Verdana, Arial, sans-serif;
}
div.know p {
	margin: 5px 0px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: normal;	
	color: #a80329;
}
div.know span {
	font-size: 0.8em;
	display: block;
	color: #3c3c3c;
}

ul.show {
	margin-top: 30px;
}
ul.show li {
	padding: 5px 0px;
	font-size: 0.85em;
}
.red {
	color: #a80329;
}


