/* ### Positionen der Container und Ausrichtung ### */
body {
margin: 0;
margin-top: 40px;
text-align: center;
vertical-align: middle;
}
/*  ###### Container ###### */
#site_all {
margin: 0 auto;
text-align: left;
width: 758px;
/*width: 825px;*/
/*height: 468px;*/
float: none;
overflow: hidden;
}

#site_left {
position: relative;
float: left;
width: 758px;
/*height: 468px;*/
overflow: hidden;
}

#site_right {
/*margin: 0 auto;*/
/*position: relative;
float: left;
width: 67px;
height: 543px;
overflow: hidden;*/
}

#site_inner {
margin: 0 auto;
text-align: left;
/*width: 758px;*/
height: 468px;
float: none;
overflow: hidden;
}

#lang {
position: relative;
float: none;
overflow: hidden;
width: 100%;
height: 20px;
text-align: right;
}

#header_left {
position: relative;
float: left;
overflow: hidden;
width:50%;
height: 80px;
}

#header_right {
position: relative;
float: right;
overflow: hidden;
width:50%;
height: 80px;
text-align: right;
}

#intro_left {
position: relative;
float: left;
overflow: hidden;
width:33%;
height: 474px;
text-align: left;
}

#intro_middle {
position: relative;
float: left;
overflow: hidden;
width:33%;
height: 474px;
text-align: right;
}

#intro_right {
position: relative;
float: right;
overflow: hidden;
width:33%;
height: 474px;
text-align: right;
}

#content_nav {
position: relative;
float: left;
overflow: hidden;
width: 19%;
height: 244px;
text-align: left;
}

#content {
position: relative;
float: right;
overflow: auto;
width: 81%;
height: 244px;
}

#site_nav {
position: relative;
float: none;
overflow: hidden;
width: 100%;
height: 25px;
text-align: center;
}

#footer_pic {
position: relative;
float: none;
overflow: hidden;
width: 100%;
height: 120px;
}

#footer_link {
position: relative;
float: none;
overflow: hidden;
width: 100%;
/*height: 20px;*/
height: 53px;
}

/*  ###### Clear all ###### */

.clear {
clear : both;
}

#content p {
margin-right: 25%;
margin-left: 5%;
text-align: justify;
}

#content h1 {
margin-left: 5%;
margin-right: 25%;
}

#content h2 {
margin-left: 5%;
margin-right: 25%;
}

#content ul {
margin-left: 5%;
margin-right: 25%;
}

#content h3 {
margin-left: 5%;
margin-right: 25%;
}

#content_nav ul {
/*margin-top: 33%; ie kann das nicht*/
/*margin-top: 20px;*/
list-style-type : none;
}

#content_nav li {
/*margin-top: 10px;*/
margin-bottom: 16px;
}

.tabelle_01 {
margin-left: 5%;
margin-right: 25%;
}