/* ------------------------ Tagformatierungen ANFANG ------------------------------------ */
/*{html, body, p, form, table, tr, td, th, ul, ol, li, object, embed, applet, caption, dl, div, h1, h2, h3, h4, h5, h6, input, textarea {
margin:0;
padding:0;
}*/
* {
margin:0px;
padding:0px;
}
html {
height:100%;
}
body {
font:12px/18px Verdana, Arial, Helvetica, sans-serif;
color:#000;
background: url(../images/fix/bg_struktur1.jpg);
}
a {
color:#1D5A0F;
}
/* ------------------------ Tagformatierungen ENDE ------------------------------------ */
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* ------------------------ Layoutelemente ANFANG ------------------------------------- */

#wrapper {
width:600px;
height:auto;
margin:0 auto; 
border-left:5px solid #000;
border-right:5px solid #000;
}
#head { 
position:relative;
width:600px; 
height:150px; 
color:#000;
background: url(../images/fix/header.gif); 
}
#navi { 
position:relative;
width:600px;
height:20px;
background:#000;
text-align: center;
}
#content {
width:540px;
height:auto;
min-height:400px;
background:#FFF;
padding:30px 30px 50px;
}
* html #content { height:expression(this.scrollHeight < 400? "400px" : "auto" ); }
#footer	{
position:relative;
width:600px; 
height:35px;
color:#000;
background:#000;
text-align: center;
}




/*------------------------- Layoutelemente ENDE -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

/*---------------------------Navi-Anfang----------------------------------------------------*/



/*---------------------------Navi-Ende------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/* ------------------------ Klassen und Kleinkram ANFANG ------------------------------------ */
.floatstop {
clear:left;
}

.test {
position: absolute; right:10px; top: 0px;
}

.center {
margin: 0 auto;
}

