/* ---------------- CSS 2.0 --------------------------
 * ----- Das Design unterliegt dem Urheberrecht. -----
 * ---------------------------------------------------
 * - www.isa-igelchen.de created by dtintemann 2008 --
 * ---------------------------------------------------
*/
body
{
color: Black;
background: url(../images/bg.jpg);
margin-top: 10px;
margin-bottom:10px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
width: 100%;
min-width: 40em;               /* Mindestbreite verhindert Umbruch und Anzeigefehler */
}

#container
{
width:990px;
text-align: center;
margin: 0px auto;
padding: 0px;
}


#links
{
float: left;
width:105px;
height: 500px;
margin: 20px 0px 0px 0px;
padding: 3px;

border-color:#cc9966;
border-width:2px;
border-style:ridge;
background-color: #eebb88;

text-align: justify;
font-family: Arial, Helvetica, Sans-Serif;
font-size:0.75em;
font-variant: normal;
font-weight: normal;
font-style: normal;
}

#links img
{
width:90px;
height: 40px;
margin: 0;
padding: 0;
line-height: normal;
border-style:none;
}

#mitte
{
float: left;
width: 760px;
height:530px;
margin: 0px;
padding: 0px;
text-align: center;
}

.logo
{
text-align: left;
position:relative;
left: 25px;
top:-490px;
}


#mitte img
{
margin: 0;
padding: 0;
border-width: 0px;
border-style: none;
}

#rechts
{
float: left;
width: 105px;
height: 500px;
margin: 20px 0px 0px 0px;
padding: 2px;

background-color: #eebb88;
border-color:#cc9966;
border-width:2px;
border-style:ridge;

text-align: center;
font-family: Arial, Helvetica, Sans-Serif;
font-size:0.75em;
font-variant: normal;
font-weight: bold;
font-style: normal;
}

#rechts img
{
border-width:0px;
border-style: none;
margin: 10px 0px;
}

#fuss
{
float: left;
width: 990px;
color:#444;
text-align: center;
font-family: Arial, Helvetica, Sans-Serif;
font-size:0.9em;
font-weight: bold;
}

a#tooCool
{
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(../images/too_cool_sash.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}

