/*#############################################################
Name: Le Watsu.fr
Date: 2008-11-22
Description: Water Impressions
Author: Elvira ILMING
URL: http://www.ilming.net

#############################################################*/

/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #000066;
}
a:hover, .footer a:hover {
	color: #111;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
	padding-bottom: 12px;
}
h4 {
	font-weight: bold;
	padding-bottom: 10px;
}
h5 {
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 12px;
}

body {
	background: #0086b1 url(img/bg.gif) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,pagetext,code {
	margin-bottom: 1.2em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
.kursiv {
	font-style: italic;
}
.seconde {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 16px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	height: 180px;
	text-align: center;
	background: url(img/header.jpg) no-repeat center bottom;
	padding-right: 260px;
}
.header h1 {
	color: #0081ae;
	font: normal 3em "Trebuchet MS",sans-serif;
	margin-top: 25px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
	padding-left: 2px;
}
.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1.2em  "Trebuchet MS",serif;
	height: 31px;
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 126px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}
.navigation a#current {
	background: url(img/navigation.jpg) no-repeat;
	color: #444;
	float: left;
	font: bold 1.2em  "Trebuchet MS",serif;
	height: 31px;
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 126px;
}
.navigation a:hover#current {
	color: #777;
	background-position: left bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* content */
.content {
	padding: 18px 0;
	text-align: justify;
	font: normal 1.1em "Lucida Sans Unicode",serif;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
