
/* Layout */
body {
    padding:0;
    margin:0;
    font:0.7em Verdana, Tahoma,sans-serif;
    background: #414141 url(http://www.computerjan.de/media/striped.png) top center repeat;
    color: #858585;
    text-align:center;
    line-height:1.5em;
}

#wrap {
    width:760px;
    text-align:center;
    margin:0 auto;
}
#leftmenu {
        float:left;
        border: 1px solid red;
        width: 150px;
        text-align: left;
        background-color: #0e0e0e;
        border:2px solid #000;
}
#leftmenu ul {
        list-style-type: none;
        margin: 0;
        display: block;
}
#leftmenu ul li a{
        margin-bottom:5px;
        height: 17px;
        display: block;
        /*background-image: url(img/menu_bg.jpg);*/
        color: #ffc000;
        font-weight: normal;
}
#leftmenu ul li a:hover {
        background-image: url(img/menuhover_bg.jpg);

}

#leftmenu ul ul {
    font-size:0.9em;
    margin:0 0 0 15px;
    padding:0 0 5px;
    width:125px;
}
#leftside ul ul li {
    height: 10px !important;
}
#leftside ul ul li a {
    padding:3px 1px 3px 5px;
    width:15px;
    font-weight: normal !important;
}

#maincontent {
    background:#0E0E0E;
    text-align:left;
    border:2px solid #000;
    padding:15px 15px 5px;
    margin:0 0 15px;
    margin-left: 180px;
}
.homebox {
}
#footer {
    background-color: #242424;
}
/* Formatierung */
a {
    text-decoration:none;
    font-weight:bold;
    color:#a6a6a6;
}

a:hover {
    text-decoration:underline;
}

a img {
    border:0;
}

h1 {
    margin:15px auto 10px;
    padding:0;
    font-size:2.6em;
    color:#eee;
    letter-spacing:-2px;
    line-height:1.2em;
}

h1 a {
    color:#eee;
    font-weight:700;
    text-decoration:none;
}

h1 a:hover {
    color:#fff;
    text-decoration:none;
}

/*h2 {
    margin:0 0 12px;
    padding:12px 6px 12px 15px;
    background:#1a1a1a url(img/pback.jpg) left center no-repeat;
    border-left:4px solid #e49938;
    color:#ddd;
    font-size:1.5em;
    font-weight:400;
}*/

h2 a {
    font-weight:400;
}

h3 {
    font-size:1.4em;
    font-weight:400;
    margin:0 0 10px;
}

p {
    margin:0 0 15px;
}

ul {
    margin:0 0 15px 20px;
    padding:0;
}

li {
    margin:0;
    padding:0 0 0 5px;
}

/* Klassen */
.slogan {
    color:#ccc;
    font-size:1.4em;
    margin:0 0 15px;
    padding:0;
    text-transform: lowercase;
}

.toptabs {
    clear:both;
    font-size:1.4em;
    line-height:1.5em;
    color:#aaa;
    margin:0 0 15px;
}

.toptab {
    padding:3px 10px 5px;
    font-weight:400;
    margin:0 2px;
    color:#ccc;
}

.toptab:hover {
    background-color:#444;
    color:#fff;
    text-decoration:none;
}

.active {
    background-color:#444;
    color:#fff;
}

.active:hover {
    background-color:#444;
    color:#fff;
}

.bottomlinks,.bottomlinks a {
    text-align:center;
    color:#888;
    font-size:.9em;
    font-weight:400;
    margin:5px auto;
}

.footer,.footer a {
    color:#888;
    font-weight:400;
}

.hide {
    display:none;
}
