@import 'https://www.inselserver.de/fileadmin/fonts/gf_opensans.css';

body {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	color: #073872;
	background: #fff url(Hintergrund.jpg) no-repeat top center fixed; 
	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
 	 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fashion.jpg',sizingMethod='scale')";

}




/*** Seitenhintergrund  ***/

#wrapper {
	background: transparent;
	width: 910px;
	min-height: 0;
	padding-top: 0;
	padding-left: 15%;
	margin: 0 0 -66px;
	position: relative;
	height: 100%
}

#header {
	display: none;
}


#content {
	background: transparent;
	width: 640px;
	line-height: 1.3;
	margin: 0 0 0 350px;
	padding: 0 0 100px 0;
	min-height: 100%;
}

.csc-frame-default {
	background: #eef7fe;
	margin: 0 0 5px 0;
	padding: 0px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}

#content ul {
	padding-left: 35px;
	line-height: 1.5;
}


h1, h2, h3 {
	line-height: 1.1;
	font-weight: 600;
	padding: 20px 20px 10px 20px;
}

.bodytext {
	line-height: 1.5;
	padding: 0 20px 5px 20px;
}


h1 {
	font-size: 30px;
	color: 	#fff;
	Display: block;
	background-color: #f01d80;
}




/*** Menue links ***/

#leftside {
	background: #084b9c url(clean.svg) center 30px no-repeat;
	background-size: 280px 124px;
	padding: 200px 0 0px 0;
	margin: 0 0 0 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	width: 300px;
}

#leftside #submenu {
	padding: 0 0 0 0;
	margin: 0;
	width: 300px;
}

#leftside #submenu li {
	line-height: 3.0em;
	text-align: left;
}

#leftside #submenu li a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	border-top: solid #FFFFFF 1px;
	display: block;
	text-align: center;
	background-color: #799cda;
}

#leftside #submenu li a.current {
	color: #fff;
	background-color: #f01d80;
}

#leftside #submenu li a:hover {
	background-color: #073872;
}

#leftside #submenu li a.active {
	font-weight: bold;
	
}

#leftside #submenu li ul {
	margin: 0;
	padding: 0 0 20px 0;
}









div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom: 0px;
}
	
	


/*** ---------------------- footer ---------------------- ***/

#footer {
	background: #799cda;
    width:100%;
    min-width: 1010px;
    height: 66px;
    margin:0 auto;
    padding: 0;
	text-align: center;
	position: fixed;
	font-size: 20px;
	color: 	#fff;
}

#footertext {
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#footertext a {
	color: 	#fff;
}

	
	
	
	
	
	
