/* CSS Document für Ouessant-Schafe  */

/* allgemeine Konfigurationen */

html {height: 100.3%;}

* {margin: 0px; padding: 0px; border: 0px;}

a {
	color: #fda907; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 10px;
	}
a:link {}
a:visited {}
a:hover {color: #ff3366;}
a:active {}

/* Body */

body {
	text-align: center;
	color: #fda907;
	background-image: url(images/ouessantback.gif); 
	font-family: Arial, Helvetica, sans-serif;
	}

/* Seitenkörper */

div#wrapper {
		width: 1000px; 
		margin: 20px auto;
		text-align: left;
/*		border: 1px solid #AAAAAA;*/
		}

/* Seitenkopf */

div#header { }

div#titel {text-align: center;}
	
div#language {text-align: right; margin: 5px;}
	
/* Seiteninhalt */

div#content { }

/* Navigation */

td#navi {
	background: #0066ff;
	vertical-align: top;
	}
	
div#navigation {
	margin-top: 20px;
	width: 175px;
	padding: 15px;
	}

div#navigation li {
	margin: 5px;
	list-style: none; 
	color: #fda907; 
	font-weight: bold;
	font-size: 12px;
	}
	
div#navigation a {font-size: 12px;}

td#cont {vertical-align: top;}
	
div#content {margin-left: 40px;}

div#content h1 {margin-bottom: 20px;}

div#content img {margin: 5px;}
	
div#footer {clear: both;}

	


