/* GRUNDEINSTELLUNGEN ================================================ */

html,body
{
background-color:					#dbdcdc;
background-image:					url("../images/background.gif");
background-repeat:				repeat-x;
color:										#000000;
font-family:							verdana;
font-size:								0.9em;
height:										100%;
margin:										0 auto;
padding:									0;
}

/* HAUPTBOX ========================================================== */

div#main
{
background-image:					url("../images/index_03.jpg");
background-repeat:				repeat-y;
height:										auto !important; 									/* Real browsers */
height:										100%; 														/* IE6: Treaded as min-height*/
margin:										0 auto; 													/* Center, not in IE5 */
min-height:								100%;															/* Real browsers */
position:									relative; 												/* Needed for footer positioning*/
width:										912px;	
z-index:									2;
}

/* KOPFBOX =========================================================== */

div#kopf
{
height:										342px;
margin:										0;
padding:									0;
width:										912px;	
z-index:									2;
}

div#kopf_background
{
background-color:					#dbdcdc;
background-image:					url("../images/background.gif");
background-repeat:				repeat-x;
height:										46px;
z-index:									1;
position:									absolute;
}

/* INHTALTSBOX ======================================================= */

div#inhalt
{
background-image:					url("../images/index_03.jpg");
background-repeat:				repeat-y;
bottom:										180px;
padding:									15px 30px 120px 30px;
text-align:								justify;
width:										912px;	
z-index:									2;
}

/* FUSSBOX =========================================================== */

div#fuss
{
background-image: url('../images/index_05.gif');
background-repeat: no-repeat;
background-position: bottom;
bottom: 0;
font-size: 0.8em;
position: absolute;
text-align: center;
margin: 0;
padding: 0;
height: 100px;
z-index: 2;
width: 912px;
}


/* NAVIGATIONSBOX =========================================================== */

div#navigation
{
position:									relative;
float:										left;
width:										30%;
bottom:0;
}

/* TEXTBOX =========================================================== */

div#text
{
margin-left:							290px;
margin-right:							30px;
width:560px;
}

/* NAVIGATION ======================================================== */

ul#navigation2
{
color:										#000000;
font-size:								1.1em;	
float:										left;
list-style:								none;
margin:										0;
padding:									0;	
}

/* NAVIGATION ======================================================== */

ul#navigation3
{
color:										#000000;
font-size:								13px;	
float:										left;
list-style:								none;
margin:										0;
padding:									0;	
}


/* LAYOUT BILDEINSTELLUNGEN ========================================== */

img
{
border:										none;
display:									block;	
}

img.layout
{
float:										left;	
}

