@charset "utf-8";
/* CSS Document - Sunrise */

/* ------- allgemeine Formatierung --------- */
* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}
img {
	border: 0 none;
}
/*ul {
	margin: 0 0 0 16px;
	padding: 0;
}
li {
	margin: 0;
	padding:0;
	list-style-image: url(../img/strich.gif);
}*/
ul {
	margin: 0 0 0 14px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
/* --------------- Container --------------- */
#content {
	/*border: 1px solid #000000;*/
	margin: 20px auto;
	width:100%;
	max-width: 606px;
	background-color:#eceded;
	background-image: url(../img/unten.png);
	background-position: bottom;
	background-repeat:no-repeat;
}
/* ------------- Hauptelemente ------------- */
#image1 {
	padding: 118px 23px 23px 107px;
}
#title {
	padding: 0 23px 0 20px;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
}
.text {
	padding: 0 23px 15px 107px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
}
#text2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 23px 12px 20px;
}
#kontakt {
	font-size: 11px;
	line-height: 12px;
	padding: 0 23px 16px 107px;
/*	background-image: url("../img/unten.png");
    background-repeat: no-repeat;
    height: 186px;*/
}
/*#image2 {
	background-image: url(../img/unten.png);
	background-repeat:no-repeat;
	height: 186px;
}*/
#bild_top {
	background-image: url(../img/oben.png);
	background-repeat:no-repeat;
}
#spacer {
	height: 18px;
}
#buttons {
	padding: 0 23px 16px 107px;
}