@charset "utf-8";

/*
CSS Document
author: Timm Stelzer, 2011
*/

/*  *** pre - content *** */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
html {
	background: #963F50 center top;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
	
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
a:active {
	outline: none;
}

#wrapper {
	width: 886px;
	margin: 0 auto;
}
#header {
	margin: 15px 0 0 0;
	background: url(../images/gaiana_logo.png) no-repeat scroll 61px 0;
	width: 886px;
	height: 148px;
	float: none;
	text-indent: -5000px;
}
#header_gradient {
	width: 886px;
	height: 163px;
	background: #963F50;
	background: -moz-linear-gradient(top, #963F50 0%, #FFCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#963F50), color-stop(100%,#FFCCCC)); /* Chrome,Safari4+ */	
	background: -webkit-linear-gradient(top, #963F50 0%,#FFCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #963F50 0%,#FFCCCC 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #963F50 0%,#FFCCCC 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#963F50', endColorstr='#FFCCCC',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #963F50 0%,#FFCCCC 100%);
}
#container {
	min-height: 300px;
	height: auto;
	background-color: #FCC;
}
#nav1 .nav1, #nav2 .nav2, #nav3 .nav3, #nav4 .nav4, #nav5 .nav5, #nav6 .nav6, #nav7 .nav7, #nav8 .nav8 {
	text-decoration: underline;
}
#container-menu {
	float: left;
	width: 100%;
	overflow: hidden;
}
#menu {
	height: 50px;
	background-color: #FCC;
	list-style-type: none;
	position: relative;
	left: 50%;
	float: left;
	margin: 0 auto;
	
}
#menu li {
	float: left;
	padding: 15px 15px;
	position: relative;
	right: 50%;
}
#menu a {
	font-size: 1.25em;
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	
}
#menu a:hover, #menu a:focus {	
	font-size: 1.25em;
	color: #FFF;
	text-decoration: none;
}
.footer-text {
	font-size: 0.75em;	
	color: #333;
}
#footer {
	position: relative;
	height: 25px;
	width: 100%;
	text-align: center;
	background-color: #FCC;
	padding: 10px 0 0;
}

/*	*** content *** */


.content {
	clear: left;
	min-height: 165px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 0 30px;
	padding: 30px 0 30px;
}
.content ul {
	list-style-type: disc;
	margin: 0 15px 0;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 15px;

}
h2 {
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 30px;
}
h3 {
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 15px 0 15px;
}
strong {
	font-weight: bold;
}
p {
	text-align: left;
}
table {
	border: none;
	height: auto;
}
img {
	border: none;
	overflow: hidden;
	max-width: 626px;
}
#home {
	margin: 0 100px 75px;
}
#home p {
	margin-top: 20px;
}
#home img {
	max-width: 626px;
}
#behandlung {
	text-align: left;
	margin: 0 100px;
}
#behandlung table {
	width: 100%;
	border-collapse: collapse;
}
#behandlung td {
	padding-bottom: 5px;
	vertical-align: top;	
}
#behandlung th {
	padding-bottom: 0px;
	border-bottom: thin solid grey;
}
.hersteller {
	margin: 0 auto 15px;
	padding: 5px 10px;
	height: 120px;
	width: 85%;	
	text-wrap: none;
	border-bottom: thin solid #666;
}
.hersteller strong {
	font-size: 1.4em;
	color: #555;	
}
.hersteller a {
	font-size: 1.2em;
	color: #555;
}
.hersteller img {
	margin-left: 20px;
	float: right;
	max-height: 100px;
	vertical-align: middle;
}
#galerie table{
	border: none;
	width: 100%;
}
#galerie td {
	width: 50%;
}
#aktionen {
	margin: 0 100px;	
}
#aktionen img {
	float: left;
	margin-right: 30px;
	max-height: 300px;
}
#neues {
	margin: 0 100px;
}
#neues img {
	float: left;
	margin-right: 30px;
	height: 100px;
}
#neues p {
	margin-bottom: 10px;
}
#produkte {
	margin: 0 100px 50px;
}
#produkte ul {
	width: 50%;
	list-style: none;
	overflow: hidden;
	margin: 20px 0 0;
}
#produkte ul#a {
	float: left;
}
#produkte li {
	font-weight: bold;
}
#impressum {
	width: 40%;
	margin: 0 auto;
}
#impressum p {
	text-align: center;
}
#about {
	margin: 0 100px;
}


	
	







	

