/* ================= GRUNDSTRUKTUR =================== 
   an dieser Stelle wird der Dateiname für die aktuelle
	Collage für den Footer eingefügt. Wichtig ist, dass die
	Callage folgende Größe hat 
				Breite: 	1029px;
				Höhe: 	105px;									
   Die Fotos sollten im JPG Format abgespeichert werden
	und nicht größer als 25-30 kByte sein.		 				*/

#footer {
	background-image: url(../img/footer.jpg);
}

/* Ab hier bitte nix mehr angreifen!


   ================= GRUNDSTRUKTUR ================== */


body {
	margin: 0;
	padding: 0;
	color: Black;
	background-color: White;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

* {
	font-size: 100.1%;
}

/* ================= GRUNDSTRUKTUR ================== */

#main {
	width: 397px; /* 1029px - 603px - 29px */ 
	margin: 32px auto;
	position: relative;
	z-index: 10;
	padding: 217px 603px 140px 29px;
	background: url(../img/bg_pattern.png) right repeat-y;
	background-color: White;
	min-height: 450px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 165px;
	background-color: #00adef;
	color: white;
}

#header h1 {
	font-size: 1.6em;
	padding: 0;
	margin: 30px 0 0 29px;
	color: white;
}

#header h1 img {
	padding: 0;
	margin: 0;
}

#footer {
	position: absolute;
	bottom: -22px;
	left: 0;
	height: 145px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #00adef;
}

#footer p {
	text-align: right;
	padding: 2px 0 5px 0;
	margin: 0;
	position: absolute;
	top: 123px;
	left: 0;
	width: 100%;
	background-color: White;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: Black;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
	background-color: transparent;
}

#illu1 {
	position: absolute;
	right: -125px;
	top: -32px;
	width: 315px;
	height: 399px;
	background: url(../img/illu1.png) left top no-repeat;
	z-index: 40;
	left: 201px;

}

#illu2 { /* illu links unten */
	position: absolute;
	left: -102px;
	bottom: 0;
	width: 105px;
	height: 290px;
	background: url(../img/illu2.gif) left bottom no-repeat;
	z-index: 20;
}

#illu3 { /* season's image */
	position: absolute;
	right: 0;
	top: 165px;
	width: 574px;
	height: 431px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 30;
}

/* ============== NAVIGATION ================= */

#header ul {
	list-style: none;
	position: absolute;
	bottom: 13px;
	left: 29px;
	margin: 0;
	padding: 0;
}

#header li { /* is also active nav */
	display: inline;
	color: #006;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

#header li a:link,
#header li a:visited {
	color: White;
	text-decoration: none;
}

#header li a:hover,
#header li a:focus {
	color: #006;
	text-decoration: underline;
	background-color: transparent;
}

/* ============== CONTENT ================= */

h1 {
	color: #00adef;
	font-size: 2em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
}

h2 {
	color: #00adef;
	font-size: 1.2em;
	font-weight: bold;
}

a:link {
	color: #000066;
}

a:visited {
	color: Black;
}

a:hover,
a:focus {
	background-color: #ECF9FF;
}

strong,
b {
	color: #000066;
	font-weight: bold;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	padding-left: 15px;
	margin-left: 0;
}
