/* CSS Document */

/* ------------------------------------------------------------------- 
	Generelle Styles
---------------------------------------------------------------------- */
.clearLeft{ clear:left; }
.clearBoth{ clear:both; }
.clearRight{ clear:right; }
body{
    margin:0;
    padding:0;
	top:0;
	left:0;
	background-color: #F2EFF6;
}
div {
    padding:0;
    margin:0;
}


/* ------------------------------------------------------------------- 
	Layoutspalten
---------------------------------------------------------------------- */

#content {
	width: 614px;
	min-height: 620px;
	border: #663366 solid 1px;
	background-color: #FFFFFF;
	margin-left:230px;
	margin-right:auto;
	position:relative;
	top: 0;
	z-index: 5;
}
#left {
	min-height: 620px;
	width: 230px;
	position: absolute;
	top: 0;
	left:0;
	background:url(../images/bg_left.gif) top left repeat-y;
	height:100%;
	z-index: 10;
}
#right {
	position: absolute;
	left: 860px;
	top:0;
	background:url(../images/logo.gif) left top  no-repeat;
	height: 250px;
	width:200px;
	z-index:0;
	}
/* ------------------------------------------------------------------- 
	Inhaltsblöcke
---------------------------------------------------------------------- */
#navigation {
	margin-left: 30px;
	margin-top: 110px; 
	padding-top: 80px;
}
#adresse {
	background-color:#F2EFF6;
	margin-left: 0px;
	margin-top: 150px;
	bottom: 0px; 
	padding: 20px;
}
#servicenavigation {
	width: 614px;
	height: 60px;
	position: relative;
	margin-top: 0px; 
	background: url(../images/bg_servicenavigation.gif) no-repeat bottom center #FFFFFF;
}

#inhalt {
	margin-top: 30px; 
	padding: 0px 100px 80px 20px;
	min-height: 420px;
	background: url(../images/bg_content.gif) no-repeat bottom right #FFFFFF;
}
#footer {
        width: 614px;

	margin-top: 30px; 
	margin-left: 230px;
	text-align:center;
}
/* ------------------------------------------------------------------- 
	Servicenavigation
---------------------------------------------------------------------- */
.button1 {
	position: absolute;
	top:10px;
	left:40px;
	width: 100px;
	background: url(../images/icon_servicenavigation.gif) left top no-repeat;
	padding-left: 25px;
}
.button2 {
	position: relative;
	top:25px;
	left:150px;
	width: 100px;
	background: url(../images/icon_servicenavigation.gif) left top no-repeat;
	padding-left: 25px;
}
.button3 {
	position: relative;
	top:0px;
	left:380px;
	width: 100px;
	background: url(../images/icon_servicenavigation.gif) left top no-repeat;
	padding-left: 25px;
}
.button4 {
	position: relative;
	top: -10px;
	left:500px;
	width: 100px;
	background: url(../images/icon_servicenavigation.gif) left top no-repeat;
	padding-left: 25px;
}
