@charset "utf-8";
@import url("typographie_gutundgern.css");

/*Allgemeine Formatierungen
-----------------------------------------------------------------------------*/

/* Remove padding and margin */ 
* 
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* Entfernt list-style aus Listen */
ol, ul
{list-style : none;}


/*Body
-----------------------------------------------------------------------------*/
html {
text-align: center;
}

body 
    {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background-image: url(../images/higru_ganz.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: #ff598f;
} 

#wrapper 
    {
	text-align:left;
	width: 1080px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
}



/* Header 
-----------------------------------------------------------------------------*/ 

div#branding{
	top: 90px;
	height: 50px;
	width: 499px;
	position: absolute;
	left: 0px;
	z-index: 2;
}




/* Navigation 
-----------------------------------------------------------------------------*/ 

div#mainnav {
	position: absolute;
	width: 500px;
	height: 35px;
	top: 0px;
	z-index: 100;
	right: 20px;
}

ul#navmenu li {
	float: left;
	display: inline;
	position: relative;
	z-index: 110;
	visibility: visible;
}

div#subnav {
	position: absolute;
	height: 40px;
	left: 0px;
	width: auto;
	bottom: -20px;
}

ul#subnavmenu li {
	float: left;
	display: inline;
	position: relative;
	padding-right: 50px;
}


/* Content 
-----------------------------------------------------------------------------*/ 

#pattern {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/muster_neu.png);
	height: 740px;
	width: 649px;
	z-index: 1;
}
#contact {
	position: absolute;
	bottom: 15px;
	height: 132px;
	width: 208px;
	right: 110px;
}

#titel {
	position: absolute;
	left: 0px;
	top: 220px;
}

#content_main {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 550px;
}

#content_main_leistungen {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 580px;
}

#galerie{
	position: absolute;
	top: -130px;
	width: 528px;
}

.thumbnail{
	color: #FF6699;
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #FF6699;
}

#seiten{
	position: relative;
	padding-left: 450px;
	height: 20px;
	padding-bottom: 0px;
	z-index: 1;
}





/* Footer 
-----------------------------------------------------------------------------*/ 


#footer {
	height: 126px;
	position: absolute;
	width: 100%;
}

#copyright {
	position: absolute;
	bottom: -5px;
	height: 16px;
	width: 253px;
	right: 100px;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	z-index: 200;
	color: #FFFFFF;
}

#aktuell{
	position: absolute;
	left: 0px;
	bottom: -50px;
}

