/* Default.css */

body {
	margin: 0px 0 10px 0;
	background: #3a3a34;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

a {
	color: #757571;
	border-bottom: 1px dotted #757571;	
	text-decoration: none;
}

a:hover {
	border-bottom: none;
	color: #b0b0ae;
}


td, th { border: none; }
#container {
	position: relative;
	color: #757571;
	font-size: 0.80em;
	line-height: 1.6em;
	text-shadow: 1px 1px 1px #1f1f1c;
}

#container h1 { 
	height: 31px; 
	width: 234px; 
	overflow: hidden;  
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	z-index: 25;
}

#container h1 a { 
	display: block; 
	height: 31px; 
	width: 234px; 
	text-indent: -9999px; 
	background: transparent url(../img/logo.gif) no-repeat 50% 50%; 
} 

#container a.button {
    background: transparent url(../img/bg_button_b.jpg) no-repeat scroll top right;
    display: block;
    float: left;
    height: 27px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    border-bottom: none;
}

#container .portfolio a.button {
	margin-bottom: 2px;
}

#container a.button span {
    background: transparent url(../img/bg_button.jpg) no-repeat;
    
    display: block;
    line-height: 15px;
    padding: 6px 0 6px 8px;
}

#container a:hover.button {
	color: #b0b0ae;
}

img.foto{
	width: 900px;
	height: 500px;
	z-index: 0;
	margin: 0 0 35px 0;
}

.content {
	padding: 35px 0 25px 0;
}

	#joppaMessages { text-align: center; border: 1px solid #757571; -moz-box-shadow: 1px 1px 2px #1f1f1c; -webkit-box-shadow: 1px 1px 2px #1f1f1c; box-shadow: 1px 1px 2px #1f1f1c; margin: 0 0 15px;  }
		#joppaMessages ul { margin: 0; }
			#joppaMessages ul li { list-style: none; }

.portfolio {
	position: relative;
	left: -10px;
	float: left;
	width: 225px;
}

.portfolio h2 {
	margin: 0 0 20px 10px;
	text-indent: -9999px;
	background: transparent url(../img/portfolio.jpg) no-repeat top left;
	height: 28px;
}

.portfolio ul {
	padding: 0 0 0 30px; 
	margin: 0;
	background: transparent url(../img/bg_portfolio.jpg) no-repeat top left;
	min-height: 86px; 
}

.portfolio ul li {
	list-style: none;
	clear: left;
	margin: 0 0 12px 0;
}

.contact {
	float: left;
	width: 235px;
}

.contact h2 {
	margin: 0 0 20px 0px;
	text-indent: -9999px;
	background: transparent url(../img/contact.jpg) no-repeat top left;
	height: 28px;	
}

.contact ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.contact ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.more {
	float: left;
	width: 430px;
}

.more h2 {
	margin: 0 0 20px 0px;
	text-indent: -9999px;
	background: transparent url(../img/more.jpg) no-repeat top left;
	height: 28px;
}

.more ul {
	padding: 0;
	margin: 0;
}

.more ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	clear:left;
}

.more ul li .data {
	font-size: 0.80em;
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	line-height: 1em;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 13px 10px 0 0;
	background: transparent url(../img/bg_data.jpg) no-repeat top left;
}

.more ul li .news {
	display: block;
	float: left;
	padding: 10px 0 10px 0;
	width: 390px;
	border-bottom: 1px solid #4e4e49;
}

.more ul li .news p { margin: 0; }
.more ul li:first-child .news {
	padding: 0px 0 10px 0;
}

.more ul li:first-child .data {
	margin: 4px 10px 0 0;
}

.more ul li:last-child .news {
	border-bottom: 0px;
}

#contactform { padding: 20px; background: #3a3a34; }
	#contactform h3 { font-size: 1.6em; font-weight: normal; }
	#contactform input { margin: 0; }
	#contactform input, #contactform textarea { 
		border: 1px solid #363630; 
		-moz-box-shadow: 1px 1px 2px #1f1f1c; 
		-webkit-box-shadow: 1px 1px 2px #1f1f1c; 
		box-shadow: 1px 1px 2px #1f1f1c;
		background: #fff; 
		color: #363630;
		padding: 2px; font-size: inherit; font-family: inherit;
	}
form div textarea { width:270px; }
form div.submit label { margin-left: 170px; background:transparent url(../img/bg_button_b.jpg) no-repeat scroll right top;
border-bottom:medium none;
display:block;
float:left;
height:27px;
margin-right:6px; color: #757571;
padding-right:10px;
text-decoration:none; width: auto; }
form div.submit label span { color: #757571; background:transparent url(../img/bg_button.jpg) no-repeat scroll 0 0; display:block; line-height:15px; padding:6px 0 6px 8px; margin: 0; }
.submit input { display: none; }

.footer {
	border-top: 1px solid #4e4e49;
	clear: left;
	font-size: 0.85em;
	padding: 10px 0 0 0;
}