html {
 font-family: Arial, Verdana, sans-serif;
 margin: 0px;
 padding: 0px;
}

body, table, tr, td, span, div, a {
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 color: #000000;
}

body {
 text-align: center;
 margin: 2px 2px 0px 2px;
 background-color: #E3E3E3;
 background-image: url(../images/main/bg-kaestchen.jpg);
}


a:link,
a:active,
a:visited {
 color:#666;
 text-decoration: none;
}

a:hover {
 color: #c21414;
 text-decoration:none;
}

div.GL {
 position: relative;
 text-align: left;
 min-width: 850px;
 max-width: 1400px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 0px;
 padding-right: 0px;
 width: expression(document.body.clientWidth > 1400 ? '1400px' : 'auto');
 /*background-color: #FFFFFF; */
}

div.ContentBox {
 padding: 0px 5px 0px 0px;
}

div.header {
 position: absolute;
 top: 0px;
 width: 100%;
 /*background-color: #425f9f;*/
 background-image: url(../images/main/boxHeader.gif);
 background-repeat:no-repeat;
 background-position: 20px 0px;
 height: 65px;
}

/* Menü Oben*/

div.menuBar {
 background-color: #c03435;
 background-image: url(../images/main/redBar.gif);
 height: 20px;
 padding-left: 120px;
 padding-top: 2px;
 color: #FFF;
 text-align: center;
}

div.menuBar ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 width: 100%;
 position: relative;

}

div.menuBar ul li {
 float: left;
 margin: 0px;
 margin-right: 8px;
 padding: 0px;
 color: #FFF;
 font-size: 13px;
 font-weight: bold;
}

div.menuBar a {
 text-decoration: none;
 color: #FFF;
 font-size: 13px;
}

div.menuBar a:hover {
 text-decoration: none;
 color: #BBB;
}

div.menuBar ul li ul li {
 position: absolute;
 background-color: #425f9f;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 padding: 3px;
 display: none;
 margin: 0px 50px 0px -5px;
}

div.categorie {
 color: #FFF;
}


div.categorie ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 width: 100%;
}

div.categorie ul li {
 float: left;
 margin: 0px;
 margin-right: 8px;
 padding: 0px;
 color: #FFF;
 font-size: 13px;
 font-weight: bold;
}

div.categorie ul li div {
 position: absolute;
 background-color: #425f9f;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 padding: 3px;
 display: none;
 margin: 0px 50px 0px -5px;
 color: #AAA;
 width: 150px;
}

/* Mitte */

div.mainContent {
 width: 100%;
 border: none;
 /* border-left: 1px solid #999;
 border-right: 1px solid #999; */
 margin: 0px;
 margin-top: 65px;
 padding: 0px;
 padding-top: 4px;
 display: inline-block;
 background-image: url(../images/main/bg.png);
}

#boxUser {
 width: 180px;
 display:inline-block;
 float: right;
 padding-right: 4px;
}

div.boxMainContent {
 padding-left: 4px;
 position: relative;
 margin: 0px;
 width: auto;
  margin-right: 190px;

}

#boxLeft {
 width: 41%;
 vertical-align: top;
 display:inline-block;
}

#boxMiddle {
 vertical-align: top;
 width: 35%;
 display:inline-block;
}

#boxRight {
 vertical-align: top;
 width: 23%;
 display:inline-block;
}



/* Footer */

div.footer {
 width: 100%;
 height: 38px;
 margin: 0px;
 padding: 0px;
 background-color: #425f9f;
 color: #FFF;

}

div.footer div {
 color: #FFF;
 padding: 4px;
}

.footer ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 width: 100%;
}

.footer ul li {
 float: left;
 margin: 0px;
 margin-right: 10px;
 padding: 0px;
}

.footer a {
 text-decoration: none;
 color: #FFF;
}

.footer a:hover {
 text-decoration: none;
 color: #BBB;
}




div.boxGL {
 /*background-color: #E0E0E0; */
 background-color: transparent;
 margin-bottom: 2px;
}

div.boxGLtop {
 /*background-color: #425f9f;*/
 background-image: url(../images/main/boxCornerTop.gif);
 width: 100%;
 height: 16px;
 text-align: left;
 color: #FFF;
 font-size: 12px;
 padding: 0px;
 margin: 0px;
}

div.boxGLtop img {
 border: none;
}

div.boxGLc {
 /*background-color: #E0E0E0; */
 background-image: url(../images/main/bg-glass.png);
 /*
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 */
 border: 2px solid #FFFFFF;
 border-right-color: #D3D3D3;
 border-left-color: #D3D3D3;
 border-bottom-color: #C1C1C1;
 margin-bottom: 5px;
 padding: 2px;
}

div.boxGLcNoDrag {
 background-color: #E0E0E0;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 0px;
 margin-bottom: 5px;
}

div.boxDragNew {
 margin: 4px;
 padding: 4px;
 background-color: #EEE;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
}

div.boxDragNew div div.boxGLc {
 width: 200px;
 display: inline-block;
 margin: 2px;
}

div.boxGLContent {
 padding: 6px;
}


table.boxGLtop {
/* background-color: #425f9f;*/
 width: 100%;
 height: 16px;
 padding: 0px;
 margin: 0px;
 text-align: left;
 color: #FFF;
}

table.boxGLtop td.middle {
 background-image: url(../images/main/boxCornerTop.gif);
 cursor: pointer;
}

table.boxGLtop td {
 color: #FFF;
}

table.mainContent td {
 vertical-align: top;
}

div.coloredBoxBlue {
 background-color: #425f9f;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;


 border: 2px solid #FFFFFF;
 border-right-color: #D3D3D3;
 border-left-color: #D3D3D3;
 border-bottom-color: #C1C1C1;


 padding: 8px;
 color: #FFF;
}
div.coloredBoxBlue a {
 color: #FFF;
 text-decoration: none;
}
div.coloredBoxBlue a:hover {
 color: #FFF;
 text-decoration: underline;
}

div.coloredBoxRed {
 background-color: #c03435;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;

 border: 2px solid #FFFFFF;
 border-right-color: #D3D3D3;
 border-left-color: #D3D3D3;
 border-bottom-color: #C1C1C1;

 padding: 8px;
 color: #FFF;
}
div.coloredBoxRed a {
 color: #FFF;
 text-decoration: none;
}
div.coloredBoxRed a:hover {
 color: #FFF;
 text-decoration: none;
}

div.quote {
 border: 1px solid #999;
 padding: 3px;
}

td.last_news_text {
 padding: 2px;
 margin: 0px;
}


td.last_news_text a {
 text-decoration: none;
 color: #FFF;
}

td.last_news_text a:hover {
 text-decoration: none;
 color: #999;
}

div.commentBox {
 position: absolute;
 background-image: url(../images/main/bg_70.png);
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 padding: 4px;
 z-index: 5000;
 width: 300px;
}

.noteProfile {
 float: right;
 width: 200px;
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 background-color: #FDCC82;
}

.note {
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 background-color: #FDCC82;
}

.ajaxRes {
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 background-image: url(../images/main/bg_70.png);
 display: none;
 text-align: center;
 position: fixed;
 top: 5px;
 left: 50%;
 width: 450px;
 height: 29px;
 margin-left: -225px;
 padding-top: 12px;
 z-index: 5100;

}

.suggestionsBox {
 position: absolute;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 color: #000000;
}

.suggestionsBox ul {
 position: relative;
 color: #000000;
 list-style: none;
 padding: 0px;
 margin: 0px;
 cursor: pointer;
 text-align: left;
 width: 300px;

 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 background-image: url(../images/main/bg_80.png);
}

.suggestionsBox li {
 color: #000000;
 list-style: none;
 padding: 4px;
 margin: 0px;
 cursor: pointer;
 text-align: left;
}

.suggestionsBox li:hover {
 background-color: #627fBf;
}

.suggestionsBox li img {
 width: 20px;
 height: 20px;
 margin-right: 5px;
 vertical-align: middle;
}

#boxes {
 font-family: Arial, sans-serif;
 list-style-type: none;
 margin: 0px;
 padding: 0px;

}
#boxes li {
 position: relative;
 float: left;
 margin: 2px 2px 0px 0px;
 text-align: center;
 padding: 5px 2px 5px 2px;
 width: 130px;
 height: 124px;
}

#boxes li img {
 border:2px solid #2B2B2B;
}

table.gbShort img {
 border: 1px solid #AAAAAA;
}
table.gbShort div.title {
 border-bottom: 1px solid #999999;
 border-top: 1px solid #666666;
 background-color: #EEEEEE;
}
table.gbShort div.entrie {
 padding-top: 6px;
 padding-bottom: 8px;
}
table.gbShort div.entrie img {
 border: none;
}

div.wertungsspiegel {
 width: 58px;
 height: 50px;
 padding-top: 30px;
 padding-left: 22px;
 background-image: url(../images/icons_article/award_wertungsspiegel.png);
 font-size: 28px;
 color: #DDDDDD;
 font-weight: bold;
}

div.pms_read {
 border-bottom: 1px solid #AEAEAE;
 border-left: 1px solid #C0C0C0;
 border-right: 1px solid #898989;
 border-top: 1px solid #C0C0C0;
 background-color: #CECECE;
 margin-top: 5px;
 padding: 4px;
 width: 80%;
}


img.avatar {
 border: 1px solid #AAAAAA;
}


ul.box {
 font-family: Arial, sans-serif;
 list-style-type: none;
 margin: 0px;
 padding: 0px;

}
ul.box li {
 position: relative;
 float: left;
 margin: 2px 2px 0px 0px;
 text-align: center;
 padding: 5px 2px 5px 2px;
}

div.pageNavigation {
 float: right;
 padding: 5px;
 margin-left: 10px;
 margin-bottom: 2px;
 border: 1px solid #BBB;
 background-color: #EEE;
}

div.pageNavigation ul {
 padding: 0px;
 margin-left: 14px;
 font-size: 5px;
 list-style-type: square;
}

div.pageNavigation ul li {
 padding: 0px;
 margin: 0px;
 font-size: 12px;
}

div.inlinePic {
 padding: 3px;
 margin: 0px;
 text-align: center;
}

div.inlinePicText {
 border: 1px solid #BBB;
 background-color: #EEE;
 float: right;
 padding: 3px;
 margin: 0px 0px 6px 10px;
 width: 200px;
 font-size: 11px;
 overflow: hidden;
 line-height: 9pt;
}

div.topNewsDiv {
 display: inline-block;

}
div.topNewsDiv ul {
 width: 28px;
 float: left;
 padding: 0px;
 margin: 0px;
 list-style: none;
}

div.topNewsDiv ul li {
 width: 28px;
 height: 32px;
 text-align: center;
 background-image: url(../images/main/news-top-corner.jpg);
 background-repeat: no-repeat;
 color: #FFF;
 font-size: 22px;
 font-weight: bold;
 padding-top: 0px;
 cursor: pointer;
}
