body {
	margin: 0;
	padding: 0;
	background: #333333 url(../images/bg.jpg) repeat-x left top;
	text-align: center;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	color: #7F7772;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    padding: 0px;
	font: normal 1em "Georgia", serif;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.3em;
    margin-bottom: .8em;
}

h3 {
    letter-spacing: 5px;
    margin-top: 2.5em;
	font-size: 1.3em;
        color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #7F7772;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

p {
	margin: 0;
	line-height: normal;
	font-size: 1.2em;
}

img {
    border: 2px solid #434343;  
}

.imgleft {
    border: 2px solid #434343;  
	float: left;
	margin: 4px 20px 5px 0px;
}

.imgright {
    border: 2px solid #434343;  
	float: right;
	margin: 4px 0px 5px 20px;
}

/* Container */
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* Header */
#header {
	width: 900px;
	height: 150px;
	margin-left: 0 auto;
	background: url(../images/logo.jpg) no-repeat;
}


/* Menu */
#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
    /*background: url(../images/neu.jpg) no-repeat 180px 1px;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 15px 0 25px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #7F7772;
}

/* Content */
#content {
	width: 850px;
    min-height: 450px;
    text-align: justify;
	margin: 0 auto;
	padding: 40px;
}

.left { 
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
        min-height: 380px;
	width: 500px;
        font: 13px "Trebuchet MS", Arial, sans-serif;
        /*overflow: auto;*/
	z-index: -1;
	}
.right {
	float: right;
	margin-bottom: 20px;
        min-height: 420px;
	width: 300px;
        font: 12px "Trebuchet MS", Arial, sans-serif;
        /*overflow: auto;*/
	z-index: -1;
}

.space { 	
	float: left;
    height: 200px;
	width: 498px;
}

/* Objects */

.ob_container {
	float: left;
	height: 150px;
	width: 850px;
}

.objects {
        float: left;
        width: 100px;
        padding: 10px 0px 15px 85px;
}

.objects img {
       border: 1px solid #434343;  
}

/* Headline */
.headline {
    float: left;
    height: 70px;
	width: 850px;
    border-top: 1px solid #434343;
}

/* Pics */
.pics {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 850px;
        height: 110px;
}

/* Footer */
#footer {
	clear: both;
	width: 850px;
	height: 400px;
	margin: 0 auto;
	padding: 10px 0;
    background: #333333 url(../images/footer.jpg) repeat-x left top;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

