/*
Name: DINGEUNDSACHEN 
Description:Version: 0.1 plus (deutsch)
Author: nils hartmann/dingeundsachen
Author URI: http://www.dingeundsachen.com
*/


@import "reset.css";

body {
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Helvetica", Arial, sans-serif;
	color: #000000;
	line-height: 1.2em;
	min-height: 740px;
}

.bold {
	font-weight: normal;
}

clear {
	clear: both;
}

#content {
	color: #000000;
	display: block;
	font-size: 0.65em;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 30%;
	width: 851px;
}

#content p{
	padding: 0.5em 0px 0 0;
	text-align: center;
}

#content a{
	color: #000000;
	text-decoration: underline;
}

#content a:hover{
	color: #5c5c5c;
}

#content .contact{
	padding: 2em 0px 0 0;
	text-align: center;
}

h1 {
	background-image: url("images/dingeundsachen.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 206px;
	margin: 0 auto;
	width: 366px;
}
	
h1 span{
	display: none;
}

#page {
	background-image: url("images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	display: table; 
	height: 700px;
	margin: 0 auto;
	position: relative;
	width: 851px;
}


