/* (c)2010 christiane eibeck webdesign */


body {
	background-color: #a8d5ff;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

/* Seite zentrieren */
#container {
	width: 950px;
	height: 600px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1a5486;
}

/* Kopf */
#header {
	background: url(img/steinwurf_rechts.jpg);
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 300px;
}
#headerimg {
	background: url(img/steinwurf.jpg) no-repeat;
	padding: 0px 0px;
	height: 300px;
} 
h1.header {
	margin-top: -235px;
	margin-left: 35px;
	font-size: 28px;
	color: #316a9f;
}
h2.header {
	margin-top: -70px;
	margin-left: 55px;
	font-size: 20px;
	color: #000000;
}

/* Container für #left und #content */
#center {
	margin-top: -150px;
	
}
/* linker Bereich */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}

/* Menü */
#menu {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 16px;
}
#menu span {
	width: 90%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 3px;
	display: block;
	color: #a8d5ff;
}
#menu a {
	width: 90%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 3px;
	text-decoration: none;
	display: block;
	color: #000000;
}
#menu a:hover {
	color: #ffffff;
}

/* Inhalt */
#content {
	padding: 10px;
	margin-left: 250px;
	margin-right: 0px;
	color: #a8d5ff;
	font-size: 16px;
}
#content a {
	text-decoration: none;
	color: #a8d5ff;
}
#content a:hover {
	color: #ffffff;
}
#content img.reference {
	width: 200px;
	height: 158px;
	border: 0;
}
#content ul.noliststyle {
	list-style-type: none;
}

#w3c {
	margin: 10px auto 0px auto;
	width: 160px;
}
#w3c a{
  display:inline;
  color:#ffffff;
  background: transparent;
}
#w3c a:visited{
  color:#ffffff;
  background: transparent;
}
#w3c a:hover{
  color:#000000;
  background: transparent;
}
#w3c a:active{
  color:#000000;
  background: transparent;
}
#w3c img {
	width: 88px;
	height: 31px;
	border: 0;
}


a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
}
a:hover {
	color: #ffffff;
}
a:active { 
	color:#ffffff;
}


p {
	padding: 5px;
}




