/* CSS by Stephan Hansen-Oest */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #205D9C;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-size: small;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #ffffff;
}

h1 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #ffffff;
}

h1 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 115%;
	color: #ffffff;
	text-shadow: #1C1C1C 1px 1px 1px;
}

p {
	margin-bottom: 1em;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 95px;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 10px;
	
}

.logo {
	margin-top: 10px;
	position: relative;
	float: left;
}


#teaser {
	width: 70%;
	height: 160px;
	padding-top: 20px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
}

#content {
	position: relative;
	width: 80%;
	padding-left: 15%;
	margin-right: 30px;
	padding-top: 10px;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150%;
	color: white;
	text-shadow: #333333 1px 1px 1px;
}


#bigtext {
	width: 70%;
	height: 160px;
	padding-top: 20px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 200%;
}

.underline {
	text-decoration: underline;
}

.more {
	text-align: left;
	padding-top: 20px;
}

#content1 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


#navi {
	position: absolute;
	top: 30px;
	left: 105px;
}

#navi ul li a {
    float: left;
    padding: 10px 10px 9px 10px;
	background-repeat: repeat-x;
    font-size: 120%;
    font-weight: bold;
	color: white;
    margin-right: 3px;
	text-decoration: none;
    }

#navi li {
	display: inline;
	list-style-type: none;
}

#navi a:hover {
	background-color: #333333;
}

#navi a:visited {
	color: white;
} 

.textbox {
	width: 75%;
	background-image:url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	padding: 0.8em;
	color: #666666;
	text-shadow: none;
}

.sidebar-photo {
	float: right;
	width: 50px;
	margin-left: 2px;
	border:1px solid #BED0E0;
	padding:4px;
	background-color:#FFF;
	overflow: hidden;
}

.sidebar-photo-profile {
	float: right;
	text-align: center;
	width: 254px;
	margin-left: 10px;
	border:1px solid #BED0E0;
	padding:4px;
	margin-bottom: 5px;
	background-color:#FFF;
	overflow: hidden;
}
#text-column {
	font-size: 95%;
}

#text-sidebar {
	font-size: 90%;
	padding-top: 1em;
}

#text-underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	width: 200px;
}

#text-header {
	float: left;
	position: relative;
	margin-bottom: 1em;
}

#line {
	float:left;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid#fff;
	width: 100%;
}

#paket-wrapper {
	float: left;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#pakete {
	float: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background: #fff;
	border: 1px dashed #BFC3AE;
	padding: 1em;
}

#paket-column1 {
	width: 110px;
	position: relative;
	float: left;
	padding-right: 1em;	
}

#paket-column2 {
	width: 80%;
	position: relative;
	float: left;
	font-size: 95%;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #BFC3AE;
}

.paket-header {
	font-family: "Lucida Grande", "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	color: #66666;
	font-weight: bold;
}

.paket-box {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #BED0E0;
	background-color:#ECF5FF;
	overflow: hidden;
}

.preis {
	margin-left: 0.4em;
	font-size:250%;
	font-weight: bold;
}

#legal {
	float: left;
	position: relative;
	margin-top: 4em;
	margin-left: 4em;
	margin-right: auto;
	width: 60%;
}

.legal-header {
	font-family: "Lucida Grande", "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 160%;
	color: #66666;
	font-weight: bold;
	margin-bottom: 1em;
}

