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

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; }

li, dd { margin-left: 5%; }

fieldset { padding: 0.5em; }


/* Allgemeines */
body {
	font-size: 100%;
	color: #dfdfdf;
	line-height: 1.5em;
	background: #464646;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

/* Layout */
#wrapper {
	border-top: 3px solid #333;
	padding: 0 50px;
}

#heading {
	background: url('../images/header.gif') no-repeat;
	float: left;
	height: 163px;
	position: relative;
	width: 352px;
}

#heading h1 {
	position: absolute;
	right: 9999999px;
}

#search {
	float: right;
	height: 150px;
	position: relative;
	display: block;
	text-align: left;
	width: 410px; 
}

#bubble2 {
	background: url('../images/bubble.gif') no-repeat;
	font-size: 120%;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 400px;
}	

#bubble2 p {
	color: #fff;
	line-height: 1.1em;
	padding: 0;
	text-align: center;
}	

#searchform {
	position: relative;
	top: 110px;
	height: 29px;
}

#searchform input {
	background: url('../images/form_bg.gif');
	border: 1px solid #ccc;
	font-size: 15pt;
	height: 25px;
	padding: 2px;
	width: 300px;

}

#searchform input#submit {
	background: url('../images/form_bg.gif');
	border: 1px solid #ccc;
	font-size: 14pt;
	height: 30px;
	width: 90px;
}

ul#navigation  {
	text-align: left;
	background:  url('../images/navigation.gif');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #7f7f7f;
	padding: 10px 30px;
	margin: 0;
	display:block;
	clear: both;
	float: left;
	width: 95%;
}

.right {
	float:right;
	padding: 2px 0;
	
}

#navigation li {
	padding: 0;
	margin: 0;
	display: inline;
	color: #7f7f7f;
}

#navigation li a:link {
	color: #7f7f7f;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.nav{
	padding: 1px 3px;
	height:32px;
	font-size:1.2em;
	margin-bottom:20px;
}

.nav span{
	padding: 1px 3px;
	height:29px;

}

.nav span.partner_werden {
	color: #ed008d;
}

.nav:hover{
	background: #000;
	color: #f1f1f1;
}

.nav:hover span {
	cursor:pointer;
	background: #000;
	color: #f1f1f1;
}

a:link.nav, a:visited.nav {
	text-decoration: none;
	color: #7f7f7f;
}



#footer {
	background: #2f2f2f;
	border-top: 1px solid #4a4a4a;
	clear: both;
	padding: 20px;
	margin-top: 30px;
}

#footercontainer {
	border: 1px solid #464646;
	background: #1f1f1f;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 30px;
	width: 700px;
}

#footer p {
	color:#666666;
	font-size: 0.6em;
	text-align: center;
}

#footer #footercontainer p {
	text-align: left;
}

#footer_left {
	float: left;
	width: 300px;
}

#footer #footer_left h3 {
	color: #747474;
	font-size: 110%;
	padding: 50px 0 0 0;
	font-style: italic;
	font-weight: normal;
}

#footer #footer_left h3  span {
	color: #ed008d;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
} 

#footer_right {
	border-left: 1px solid #464646;
	padding-left: 20px;
	float: right;
	width: 350px;
}

#footer #footer_right h4 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding-top: 20px;
}

#footer_right p {
	font-size: 0.7em;
	margin-left: 20px;
}

#footer #ende {
	margin: auto;
	text-align: right;
	width: 700px;
}

#footer #ende #impressum {
	color: #666666;
	float:left;
	font-size: 0.6em;
	padding-left:238px;
}

#footer #ende #impressum a:hover {
	background: #fff;
	color: #000000;
	text-decoration: none;
}

#footer a img {
	border: 1px #464646 solid;
	padding: 3px;	
}

#footer a:hover img {
	border: 1px #e9e9e9 solid;	
}



a:link.inactive, a:visited.inactive {
	text-decoration: none;
	color: #333;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

h2 a{ 
	text-decoration: underline;
	color: #ed008d;
}

h2 a:visited{ 
	text-decoration: none;
	color: #ed008d;
}

h2 a:hover{ 
	 text-decoration: none;
	 color: #ffffff;
	 background: #000000;
}
h2 a:visited:hover { 
	text-decoration: none;
	background: #000000;
	color: #ffffff;
}



/* Clear Class */
.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}



#skip, #top {
	position: absolute;
	right: 9999999px;
}

span a:link {
	text-decoration: underline;
}

span a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}


