#container
{
	margin: 0 auto;
	width: 1024px;
}

#header
{
	background: #ccc;
	padding: 0px;
	margin:0px
	width:1024px;
	height:200px;
}

#header h1 { margin: 0; }

<!--Ausklappmenue Anfang-->

* {
margin: 0;
padding: 0;
}

#menu {
margin: 0px;
float: left;
width: 160px;
height: 568px;
padding: 0px;
font-family: Calligraphic 421 BT;
font-size: 11pt;
display: inline;
line-height: 20px;
float: left;
}

#menu ul {
padding: 0px;
margin-top: -15px;
width: 150px;
list-style-type: none;
font-family: Arial;
display: inline-block;
display: block;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
cursor:url(Curser_Blatt.gif), pointer;
text-decoration: none;
display: block;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a.haupt:link {
cursor:url(Curser_Blatt.gif), pointer;
display: block;
text-align: center;
border-top: 1px solid #DDBE98;
background: #FAE3C7;
color: #BB996E;
}

/*--definiert die "Drop-Down-Links" im visitzustand--*/
#menu a.haupt:visited {
color: #BB996E;
background: #FAE3C7;
}

/*--definiert die "Drop-Down-Links" im focuszustand--*/
#menu a.haupt:focus {
color: #003366;
background: #FFC800;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a.haupt:hover {
color: #003366;
background: #DDBE98;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
cursor:url(Curser_Blatt.gif), pointer;
display: block;
text-align: center;
border-top: 1px solid #DDBE98;
background: #BB996E;
color: #FAE3C7;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
color: #003366;
background: #DDBE98;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
top: 16px;
left: 150px;
z-index: 2;
display: none;
}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:link {
font-size: 1em;
font-weight: ;
text-align: center;
color:  #003366;
border: 1px solid #FF9900;
background: #FFFFC8;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
color: #003366;
background: #FFC800;


<!--Ausklappmenue Ende-->




}

#content
{
	float: left;
	width: 685px;
        height: 568px;
        padding: 0px;
        margin-left: 150;
        overflow: auto;
        font-family:"Arial";
}

{ 
        scrollbar-arrow-color: 161C39;
        scrollbar-base-color: #FF9900;
        scrollbar-track-color: 161C39;
        scrollbar-face-color: 161C39;
        scrollbar-highlight-color: 161C39;
        scrollbar-3dlight-color: 161C39;
        scrollbar-darkshadow-color: 161C39;
        scrollbar-shadow-color: 161C39;
}

#text {
        padding-left: 150px;
        padding-right: 10px;
        font-size: 10pt;
}

#content li{
        padding-left: 150px;
        padding-right: 10px;
        font-size: 10pt;
}


/*--definiert einen Verweise im content--*/

#content a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #BB996E;
}

#content a:visited { 
	font-weight: bold;
	color: #BB996E;
}

#content a:hover { 
	font-weight: bold;
	color: #FFC800;
}

#content a:active {
	font-weight: bold;
	color: #BB996E;
}

#content a:focus {
	font-weight: bold;
	color: #BB996E;
}

#tabdiv1 {
	float: left;
	padding: 05px;
	width: 234px;
	height:800px;
	margin-left:150px;
	margin-bottom:20px;
        font-family:"Arial";
}

#tabdiv1 p {
	font-size:10pt;
	margin-top: 2px;
	margin-buttom; 5px
}

#tabdiv2 {
	float: left;
	padding: 05px;
	width: 234px;
	height:800px;
	margin-left:8px;
	margin-bottom:20px;
        font-family:"Arial";
}

#tabdiv2 p {
	font-size:10pt;
	margin-top: 2px;
	margin-buttom; 5px
}

/*--definiert das Aussehen der Boxen--*/

#content h3 {
	margin: 0;
	color: #BB996E;
	padding-left:150px;
}

#content FONT {
	font-weight : bold;
	color: #BB996E;
	padding-left:150px;
}

#coninterndiv1 {
	float: left;
	padding: 05px;
	width: 150px;
	height:270px;
	margin-left:150px;
	margin-bottom:20px;
        font-family:"Arial";
	background-color: #FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#BB996E;
}

#coninterndiv1 p {
	font-size:10pt;
	margin-top: 2px;
	margin-buttom; 5px
}

#coninterndiv2 {
	float: left;
	padding: 05px;
	width: 150px;
	height:270px;
	margin-left:8px;
	margin-bottom:20px;
        font-family:"Arial";
	background-color: #FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#BB996E;
}

#coninterndiv2 p {
	font-size:10pt;
	margin-top: 2px;
	margin-buttom; 5px
}

#coninterndiv1 h4 {
	margin: 0;
	color: #FFFFFF;
	background-color: #BB996E;
	text-align: center;
}

#coninterndiv2 h4 {
	margin: 0;
	color: #FFFFFF;
	background-color: #BB996E;
	text-align: center;
}

form {padding:150px; padding-top: 0px; padding-bottom: 0px;}
td, input, select, textarea { font-size:13px; font-family:Verdana,sans-serif; /*--font-weight:bold;--*/}
input, select, textarea { color:#00c; }
.Bereich { background-color:#FAE3C7; width:398px; border:2px solid #BB996E; }
.Feld { background-color:#FAE3C7; width:225px; border:2px solid #BB996E; }
.Auswahl { background-color:#FAE3C7; width:229px; border:2px solid #BB996E; }
.Check, .Radio { background-color:#ddff; border:1px solid #ddd; }


.hr {
	width:535px;
	color:yellow;
	background-color:#BB996E;
	height:2px;
	margin-right:0;
	text-align:right;
	border:0px dashed blue;
}

#img_l {
	border-width:2px;
	border-style:solid;
	border-color:#BB996E;
}

#img_r {
	border-width:2px;
	border-style:solid;
	border-color:#BB996E;
}

#content ul {
	list-style-type: none;
	font-family: Arial;
}

#neben_picto {
	width:350px;
	height:130px;
	background-color: ;
	align:left;
	float:left;
	margin-top:-15px
}

#text_np {
        padding-left: 150px;
        font-size: 10pt;
	font-family: Arial;
}	

#picto {
	width:304px;
	height:120px;
	background-color: ;
	align:rigth;
	float:right;
	margin-right:10px
}

#copyright {
	float: left;
        font-size: 8pt;
	font-family: Arial;
}

#aside
{
	float: right;
	width: 150px;
	height:553px;
	padding:05px;
	margin:0px;
        font-family:"Arial";
	display: inline;
	border-width:2px;
	border-style:dotted;
	border-color:#BB996E;
}

#aside h4 {
	margin: 0;
	color: #FFFFFF;
	background-color: #BB996E;
	text-align: center;

}

#aside p {
	font-size:10pt;
	margin-top: 3px;
	margin-buttom; 5px
}
#aside p {
	font-size:10pt;
	margin-top: 3px;
	margin-buttom; 5px
}