/*alles ist ein Trick und zentriert die ganze Seite*/
#alles {
/*background-color: #FFFFFF;
color: #303030;             */
position: absolute;
width: 900px;
margin-left:-450px;
left:50%;
}
h1, h2, h3 h4{
        color: #FFFFFF;
}
h2 {
}
*/
h3 {   color: #FFFFFF;
}
p, blockquote, ul, ol {
        margin-bottom: 1.4em;
        line-height: 1.8em;
        text-align: justify;
}
p {
}
blockquote {
        margin-left: 2em;
        margin-right: 2em;
        font-style: italic;
}
ul {
        margin-left: 3em;
}
ul li {
}
ol {
        margin-left: 3em;
}
ol li {
}
a {
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        text-decoration: underline;
}
img {
        border: 0px solid #C4C2C2;
}
/* Boxed Style */
.boxed {
        margin-bottom: 20px;
}
.boxed .title {
        margin: 0;
        padding: 5px 0;
        background: url(images/imgw07.gif) repeat-x left bottom;
        font-size: 1em;                       /*   background-color: blue;*/
}
.boxed .content {
        padding: 15px;
}
/* Header */
#header {
        height: 51px;
        background: url(images/img02.gif)  repeat-x ;
}
/* Header > Logo */
#logo {
        width: 765px;
        height: 19px;
        margin: 0 auto;
        padding: 6px 0 0 0;
}
#logo h1, #logo h2 {
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        font-size: 11px;
}
#logo h1 {
        float: left;
}
#logo h2 {
        float: right;
}
#logo a {
}
/*  Menu */
#menus {
        width: 150px;
        height: 51px;
        margin: 0 auto;
         background: url(images/img02.gif)  repeat-x;
}
#menu {
        width: 900px;
        height: 51px;
        margin: 0 auto;
         background: url(images/img02.gif)  repeat-x;
}
#menu ul {
        margin: 0;
        padding: 7px 0 0 0;
        list-style: none;
}
#menu li {
        display: inline;
}
#menu a {
        display: block;
        float: left;
        height: 25px;
        margin: 0 5px 0 0;
        padding: 2px 15px 0 15px;
        background: url(images/img02.gif) repeat-x;
        border: 1px solid #222222;
        text-align: center;
        font-size: 9px;
        font-weight: bold;
        color: #FFFFFF;
}
#menu a:hover {
        background-image: url(images/img05.gif);
        text-decoration: none;
}
#menu .active a {
        background-image: url(images/img05.gif);
}
/* Wrapper */
#wrapper {
        background: url(images/imgs066.gif) repeat-x;

}
/* Content */
#content {
        width: 900px;
        margin: 0 auto;
        padding: 20px 0 0 0;       /* background-color: blue;*/
}
#mycontent {
        width: 900px;
        margin: 0 0 0 150;
        /*padding: 20px 0 0 150;*/
        background-color: yellow;
}
/*
/* Content > Sidebar */
#sidebar {
        float: left;
        width: 150px;     /*background-color: blue;*/
         height:300px;
         color:#FFF
}
#sidebar1 {
        float: left;
        width: 150px;       /*background-color: blue;*/
         height:1200px;
         color:#FFF
}
#sidebarI {
        float: left;
        width: 150px;       /*   background-color: blue; */
         height:300px;
         color:#FFF
}
#sidebar400 {
        float: left;
        width: 250px;                         /*background-color: green;*/
         height:400px;
}
#sidebar800 {
        float: left;
        width: 250px;                        /* background-color: green; */
         height:2000px;
}
#sidebarLinks {
        float: left;
        width: 350px;                      /*background-color: blue*/;
         height:400px;
}
#sidebarGallyLinks {
        float: left;
        width: 50px;                      /*background-color: yellow*/;
         height:800px;
}
#sidebarGallySpalte1 {
        float: left;
        width: 450px;                      /*background-color: blue*/;
         height:1200px;
}
#sidebarGallySpalte {
        float: left;
        width: 450px;                      /*background-color: yellow*/;
         height:200px;
}
/* Content > Sidebar > inGelb */
#inGelb {
        padding: 20px 15px;         /*background-color: blue; */
        color: #FF8A00;
        width: 100px;
}
#inGelb h2 {
        margin: 0;
        font-size: 1.3em;
        color: #FF8A00;
}
#inGelb h3 {
        margin: 0;
        font-size: 1em;
        color: #FF8A00;
}
/* Content > Sidebar > Updates*/
#updates {
}
#updates ul {
        margin: 0;
        list-style: none;
}
#updates h3 {
        margin: 0;
        font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#updates p {
        margin-bottom: 1.4em;
        font-size: smaller;
        line-height: normal;
}
/* Footer */
#footer {
        clear: both;
        padding: 20px 50px;
        border-top: 4px solid #393F4D;
        background: #000;
}
#footer p {
        width: 700px;
        margin: 0 auto;
        font-size: x-small;
        color: #FFFFFF;
}
#footer a {
        text-decoration: underline;
        color: #FFFFFF;
}
#footer a:hover {
        text-decoration: underline;
}
#footer h1 {
        text-decoration: underline;
}
/* Footer > Legal */
#legal {
}
/* Footer > Links */
#links {
}