/*---------- Schwimmschule Naumann CSS -----------*/
body {
min-width: 960px;
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
color: #333;
background-color: #5d99c9;
margin: auto;
padding: 0px;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}
/*---------   Site Structure ---------*/
/*#container  {
background-color: #3b9c17;
height: auto;

}*/

/*--------- top ----------*/
#top {
background:url(../images/bg-top.png) repeat scroll 0 0 transparent;
Height: 50px;
}
.logo {
padding: 5px;
}
/*--------- Page ----------*/
#page {
	width: 960px;
	margin: auto;
	text-align: left;
	height: auto;
	/*background-color: #AAE0FC;*/
}

.page-holder{
	width:100%;
	background: url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.bottom-shadow {
	background: url("../images/shadow-bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}
/*----------Header----------*/
.header {
  /*background-color: #AAAAEA;*/
	border-bottom: 3px solid #b9cadb;
}
.header .logo {
	padding: 50px 0pt 5px 26px;
}

/*---------- TopFeature ----------*/
#topFeature {
	background: #FFF;
	background-image: url(../images/banner.png);
	height: 300px;
	padding: 0;
	margin: 0 0 20px 0;
	width: auto;
}
.left{
  float: left;
  text-shadow:0px 0px 3px #000000;
  color:#FFF;
  text-align: center;
  padding:20px 25px;
  width: 47%;
  height: 250px;
  /*background: #ff3344;*/
}
.feature-sub{
  background:url(../images/feature-area-shadow-top.png) repeat scroll 0 0 transparent;
  float: left;
  width: 100%;
  
}

.right{
  float: right;
}

/*---------- extra content ----------*/
#extraContent{
padding:20px 25px;
background-color: #5d99c9;
}


/*--------Colorfull edit---------*/
.tittle-40{
font-size:50px;
color:#0A567F;/*8BB7EC*/
margin-bottom:5px;
text-shadow:0 -2px 2px #000000;
}
.list-30{
font-size:30px;
margin-bottom:5px;
}
.text-15{
font-size:15px;
text-align:center;
color: #ffffff;
/*text-shadow: none;*/
margin-bottom:5px;
padding:0px 0px 0px 0px;
}
.text-20{
font-size:20px;
color: #ffffff;
text-shadow: 0 0px 2px #000000;
margin-bottom:5px;
padding:0px 0px 0px 0px;
}
.extra-5{
padding:20px 0px;
}