/* General ***************************************************************/
html, body {
    height : 100%;
    font-family : "Corbel", "Arial", "sans-serif", ;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: center;
    color: #333333;
}
body {  background-color: #fff; margin : 0; padding : 0; }
#main {
    margin : 0;
    padding : 0;
    height: 100%;
    width : 100%;
    text-align: center;
}
#hyphenate text{
}
img {border: 0;}
p { margin: 0; }
div {
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}
hr {
    height: 1px;
    color: #333;
    background-color: #333;
    border: none;
}
td,th { border-width: 0; color: #333;font-size: 10px; line-height: 16px; }
table { border-collapse:collapse }
a {
    color : #000;
    text-decoration : none;
}

/* Header  ***************************************************************/
#header {
    width: 970px;
    height: 100px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
#headimage {
    width: 590px;
    height: 175px;
    margin-left: 236px;
    margin-bottom: 12px;   
    clear: left;
}
#logo {
    height: 80px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
#logo a {
    color: #333;
}

/* Layout columns ***************************************************************/

#col-body {
    width: 850px;
    clear: both;
    min-height:430px;
}
#col-body {
    min-height: 430px;
    height: auto !important;
    height: 430px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}
#col-body img {
    float:left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Layout content ***************************************************************/
#content {
    color: #333333;
    text-align: left;
    height: auto;
    width: 550px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 18px;
    float: left;
}
#content a {
    color: #000;
}
#content a:hover {
    color: #999;
}
#content p {
    margin: 0; 
}
#contentbild {

}
#right {
    color: #333333;
    text-align: left;
    height: auto;
    width: 150px;
    margin-right: 0px;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 18px;
    float: left;
}
.textItem{
    width:550px;
    float:left;
}
.textItem img {
    margin-right: 20px; 
}
#content ul li {
    margin-left: 15px;
    list-style-type: square;
}
h1 {
font-size: 11px;
    font-weight: bold;
    display: block; 
    margin: 0 0 5px 0;
}

h2 {
font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#backbutton {
font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    padding-top: 2px;
}
#backbutton a {
    color: #666666;
}
#backbutton a:hover {
    color: #000000;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */
#navigation{
    letter-spacing: 1px;
    font-size: 11px;
    float : left;
    width: 220px;
    height: auto;
    display: inline;
    text-align:left;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    color: #333333;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:220px;
    margin:0;
    padding:0;
  
    background-color:transparent;
}
#navigation ul li {
    width:220px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:220px;

 
    margin:0;
  
    color:#333;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    color:#999;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
    margin-top:2px;
    margin-bottom:2px;
}
#navigation ul li.navmainStandardLevel_2 a {
    color:#333;
    width:210px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#999;
}
#navigation ul li.navmainStandardLevel_2 a.last {
    margin-bottom: 15px;
}
/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#999;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
}

/*Footer***************************************************************/
#footer {
    color: #333;
    letter-spacing: 1px
    width: 826px;
    height: 15px;
    margin-top: 10px;
    float: left;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
#footer a {
    color: #333; 
}
#footer a:hover {
    color: #999;  
}
/* Meta navigation ***************************************************************/

div#metaNavigation {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    height: 15px;
    width: 970px;
    text-align: left;
    margin-top: 10px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
div#metaNavigation a {
    color: #333;

        } 
div#metaNavigation a:hover {
    color: #999;
}
ul#metaNavigation {
    margin:0;
    padding:0;
    list-style-image: none;
    list-style-type: none;
    float:left
}
ul#metaNavigation li {
    display: inline;    
}
/*Artikelliste/MultiTeaser col-body*********************************************************/
div#col-body #liste {float:left;  margin-top: 15px; padding-bottom: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; width: 452px; }
div#col-body #liste_headline { color: #333; font-size: 11px;
    font-weight: bold; margin: 0;}
div#col-body #liste_headline a {
    color: #666666;
}
div#col-body #liste_headline a:hover {
    color: #000000;
}
div#col-body #liste_text {
    color: #333333;
}
div#col-body #liste_mehr { color: #333;  font-weight: bold; text-align: left; clear: both;  display: block; }
div#col-body #liste_mehr a {
    color: #666666;
}
div#col-body #liste_mehr a:hover { color: #000; }
div#col-body #liste_pages {
    color: #333333;
    font-weight: bold;
    margin-top: 3px;
}
div#col-body #liste_pages a {
    color: #666666;
}
div#col-body #liste_pages a:hover { color: #000; }
div#col-body #liste_image {
    float: left;
    margin-bottom: 0px;
    width: 60px;
    height: 40px;
    overflow:hidden;
    margin-right:10px;
}
div#col-body #liste_image a { border-width: 0; }

/*Artikelliste/MultiTeaser right*********************************************************/
div#col-body #right #liste {float:left;  margin-top: 0px; padding-bottom: 0px; border-bottom-width: 0px; border-bottom-style: none; width: 150px;  }




#xtcSlimboxPic{
    width: 550px
}
#xtcSlimboxPic img {
    float:left;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    height: 100px;
    width: 100px;
    overflow:hidden;
}

