@charset "UTF-8";
/* CSS Document */


#bgoben{
position:absolute;
width:1004px;
top:100px;
margin: 0 0 0 10px;
height:10px;
background: url(../bilder/bg_oben.png);
background-repeat:repeat-x;}

#bgunten{
position:absolute;
width:1004px;
top:690px;
margin: 0 0 0 10px;
height:10px;
background: url(../bilder/bg_unten.png);
background-repeat:repeat-x;}

#bglinksoben{
position:absolute;
width:10px;
top:100px;
height:10px;
background: url(../bilder/bg_linksoben.png);
background-repeat:no-repeat;}

#bglinksunten{
position:absolute;
width:10px;
height:10px;
top:690px;
background: url(../bilder/bg_linksunten.png);
background-repeat:no-repeat;}

#bglinks{
position:absolute;
width:10px;
height:580px;
top:110px;
background: url(../bilder/bg_links.png);
background-repeat:repeat-y;}

#bgrechtsoben{
width:10px;
top:100px;
margin: 0 0 0 1014px;
height:10px;
background: url(../bilder/bg_rechtsoben.png);
background-repeat:no-repeat;}

#bgrechtsunten{
position:absolute;
width:10px;
height:10px;
margin: 0 0 0 1014px;
top:690px;
background: url(../bilder/bg_rechtsunten.png);
background-repeat:no-repeat;}

#bgrechts{
position:absolute;
width:10px;
height:580px;
margin: 0 0 0 1014px;
top:110px;
background: url(../bilder/bg_rechts.png);
background-repeat:repeat-y;}


#header{
	position:absolute;
	width:1016px;
	top:103px;
	margin: 4px 0 0 4px;
	height:330px;
	background: url(../bilder/header.png);
}

#menue{
	position:absolute;
	width:185px;
	top:445px;
	margin: 0 0 0 20px;
	padding: 15px 0 0 15px;
	height:225px;
	background:#444444;
}

#content{
	position:absolute;
	width:764px;
	top:445px;
	margin: 0 0 0 240px;
	height:240px;
	background:#444444;
}

#container2 {
    	width: 1024px;
		height:20px;
    	background: #FFFFFF;
    	margin: 0px auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
