/* CSS Document */

/* Layout-Farben, Hintergrund-Bilder... */

/*
html { background.jpg }
body { border: 1px solid gray; }
*/

html,body{
text-align:center;
margin top:10px;
font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
color:white;
}

body {
  background-repeat:no-repeat;
}
#container{
width:760px;
margin:0 auto;
text-align:left;
}
#image{
width: 440px;
position: ;
}
#imageright{
width: 160px;
position: ;
}
#header{
width: 748px;
height: 40px;
color:black;
padding:6px;
vertical-align:text-top;
}
#content{
width:400px;
float:left;
padding:6px;
}
#sub-content{
width:160px;
float:right;
position:center;
padding:6px;
}
#navigation{
font-size: .9em;
width:150px;
float:left;
padding:6px;
}
#footer{
width: 748px;
padding:6px;
clear:both;
color:#F94AB3;
}
table
{
    margin:0;
    border: 0;
    padding:0;
    border-collapse:separate;
    border-spacing:0px;
    empty-cells:show;
}
tr
{
}
td
{
    font:.80em Verdana, Arial, Helvetica, sans-serif;
    padding:0px;
    border:0px solid #DDD;
}

a {
    text-decoration:none;
    color:#F94AB3;
}

a:hover {
    background:#F94AB3;
    color:white;
}

#navigation LI {
   width: 160px;
}

#navigation a {
    display: block;
    width: 80px;
    height: 14px;
    background: #F94AB3;
    text-decoration:none;
    color:black;
    margin: 0px;
    padding: 4px;
}


#navigation a:hover {
    background:#F94AB3;
    color:white;
}

#content a {
    text-decoration:none;
    color:#F94AB3;
}


#content a:hover {
    text-decoration:#F94AB3;
    color:white;
}

h1 {
    font-size: 1.0em;
    color:black;
    margin:6 0 6 0px;
}

h2,h3,h4 {
    font-size: .9em;
    color:black;
    margin:6 0 6 0px;
}
