<style type="text/css">
<!--
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

a img {
   border: 0 none;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
 	height:auto; /* wichtig */
	font:100.01% Arial, Verdana, Arial, sans-serif;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#alles {
	width: 1000px;
	font-size:60%;
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:4px;
}

div#top {
border: 0px solid #aba9a9;
background: url(
<?php echo ($_GET['section'])
?>.jpg) repeat-y;
width: 940px;
height: 230px;
}

div#untenlinks{
width:200px;
padding-right:60px;

}

div#untenmitte{

width:350px;
padding-left:65px;
padding-right:65px;

}

div#untenrechts{
width:200px;
padding-left:60px;


}

div#trenner {
border: 0px solid #aba9a9;
background: url(trenner.jpg) repeat-y;
width: 1000px;
height: 3px;
}

div#wrapper {
width: 1000px;

padding-top:25px;
}


div#links {
float: left;
width: 600px;
}

div#rechts {
float: right;
width: 400px;
}


div#menu {
position:absolute;
width:1000px;
height:30px;

margin-top: 12px;
margin-bottom: 8px;
margin: auto;
padding: 3px;

}

.navigationschrift {
	font-family:Copperplate Gothic Light;
	font-size:14px;
	letter-spacing: 0.2pt;
	color:#204c27;
	font-weight:bold;
}

div#home_container_links{
float:left;
width:470px;
margin-left:0px;
margin-top:10px;
margin-right:15px;
}

div#home_container_rechts{
float:right;
width:470px;
margin-left:15px;
margin-top:10px;
margin-right:0px;
}


div#home_container_mini_links{
float:left;
width:235px;
margin-top:20px;

}

div#home_container_mini_rechts{
float:right;
width:220px;
margin-left:0px;
margin-top:20px;
margin-right:0px
}


div#home_container_mini2_links{
float:left;
width:235px;
}

div#home_container_mini2_rechts{
float:left;
width:220px;
}

div#home_container_mini3_links{
float:left;
width:35px;
}

div#home_container_mini3_rechts{
float:left;
width:220px;
}




div#container {
margin-top:10px;
margin-left:40px;
margin-right:40px;
margin-bottom:10px;

}

#topbild {position:relative;
width: 1000px;
height: 300px;}

#toplogo {
margin-left:0;
margin-right:0;
margin-top:0px;
margin-bottom:10px;
}



div#box_complete{
margin-top:20px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
}






div#leftCol {
float: left;
width: 200px;

}

div#centerCol {
float: right;
width: 800px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Listen */

ul {
list-style-type: square;
list-style-position: inside;
margin-left: 10px;
}

/* Überschrift, Absatz */

h1 {
font: bold 1.3em Helvetica, Arial, sans-serif;
color:#006636;
margin-bottom:5px;
margin-left: 0px;
}

p {
margin:0;
line-height:1.4em;
text-align: justify;
}

td {
font-size: 60%;
}

td.country {
vertical-align:top;
text-align: left;
white-space:nowrap;
}

td.member {

}


-->
</style>
