* {
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	line-height: 140%;
	font-family: Arial, Verdana, sans-serif;
	color: #FFF;
	height: 100%;
	text-align: center;
	background: url(../img/bgprod01.gif) #636363 repeat-x;
	background: url(../img/bgprod01.png) #636363 repeat-x;
}

/* ------------------------ */
/* Allgemeine HTML-Elemente */
/* ------------------------ */


#impressum h2 {
	padding: 0 0 20px;
}


h3 {
	padding: 10px 0;
}

p {
	padding: 0 0 10px;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border: none;
	background: white;
	height: 1px;
}

form input.textfeld {
	padding: 3px;
	margin: 2px 5px 0 0;
}

/* ------------------------------------ */
/* IDs und spezielle Elemente innerhalb */
/* ------------------------------------ */

#box {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#kopf {
	height: 60px;
	width: 980px;
	border-bottom: 1px solid white;
}

#logo a.logo {
	display: block;
	float: right;
	width: 186px;
	height: 55px;
	background: url(../img/steinunddesign.gif) no-repeat center transparent;
	text-indent: -9999px;
}

/* Kopfnavigation ... */

#kopfnavigation {
	text-align: left;
}

#kopfnavigation ul {
	list-style-type: none;
	padding: 30px 0 0;
}

#kopfnavigation ul li {
	display: inline;
}

#kopfnavigation ul li a {
	font-size: 10px;
	color: #ddd;
	background:none;
	text-decoration: none;
	padding: 0 15px 0 5px;
}

#kopfnavigation ul li a:hover {
	color: white;
}

/* Animierte Bilder und Navigation */

#bilderbox {
	height: 580px;
	width: 980px
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#partnersuche {
	float: left;
	position: relative;
	z-index: 21;
	width: 300px;
	padding: 20px 30px 30px;
	margin: 0 0 0 50px;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}

#laenderauswahl {
	float: right;
	position: relative;
	z-index: 20;
	width: 186px;
	height: 580px;
	background: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#laenderauswahl ul {	
	width: 186px;
	padding: 8px 0 0;
	list-style-type: none;
}

#laenderauswahl ul li {	
	width: 186px;
}

#laenderauswahl ul li a {	
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 7px 0 7px 17px;
}


#laenderauswahl ul li a:hover {	
	font-weight: bold;
	color: black;
	background: white;
}

/* Slideshow */

#slideshow {
    position:relative;
    height: 359px;
	width: 980px
}

#slideshow .slideshow_150 {
    height: 150px;
	width: 980px
}

#slideshow img {
    position: absolute;
    left: 0;
    z-index: 8;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#slideshow img.last-active {
    z-index: 9;
}

/* Inhalt Impressum */

#impressum {
	width: 980px;
	clear: both;
	padding: 20px 5px 50px;
}

#impressum .spalte_links {
	width: 450px;
	float: left;
}

#impressum .spalte_rechts {
	width: 450px;
	margin: 0 0 0 490px;
}


/* ------- */
/* Klassen */
/* ------- */

.umbruch {
	clear: both;
} 

.float-left {
	float: left;
}

img.float-left {
	margin: 0 20px 100px 0;
}

