/*
Websitebaker Template 'aquababy'
Website www.aquababy.ch
WebChuchi Webdesign  www.webchuchi-webdesign.ch
Erstellt: 21.10.2008
letzte Aenderung: 03.02.2009

ACHTUNG:
Bei Aenderungen dieses Stylesheets muss auch das Stylesheet des Texteditors FCKeditor 'editor.css' entsprechend angepasst werden!
*/



/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	letter-spacing: 0.05px;
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-color: #111111;
	text-align: center;
}


/* LAYOUT */
#container {
	text-align: left;
	width: 920px;
	margin: 0 auto;}
#top {
	height: 12px;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 239px;
}
#wrapper {
	background-color: #F4FFFE;  /*#FFFFFF;*/
	min-height: 420px;
}
#content {
	padding: 20px 30px 20px 30px;
}
#navigation {
	float: left;
	margin-top: 196px;
}
#footer {
	height: 50px;
	margin-top: -13px;
}


/* LINKS */

a:link, a:visited, a:active {
	color: #5985CC;
	text-decoration: none;
}
a:hover {
	color: #5985CC;
	text-decoration: underline;
}


/* TEXT */

p {
	line-height: 1.4em;
	width: 520px;
}
h1 {
	padding: 16px 0 6px 3px;
	font-size: 1.9em;
	border-bottom: 2px solid #5985CC;
}
h2 {
	font-size: 1.4em;
	margin: 30px 0 -10px 0; 
}
* html h2 {
	margin: 30px 0 0 0; 
}
h3 {
	font-size: 1.3em;
	margin: 30px 0 -10px 0;
}
* html h3 {
	margin: 30px 0 0 0; 
}
h4 {
	font-size: 1.2em;
	margin: 30px 0 -10px 0;
}
* html h4 {
	margin: 30px 0 0 0; 
}
h5 {
	font-size: 1.1em;
	margin: 20px 0 -10px 0;
}
* html h5 {
	margin: 30px 0 0 0; 
}
h6 {
	font-size: 1em;
	margin: 20px 0 -10px 0;
}
* html h6 {
	margin: 30px 0 0 0; 
}
li {
	margin-bottom: 5px;
}
form {
	margin: 0;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #D0D0D0;
	border: 0;
	border-top: 1px solid #5985CC;
	height: 1px;
}
.hervorgehoben {
	font-weight: bold;
	text-indent: 20px;
}


/* TABLES */

.Tabelle {
	width: 480px;
	margin-left: 10px;
	border: 1px solid #A9A9A9;
}
.linke_Spalte {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}
.rechte_Spalte {
	padding-left: 12px;
	vertical-align: top;
}
#kursdaten {
	width: 800px;
	padding: 10px;
	margin: 0 0 20px 20px;
	border: 1px solid #A9A9A9;
}
#kursdaten h4 {
	margin: 10px 0 0 0;
}
#kontakt {
	width: 300px;
	padding: 10px;
	margin: 0 0 40px 20px;
	border: 1px solid #A9A9A9;
}


/* IMAGES */

.shadow {
	float: right;
  	margin: 10px 0 5px 20px !important;
  	background: url(shadow.gif) no-repeat bottom right;
}

.shadow img {
	display: block;
 	position: relative;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
	background-color: #FFFFFF;
  	border: 1px solid #A9A9A9;
}


/* NAVIGATION */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation li:first-child {
	margin-left: 20px;
}		
#navigation li a {
	margin-left: 10px;
	color: #FFFFFF;
}
#navigation li a:hover {
	color: #5985CC;
	text-decoration: none;
}
.menu_current {
	color: #5985CC !important;
}


/* FOOTER */

#footer p {
	font-size: 0.9em;
	color: #A1A1A1;
	padding-top: 15px;
	text-align: center;
	width: 920PX;
}
