* {
margin:0;
padding:0;
}



body
{
	font-family: arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	line-height: 1.4em;
	color: #4d4e53;
	text-align: center;
	background-color: #ebeef2;
	background-image: url(higru-grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:100%;
	margin-bottom:1em;
}


/* TYPO */
h1,h2,h3,h4,h5 {
	font-weight:bold;
	font-size:1.6em;
}

h1 {	

	color: #aab300;
	padding-top: 2em;
	margin-bottom: 1em;
}

h2,h3,h4,h5 {
	font-size:1em;
		margin-top: 1em;

}




h3 + p { margin-top:0;}


#slogan h2 {
	color: white;
	font-size:30px;
	font-weight:normal;
	line-height:1.3em;
	padding:10px;
	margin-left:10px;
	margin-top:0;
}

p {
	margin-top: 1em;
}

ul {
	padding-left:1.2em;
	margin-top: 0.5em;
}

a {
	color: #aab300;
}

a:link, a:visited {}
a:hover, a:active {
	background-color: #aab300;
	color:#fff;
}

dt {
	font-weight:bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

dd p {	margin-top: 0;
}

blockquote {
	font-style:italic;
	margin: 0.5em 0;
}

blockquote p {
	margin-top:0;
	margin-bottom:1em;
	border-left: 2px dotted #aab300;
	padding-left:0.5em;
}

/*TABLE*/

td p {
	margin-top:0;
}



td { 
	vertical-align:top;
	text-align:left;
	padding-top:1em;
	}
	
td h2 { margin-top:0;}

td.text {
	width:70%;
}

td.preis, td.zeit {
	width:15%;
	vertical-align:bottom;

}

/* BRANDING*/
#branding
{
	height: 150px;
	width: 722px;
	background-color:transparent;
	background-image: url(h1-branding.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#branding h1, #branding h2 {
	text-indent: -999em;
}

#maxcontainer {
	background-image: url(higru-grau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* SLOGAN*/

#slogan {
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */
	background-color:#aab300;
	width: 355px;
	height:100px;
	float:right;
	position:relative;
	left:225px;
	top:5px;
	margin-left:-220px;
	margin-bottom:5px;
}



/* LAYOUT */
#container {
	width: 722px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	position:relative;
}

#content {
	background-color:#ffffff;
	background-image: url(higru-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	padding-left: 90px;
	padding-right: 136px;
	padding-bottom:2em;
	position:relative;

	min-height: 732px;
	
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */

}
#container div#extra {

	height:10px;
	width:722px;
		margin-bottom: 50px;

}

#mood {
	position:absolute;
	left:-68px;
	top:50px;
	}
#mood img {
	display:block;
	margin-bottom:10px;
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
 	border-radius: 10px; /* Opera 10.5, IE 9 */
}



#nav {
	margin-top:25px;
	height:25px;
	padding-left:75px;

	background-color:transparent;
}

/* NAVI */



ul#nav { 
	list-style-type: none; 
}

#nav li {
	float:left;
	padding-left:15px;
}

#nav li.navactive {
	background-color:#aab300;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#nav a {
	display:block;	
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 15px 0px 0px;
}



#nav li:hover,
#nav a:hover {
	background-color: #aab300;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


