.fw_b {
    font-weight: bold
}

.fw_100 {
    font-weight: 100
}

.fw_600 {
    font-weight: 600
}

.smaller p,
.smaller td,
.smaller li,
.smaller {
    font-size: 85%;
    line-height: 1.5;
}

.bigger p,
.bigger td,
.bigger {
    font-size: 110%
}

/*em {
    font-family: "Courier New", Courier, monospace !important;
    font-style: normal !important;
    color: red !important;
}*/

.courier p,
.courier td,
.courier li,
.courier strong,
.courier span,
.courier {
    font-family: "Courier New", Courier, monospace !important;
    line-height: 1.5;
}

.courier-red p,
.courier-red td,
.courier-red li,
.courier-red strong,
.courier-red span,
.courier-red {
    font-family: "Courier New", Courier, monospace !important;
    color: red !important;
}

.courier-blue p,
.courier-blue td,
.courier-blue li,
.courier-blue strong,
.courier-blue span,
.courier-blue {
    font-family: "Courier New", Courier, monospace !important;
    color: blue;
}

.blue p,
.blue td,
.blue li,
.blue strong,
.blue span,
.blue h1,
.blue h2,
.blue h3,
.blue {
    color: #0088C2;
}

a,
a:link {
    text-decoration: none;
}

.stdlist {
    margin-left: -20px;
}


/* Sidebar
==================================================*/

.sidebar {
    position: ;
    margin-right: ;
}

.sidebar p {
    font-size: ;
}


/* Content-Bereiche ---------------------------------------*/

.newslist {
    margin-top: ;
}

.widecontent {
    width: 120%;
}


/* Sharebuttons
===============================================*/

.n.j-sharebuttons {
    margin-left: ;
    width: ;
}


/* CSS3 Rounded Corners Box
=========================================*/

.cssbox,
.cssbox {
    border: 1px solid .ccc;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* CSS3 Rounded Corners Box mit Schatten
========================================*/

.css3box,
.css3box {
    border: 1px solid .ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 11px .ccc;
    /* webkit browser*/
    -moz-box-shadow: 3px 3px 6px .ccc;
    /* firefox */
    box-shadow: 3px 3px 6px .ccc;
    padding: 5px;
}


/* Eigene Inhaltsverzeichnisse
==============================================*/

.user-sitemap li,
.user-sitemap a {
    border: none;
    margin: 0 10px;
    background: url(https://u.jimdo.com/www32/o/s69854fd484825586/img/i9fd86ac84299e9d4/1368772117/std/image.gif) 0 8px no-repeat transparent;
    margin: 6px 0 0 -14px;
    font-weight: bold;
}


/*Farben
-------------------------------------*/

.red {
    color: red !important;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: lightgray;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-orange {
    background-color: orange;
}
