@charset "utf-8";
/*****************************************************
RESET
*****************************************************/
@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: baseline;
	width:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***************************************************************
Font-Definition
***************************************************************/

@font-face {
    font-family:'Calibrii';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri-webfont.woff') format('woff'),
         url('fonts/calibri-webfont.ttf') format('truetype'),
         url('fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************************
EIGENE DEKLARATIONEN
************************************************************/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{clear:both;}
.clearfix {zoom:1;}

body{
	font-family: Arial, Helvetica, sans-serif, 'Calibrii';
	color:#150565;
	font-size:120%;
	background:url(../images/babyschwimmen-kassel.jpg);
	background-repeat: no-repeat;
}

#container{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	overflow-y:hidden;

}
.default_wrapper{
	width:981px;
	margin: 0 auto;
	/*text-align:center;*/
}
h1{font-size:135%;}
h2{font-size:120%;}
h3{font-size:110%;}
.fussnotiz{font-size:70%;}

/********************************************************************
CONTENT
********************************************************************/
#titel{ 
	position: relative;
	margin:50px 500px 0 40px;
	font-size:170%;
	font-weight:bold;
	text-shadow: 1px 0px 2px #76a5f7;
	filter: dropshadow(color=#76a5f7, offx=1, offy=0); 
	}
	#titel_ohne_einrueckung{ 
	position: relative;
	margin:50px 500px 0 0px;
	font-size:160%;
	font-weight:bold;
	text-shadow: 1px 0px 2px #76a5f7;
	filter: dropshadow(color=#76a5f7, offx=1, offy=0); 
	}
	
#textbox1{
	position:relative;
	float:left;
	margin:40px 40px 0 60px;
	width: 400px;
	height: 350px;
	line-height:140%;
	}
	li{
		list-style:disc;
		padding: 5px 0 8px 5px;
	}

#bild1{
	position:relative;
	margin: 80px 0 30px 80px;
	}
	#bild1 img{
		width:400px;
	}

#bild2{

	position:relative;
	float:left;
	margin:70px 62px 0px 20px;
	width:400px;
	}
	#bild2 img{
			width:400px;
	}
	
#textbox2{
	position:relative;
	float:none;
	margin:50px 0px 10px 480px;
	padding:0;
	width: 450px;
	height: 320px;
	text-align:center;
	}
	#textbox2 p{
		line-height:140%;
		left:-200px;
	}
	
#footer_bild{
	float:none;
	position:relative;
	width:100%;
	top:170px;
	}
	#footer_bild img{
		width:100%;
		}
#socialmedia{
	position:relative;
	width:450px;
	margin:170px 215px 0 215px;
}

/*****************************************************************
FOOTER
*****************************************************************/
#footer{
	width:100%;
	background:#00F;
	color:#DDD;
	height:20px;
	margin-top:50px;
	line-height:12px;
	padding-top:4px;
	padding-right:00px;
	text-align:right;
}
	#footer a{
		color:#DDD;
	}
	