body, td, th {
	color: #929292;
	font-family: "Terminal Dosis", sans-serif;
	font-size: 15px;
	line-height: 24px;
}
h1 {
	color: #1f1f1f;
	font-size: 30px;
	font-weight: normal;
	padding-top: 25px;
	
}
h2 {
	color: #1f1f1f;
	font-size: 17px;
	font-weight: normal;
}
body {
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	background: url("images/bg_caro.png") repeat 0 0 #EEE;
}
#wrapper {
	position: relative;

	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px #000000;
	/* webkit browser*/
	-moz-box-shadow: 0px 1px 5px #000000;
	/* firefox */
	box-shadow: 0px 1px 5px #000000;
}
#header {
	position: relative;
	width: 1000px;
}
#logo {
	position: relative;
	width: 355px;
	height: 145px;
	left: 25px;
	top: 20px;
}
#navigation {
	position: relative;
	width: 1000px;
	height: 55px;
	padding-top: 30px;
}
#slideshow {
	position: relative;
	/*height: 350px;*/
	width: 1000px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#arrow-left {
	position: absolute;
	float: left;
	top: 50%;
	left: 15px;
	height: 53px;
	width: 53px;
	text-decoration: none;
	z-index: 9999;
}
#arrow-right {
	position: absolute;
	float: right;
	top: 50%;
	right: 10px;
	height: 53px;
	width: 53px;
	text-decoration: none;
	z-index: 9999;
}
#arrow-left img {
text-decoration: none;
border: 0;
}
#arrow-right img {
text-decoration: none;
border: 0;
}
#welcometext {
	position: relative;
	top: 250px;
	left: 1px;
	height: 65px;
	width: 570px;
	background: rgba(0, 0, 0, .5);
	border-radius: 7px;
	color: #FFF;
	font-family: "Terminal Dosis", sans-serif;
	font-size: 24px;
	padding-top: 5px;
	line-height: 30px;
}
.welcome-text1 {
	padding-left: 30px;
	
}
#content {
	position: relative;
	width: 1000px;
}
#content p {
	text-align:left;
	color: #000;
	font-family: calibri, "Terminal Dosis", sans-serif;
	font-size: 13px;
}
#footer {
	position: absolute;
	width: 1000px;
	height: 30px;
	padding-top: 10px;
	background-color: #333;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
.whtLnk {
	color:#fff;
	font-weight:bold;
}
#main-content {
	position: relative;
	float: left;
	width: 850px;
	padding-top: 5px;
	margin-left: 40px;
}
#left-content {
	position: relative;
	float:left;
	padding-top: 10px;
	width: 245px;
	margin-left: 40px;
}
#middle-content {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 245px;
	margin-left: 55px;
}
#right-content {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 245px;
	margin-left: 55px;
}
.image-border {
	background-color: #f1f1f1;
    border: 1px solid #EAEAEA;
    padding: 4px;
	}
/* ----------- */
/* GALERIE.PHP */
/* ----------- */
#left-galerie {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 290px;
}
#middle-galerie {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 290px;
	margin-left: 35px;
}
#right-galerie {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 290px;
	margin-left: 35px;
}
.image-galerie {
	background-color: #f1f1f1;
    border: 1px solid #EAEAEA;
    padding: 4px;
	margin: 8px 14px -10px 0px;
	float: left;
	}	
/*   -----------    */
/* GALERIE.PHP ENDE */
/*   -----------    */
#navigation  ul li {
	display: inline;
    margin: 0.3em 0.3em 0.3em 0.7em; padding: 0;
	font-size: 20px;
	padding-right: 55px;
	border-top: 1px solid #EEE;
}
#navigation  ul li:hover {
	display: inline;
    margin: 0.3em 0.3em 0.3em 0.7em; padding: 0;
	font-size: 20px;
	padding-right: 55px;
	border-top: 5px solid #EEE;	
}
#navigation ul {

	left: 50%;
	margin: 0px auto; 
	list-style-type: none;
	padding: 0.8em;
	text-align: center;
}
#navigation  ul li a {
	text-decoration: none;
	color: #333;
}
.gap {
	padding-left:40px;
}
.gap2 {
	padding-left:80px;
}
#both {
	clear:both;
}
