.position			/* _____________________________________zentriert die Seite im Browserfenster___________________________*/
{
position: relative;
left: 50%;
margin-left: -400px;
}

.clear
{
clear: both;
}

body
{
background-color: white;
}

#wrap_all       			  /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::wrappt alle boxen:::::::::::::::::: */
{
position:absolute;
top: 0px;
left: 0px;
border: solid 1px rgb(0,102,0);
margin-top: 50px;
width: 800px;
height: 600px;
}

					#wrap_head				/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::wrappt head::::::::::::::::::: */
					{
					width: 800px;
					height: 130px;
					}

#wrap_head_oben /*________________________________________________________________________*/
{
width: 800px;
height: 100px;
}

#head_1
{
width: 100px;
height: 100px;
background-color: rgb(153,204,153);
float: left;
}

#head_2
{
border-left: solid 1px rgb(0,102,0);
border-right: solid 1px rgb(0,102,0);
width: 98px;
height: 100px;
background-color: rgb(0,102,0);
float: left;
}

#head_3
{
border: 0;
width: 600px;
height: 100px;
background-color: rgb(153,204,153);
float: left;
}

#wrap_head_unten /*________________________________________________________________________*/
{
border-top: solid 1px rgb(0,102,0);
width: 800px;
height: 29px;
}

#head_4
{
width: 100px;
height: 29px;
background-image: url(../img/head_4.jpg);
float: left;
}

#head_5
{
border-left: solid 1px rgb(0,102,0);
border-right: solid 1px rgb(0,102,0);
width: 98px;
height: 29px;
background-image:  url("../img/entwurf_1_slice_06.jpg");
float: left;
}

#head_6
{
width: 555px;
height: 29px;
background-image: url(../img/head_6.jpg);
float: left;
}

#head_7
{
border-right: solid 1px white;
width: 44px;
height: 29px;
background-image: url(../img/head_7.jpg);
float: left;
}

								#wrap_content					/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::wrapp content::::::::::::::::::: */
								{
								width: 800px;
								height: 300px;
								}

#wrap_content_oben /*________________________________________________________________________*/
{
width: 800px;
height: 275px;
}

#content_1
{
width: 100px;
height: 275px;
background-color: white;
float: left;
}

#content_2
{
border-left: solid 1px rgb(0,102,0);
border-right: solid 1px rgb(0,102,0);
width: 98px;
height: 275px;
background-image:  url("../img/entwurf_1_slice_10.jpg");
float: left;
}

#content_3 	/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::CONTENT!!!!!!::::::::::::::::::::::::::*/
{

position:relative;
top: 1em;
margin: 0px;
padding: 0px;
overflow: auto;
width: 555px;
height: 16em;
background-color: white;
float: left;
}
			/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::CONTENT!!!!!!::::::::::::::::::::::::::*/
#content_4
{
border-right: solid 1px white;
width: 44px;
height: 275px;
background-image: url(../img/content_4.jpg);
float: left;
}

									#wrap_content_unten /*________________________________________________________________________*/
									{
									
									border-bottom: solid 1px green;
									width: 800px;
									height: 24px;
									float: left;
									}

#content_5
{
width: 100px;
height: 24px;
background-color:  white;
float: left;
}

#content_6
{
border-left: solid 1px rgb(0,102,0);
border-right: solid 1px rgb(0,102,0);
width: 98px;
height: 24px;
background-image:  url("../img/entwurf_1_slice_14.jpg");
float: left;
}

#content_7
{

width: 555px;
height: 24px;
float: left;
}

#content_8
{
border-right: solid 1px white;
width: 44px;
height: 24px;
background-image: url(../img/content_8.jpg);
float: left;
}

								#wrap_bottom							/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::wrapp bottom::::::::::::::::::: */
								{
								position: absolute;
								top:430px;
								
								left: 0px;
								width: 800px;
								height:170px;
								}

#bottom_1
{
width: 100px;
height: 170px;
background-color: rgb(153,204,153);
float: left;
}

#bottom_2
{
border-left: solid 1px rgb(0,102,0);
border-right: solid 1px rgb(0,102,0);
width: 98px;
height: 170px;
background-color: rgb(0,102,0);
float: left;
}

#bottom_3
{
width: 600px;
height: 170px;

background-color: rgb(153,204,153);
float: left;
}

