/*
Searchmedia Suchmaschienenoptimierung
www.torstenmaue.net
Start: 10.11.2006
Letzte Aenderung: 10.11.2006
*/

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	font: 100.1% Tahoma,geneva,verdana,"Lucida Sans Unicode",sans-serif;
	color: #000;
	text-align: center;
}

.c {
	clear: both;
}

img, a img {
	border: 0;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0.5em 0;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

#container
{
  text-align: left;
  width: 933px;
  position: relative;
  margin: 9px auto;
  font-size: 80%;
}

#header
{
  width: 100%;
  height: 102px;
  background: #8cbed0 url(images/header.jpg) no-repeat center center;
  clear: both;
}

#navigation
{
  border-right: 3px solid #8cbed0;
  border-left: 3px solid #8cbed0;
  border-bottom: 3px solid #8cbed0;
  background: #cad7dc;
  display: block;
  list-style: none none;
  float: left;
  width: 907px;
  padding: 2px 10px 0 10px;
  font-size: 89%;
  margin-bottom: 9px;
  clear: both;
}

* html #navigation
{
  width: 933px;
  width: 907px;
}

#navigation li
{
  display: inline;
  float: left;
}

#navigation li a
{
  text-decoration: none;
  background: url(images/bullet.gif) no-repeat left center;
  padding: 3px 3px 5px 17px;
  float: left;
  margin-right: 17px;
}

a
{
  color: #000;
}

#navigation li a:hover, a:hover
{
  color: #fff;
}

#banner
{
  width: 120px;
  float: left;
  border: 3px solid #8cbed0;
  background: #cad7dc;
  margin-right: 9px;
}

#content, #content-big
{
  width: 600px;
  border: 3px solid #8cbed0;
  background: #cad7dc;
  float: left;
  margin-right: 9px;
}

* html #content
{
  width: 606px;
  width: 600px;
}

#content-big
{
  width: 735px;
}

* html #content-big
{
  width: 741px;
  width: 735px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}

#content h1, #content-big h1, #partner h1
{
  font-size: 170%;
  font-weight: 200;
  width: 100%;
  background: #e0e7ea;
  text-align: center;
  border-bottom: 1px solid #aecbd5;
  padding: 2px 0;
  margin: 0;
}

#text
{
  padding: 10px;
  float:left;
}

#partner
{
  width: 177px;
  float: right;
  border: 3px solid #8cbed0;
  background: #cad7dc;
}

* html #partner
{
  width: 183px;
  width: 177px;
}

#partner ul
{
  list-style-image: url(images/listpoint.gif);
  display: block;
  float: left;
  line-height: 160%;
  margin: 10px 0 20px 20px;
}

* html #partner ul
{
  margin: 10px 0 20px 12px;
}

#partner p
{
  text-align: center;
}

#partner img
{
  margin: 5px 0;
}

hr
{
  background: #8CBED0;
}