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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial";
	background:#FFFFFF;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.green:hover {
	text-decoration: underline;
	color: #347076;	
}

a:active {
	text-decoration: underline;
}

@font-face { font-family: pill; src: url(PillGothic300.ttf); }

/*Menu green------------------*/

a.green:link {
	text-decoration: none;
	color: #347076;	
}
a.green:visited {
	text-decoration: none;
	color: #347076;	
}

a.green:hover {
	text-decoration: underline;
	color: #347076;	
}

a:active {
	text-decoration: underline;
	color: #347076;	
}

/*TOP------------------*/

div.top {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: url(../bilder/background_top.png);
	background-position:top;
	background-repeat:repeat-x;
}

div.top_in {
	width: 1000px;
	margin: 0 auto;
}

/*Oben------------------*/

div.content_oben {
	width: 100%;
	height: 230px;
	float:left;
	background:url(../bilder/background_flower.png) #f8faeb;
	background-position:center top;
	background-repeat:no-repeat;

}

div.content_oben_in {
	width: 1000px;
	height: 183px;
	margin: 0 auto;
}

div.content_menu_out {
	width: 100%;
	height: 47px;
	float:left;
	background:url(../bilder/background_menu.png);
	background-position:center top;
	background-repeat: repeat-x;
}

div.content_menu_in {
	width: 1000px;
	height: 47px;
	margin: 0 auto;
}

/*Slideshow------------------*/

div.content_slide {
	width: 100%;
	height: 401px;
	float:left;
	background:url(../bilder/line_dot.png);
	background-position:bottom;
	background-repeat: repeat-x;

}

div.content_slide_in {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

/*Bild oben------------------*/

div.content_pic {
	width: 100%;
	height: 201px;
	float:left;
	background:url(../bilder/line_dot.png);
	background-position:bottom;
	background-repeat: repeat-x;

}

div.content_pic_in {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}


/*Main Content------------------*/

div.content_main {
	width: 100%;
	float:left;
	margin-top:20px;
	background:url(../bilder/background_flower_2.jpg);
	background-position:center top;
	overflow:hidden;
}

div.content_main_in {
	width: 940px;
	margin: 0 auto;
}


/*Menu------------------*/

div.menu {
	float: left;	
	width: 300px;
	margin-left: 30px;
	background-color:#d3e7d9;
}


/*Footer-------------------------------------------------*/

div.footer {
	width: 100%;
	float:left;
	height:130px;
	background:url(../bilder/background_footer.png);
}

div.footer_in {
	width: 940px;
	margin: 0 auto;
	margin-top:10px;
	font-size:11px;
	color: #FFFFFF;
}


/*Schriftarten Menü -------------------------------------------------*/

.font_menu_1 {
	font-size: 22px;
	color: #347076;
	font-family: pill;
}

.font_menu_1_down {
	font-size: 22px;
	color: #c40079;
	font-family: pill;
}

.font_menu_2 {
	font-size: 18px;
	color: #347076;
	font-family: pill;
}

.top_menu {
	font-size: 11px;
	color: #FFFFFF;
}

.top_menu_down {
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.font_top {
	font-size: 11px;
	color:#FFFFFF;
}

/*Schriftarten-------------------------------------------------*/

h1 {
	font-size: 30px;
	font-family: pill;
	color:#c40079;
}

.head_1 {
	font-size: 30px;
	font-family: pill;
	color:#c40079;
	font-weight: bold;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	font-family: pill;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: pill;
}

.text {
	font-size: 14px;
	color:#000;
}

.text_small {
	font-size: 12px;
	color:#000;
}

.text_footer {
	font-size: 10px;
	color: #FFF;
}

/*jquery-------------------------------------------------*/

#slideShow { 
	position: relative; 
	width: 1200px; /*kann natürlich angepasst werden auf eure Größen */ 
	height: 400px; /*kann natürlich angepasst werden auf eure Größen */
}   
	
#slideShow img { 
	position: absolute; 
	display: none; 
	left: 0; 
	top: 0; 
}   

/* Die Vor und Zurückbuttons könnt ihr so stylen und hinpacken wo ihr wollt beispielsweise so*/   
#slideShow .next {
	width: 1200px; 
	height: 400px; 
	position: absolute; 
	background-color: #ccc; 
	cursor: pointer; 
	right: 0;
}   

#slideShow .prev { 
	width: 1200px; 
	height: 400px; 
	position: absolute; 
	background-color: #ccc; 
	cursor: pointer; 
	left: 0; 
}