/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("form.css");
/* end import/hide */

 
/* ----------------------------------------------
   BASIC ELEMENTS
------------------------------------------------- */
@font-face {
    font-family: 'UltraRegular';
    src: url('Ultra-webfont.eot');
    src: url('Ultra-webfont.eot?#iefix') format('embedded-opentype'), url('Ultra-webfont.woff') format('woff'), url('Ultra-webfont.ttf') format('truetype'), url('Ultra-webfont.svg#UltraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#background {
    position: absolute;
    z-index: -500;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
body {
    font: 100%/1.4 Georgia, Times, serif;
    background: #09001F;
    margin: 0;
    padding: 0;
    color: #fefefe;
}
/* Element-/Tag-Selektoren */
ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

/* - - - - - - - - - -  
 Headers 
- - - - - - - - - - */

h1,
h2,
h4 {
    font-family: 'UltraRegular',Times, serif;
    color: #fb0;
    margin: 5px 10px 0px 10px;
}
h3 {
    font-family: 'UltraRegular', Georgia, Times, serif;
    color: #fb0;
    text-shadow: 2px  2px  0px  #000000;
    margin: 6px 10px 2px 5px;
}
h1 {
    font-size: 3.0em;
    font-weight: normal;
    letter-spacing: -1px;
}
h2 {
    font-size: 2.2em;
    font-weight: normal;
}
h3 {
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding-top: 5px;
}
h4 { font-size: 1.0em }
strong { font-weight: bold }
em { font-style: italic }
a img { border: none }
a:link {
    color: #fb0;
    text-decoration: underline;
}
a:visited {
    color: #f80;
    text-decoration: underline;
}
hr{
	margin: 2px 5px;
	color: #f3b300;
	height:1px;
}    

a:hover,
a:active,
a:focus { text-decoration: none }
.container {
    width: 960px;
    background: #212;
    border: solid 15px #332233;
    margin: 0 auto;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-radius: 0px 0px 30px 30px;
    border-radius: 0px 0px 30px 30px;
    -moz-box-shadow: 0px  0px  40px  #000;
    -webkit-box-shadow: 0px  0px  40px  #000;
    box-shadow: 0px  0px  40px  #000;
}
header { background: #323 }
    header h1#logo-text {
        margin: 0;
        padding: 0;
    }
        header h1#logo-text a {
            margin: 0;
            padding: 0 5px 0 0;
            font: normal 42px 'UltraRegular', Times, serif;
            letter-spacing: -2px;
            color: #FC0;
            text-decoration: none;
        }
#logo { margin: 0 auto }

/* - - - - - - - - - -  
    base nav styles 
- - - - - - - - - - */

nav {
    display: block;
    margin: 0 auto 20px;
    border-left: 15px solid #540287;
    border-right: 15px solid #540287;
    position: relative;
    background-color: #540287;
    color: #fefefe;
    font: 20px 'UltraRegular',Times, serif;
    letter-spacing: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}
    nav ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    nav li {
        display: inline;
        position: relative;
        float: left;
        list-style-type: none;
    }
    nav ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    nav li a {
        display: block;
        padding: 10px 30px;
        text-shadow: 2px  2px  0px  #000000;
        color: #FFC;
        text-decoration: none;
    }
    nav li a:link {
        color: #fefefe;
        text-decoration: none;
    }
    nav li a:active { background: #8B0AB3 }
    nav li a:hover {
        color: #fb0;
        background: #8B0AB3;
        text-decoration: none;
        padding: 9px 30px 11px 30px;
        text-shadow: 2px  2px  0px  #000000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 10px #000000;
        -webkit-box-shadow: 1px 1px 10px #000000;
        box-shadow: 1px 1px 10px #000000;
    }
    nav li a:visited {
        color: #EEB;
        text-decoration: none;
    }
    nav li a:focus {
        outline: none;
        text-decoration: none;
    }
    nav li:first-child a { border-left: none }
    nav li.last a { border-right: none }
    nav a span {
        display: block;
        float: right;
        margin-left: 5px;
    }
    nav ul ul {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        background: #8B0AB3;
    }
        nav ul ul li { float: none }
        nav ul ul a {
            padding: 5px 10px;
            border: none;
            font-size: 16px;
            letter-spacing: 2px;
        }
        nav ul ul a:hover { background-color: #8B0AB3 }

/*----- /nav -----*/
.sidebar1 {
    float: right;
    width: 240px;
    background: #540287;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
    -moz-box-shadow: 0px  0px  10px  #000;
    -webkit-box-shadow: 0px  0px  10px  #000;
    box-shadow: 0px  0px  10px  #000;
}
/* sidemenus */
.sidemenu ul {
    text-align: left;
    margin: 10px 8px 10px 8px;
    padding: 0px 0px 0px 10px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
    .sidemenu ul li {
        list-style: none;
        padding: 7px 5px;
        margin: 0;
    }
* html body .sidemenu ul li { height: 1% }
.sidemenu ul li a,
.sidemenu ul li a:visited {
    color: #fefefe;
    padding-left: 0px;
    font-weight: normal;
    text-decoration: none;
}
    .sidemenu ul li a span {
        color: #fb0;
        padding-left: 15px;
        font-family: Georgia, Times, serif;
        font-style: normal;
        font-weight: normal;
        font-size: .8em;
    }
.sidemenu ul li a:hover {
    color: #fb0;
    border: none;
}
.sidemenu ul ul {
    margin: 0 0 0 5px;
    padding: 0;
}
    .sidemenu ul ul li { background: none }
.content {
    padding: 0px 10px 20px 10px;
    width: 680px;
    float: right;
}
    .content ul,
    .content ol {
        padding: 0 15px 15px 40px;
        list-style: disc;
    }
    .content td {
        padding: 20px 5px;
        margin: 5px 5px;
        vertical-align: middle;
        max-height: 110px;
    }

/* - - - - - - - - 
    Fußzeile 
- - - - - - - - */
footer {
    color: #fefefe;
    margin: 30px auto 0 auto;
    padding: 10px;
    background: #212;
    position: relative;
    clear: both;
    border-top: 1px solid #323;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
    footer a:link,
    footer a:visited { color: #cecece }
    footer a:hover { color: #fb0 }
    footer address {
        color: #cecece;
        font-size: 12px;
        margin-top: 14px;
    }
header,
section,
footer,
aside,
nav,
article,
figure { display: block }

section img {
	padding: 10px 10px;	
}

/* alignment classes & additional classes*/

.float-left { float: left }
.float-right { float: right }
.align-left { text-align: left }
.align-right { text-align: right }
.no-border { border: none }
.no-bg { background: none }

/* ------- Slideshow ------- */
.pics {  
    height:  202px;  
    width:   202px;  
    padding: 20px 0;  
    margin:  0 0 0 15px;  
} 
 
.pics img {  
    padding: 1px;  
    border:  1px solid #f3b300;  
    background-color: #540287;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 