@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../pics/hintergrund.jpg);
	background-repeat: no-repeat;
}





.outer_index {
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 720px;
	background-image: url(../pics/rekrea-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	clear: both;
}
.content_low {
	width: 450px;
	margin-left: 500px;
	-moz-border-radius-topleft: 150px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 150px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-topleft: 150px;
	border-radius-topright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	height: 300px;
	border: thin none #C60;
	clear: both;
	padding-top: 300px;
}
.links {
	height: 80px;
	width: 450px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.click {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #390;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
.click a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #390;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
.click a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #F60;
	text-align: left;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C30;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}
