/* basics */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia;
}

div#container {
	width: 950px;
	border: 0px solid;
	margin: 25px auto;
}

img {
	border: none;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.2em;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* farben */

body {
	background: #DFDFDF;
}

div#container {
	background: #FFFFFF;
}

div#top {
	background: url(/img/back_top.gif) no-repeat;
}

div#center {
	background: url(/img/back_center.gif) repeat-y;
}

div#bottom {
	background: url(/img/back_bottom.gif) no-repeat;
}

h1 {
	color: #009280;
}

p {
	color: #595E5D;
}

a {
	color: #009280;
}



/* elemente */

#logo {
	margin-top: 40px;
}

div#top, div#center, div#bottom {
	width: 100%;
	clear: both;
}

div#top {
	height: 28px;
}

div#center {

}

div#bottom {
	height: 27px;
	margin-top: -14px;
}
