/*#############################################################
Name: Pink Sunset
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
* {margin: 0; padding: 0;}
a {text-decoration: none; color: #0000FF;}
/*##color bestimmt hier die Farben fuer die Ueberschrift menue linke seite, die Links und das Menue royalblau
##*/
body {
        font: normal 14px "Trebuchet MS",Arial;
        margin: 20px 0;
        background: #FFF url(img/bg.jpg) repeat-y fixed bottom center;
        text-align: center;
        color: #311;
/*##color bestimmt hier die textfarbe ? bg ist der hintergrundfarbenmix##*/
}
ul {
        padding: 10px 0;
}
li {
        list-style: none;
        margin: 4px 0 4px 20px;
}
li span {
        font-size: 1.0em; color: #444;
/*##color menue linke seite unterschrift bestimmt hier die Farbe hell schwarz##*/

}
.container {
        text-align: left;
        width: 600px;
        margin: 0 auto;
        background: #000080 url(img/top.gif) no-repeat;
        border: 1px solid #EEE;
        border-color: #EEE #CCC #AAA;
/*##background ist farbe hintergrund, color bestimmt hier die Farbe weiss, grau, dunkelgrau? top.gif ist das logo##*/
}
.clearer,.footer {
        clear: both;
}
.content,.footer {
        padding: 0 5px;



}



.footer {
        background: #000;
        color: #FFF;
        margin: 5px;
        padding: 2px 5px;
        font-size: 0.8em;





}

.header {
        height: 610px;
}
.header h1 {
        padding-top: 27px;
        line-height: 2.0em;
        padding-left: 18px;
        color: #00cdd2;
        font-size: 2.0em;
/*##color bestimmt hier die Farbe tuerkis##*/
}
.item {
        padding: 10px;
        text-align: justify;
}
.item h1 {
        font: normal 1.4em serif,Arial;
        letter-spacing: 1px;
        color: #000080;
/*##color bestimmt hier die Farben fuer die Ueberschriften ohne Links in Rot##*/
}
.left {
        float: left;
        width: 390px;



        background: #F2EEF2;



}
.menu {

        margin-left: 18px;
        padding-top: 310px; 
}
.menu a {

        padding: 0 2px;
        margin-right: 12px;
        font-size: 1.2em;

}
.menu a:hover {
        background: #00FFFF;
        color: #00FFFF;
/*##background fuer die Links in Rot bei Mausdrueber##*/
}
.right .submenu_end {
        background: url(img/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
        float: right;
        width: 195px;
        background: #DDD;
/*##grau##*/
}
.right a:hover {
        text-decoration: underline;
}
.top {
        height: 350px;
}