﻿* {
        margin:0;
        padding:0;
}
html,body {
        height:100%;
        background-color: #222222;
}       
body {
        font-family:  arial, serif; color: #FFFFFF;
}
#wrapper {
        position:relative;
        width:900px;
        min-height:100%;
        height:auto !important;
        height:100%;
        margin: 0 auto -155px;
        background-color: #222222;
        background-image: url('../images/background_1.jpg');
        background-repeat: no-repeat;
        border-top: 1px solid #FFFFFF;
}
.noshow {
		display: none;
}
#navigation1 {
		position:relative;
		height: 260px;
		overflow: hidden;
        background-color: transparent;
		padding-top: 103px;
		padding-bottom: 5px;
		padding-left: 560px;
		color: #000000
}
#navigation1 img {
		border: none;
}
#navigation1 ul {
		list-style-type: none;
		width: 100%;
		margin: 0;
		padding: 0;
}
#navigation1 li {
		margin: 0;
		float: left;
		padding-right: 8px;
}
#foot {
        position: absolut;
        margin-top: 240px;
}
#footer1 {
		float: left;
		width: 400;
		margin-top: 60px;
		padding-left: 70px;
}
#footer1 p {
		color: #FFFFFF;
	    font-size: 32px;
	    font-family: Verdana;
	    text-shadow:#333333 0.05em 0.05em;
}
#footer2 {
		float: left;
		width: 45;
		margin-top: 40px;
		margin-left: 20px;
}
#footer3 {
		float: left;
		margin-top: 10px;
		margin-left: 90px;
}
#footer3 p {
		color: #FFFFFF;
	    font-size: 16px;
	    font-family: Verdana;
	    text-shadow:#000000 0.05em 0.05em;
	    text-align: left;
	    text-decoration: none;
}
.row {
	display: table-row;
}
.col1 {
	display: table-cell;
	width: 60px;
}
.col2 {
	display: table-cell;
	width: 250px;
}
.col2 a {
		color: #FFFFFF;
	    font-size: 15px;
	    font-family: Verdana;
	    text-shadow:#000000 0.05em 0.05em;
	    text-align: left;
	    text-decoration: none;
}
/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {
        height:1%;
}
.clearfix {
        display:block;
}
.schatten {
    	box-shadow: -3px -3px 10px #000000, 3px 3px 10px #ffffff;;		
}

