@CHARSET "UTF-8";
@import "navigation.css";
/* 
    Document   : defaults.css
    Created on : Dec 1, 2009, 2:52:40 PM
    Author     : Daniel Schwiperich
    Description:
        Defaults Elements and Structure
        Colors: Gold: #D1BE6D;
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

body {
	font-size: 14px;line-height: 18px;
	font-family: Verdana, sans-serif;
    background: url(../images/bg-site.jpg) repeat-x top center fixed #373737;
    text-align: center;
    color: #1e1916;
}

#wrapper {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    position: relative;
}

#header {
    width: 1000px; height: 160px;
    background: url(../images/bg-head.png) bottom left transparent no-repeat;
    position: relative; overflow: visible;
}

    #header #logo {
        width: 532px; height: 121px;
        background: url(../images/sport-evolution.png) bottom left transparent no-repeat;
        text-indent: -1000px; overflow: hidden;
        position: absolute; top: 44px; right: 494px;
    }


#left {
    position: absolute; left: 0px; width: 150px; top: 25px;
}

#container {position: relative;}

#main {
    width: 613px; background: #fff;
    min-height: 820px; margin-left: 161px;
    background: url(../images/bg-content2.png) top left repeat-x ;
    position: relative; padding: 83px 53px 40px 53px; left: -30px;
    font-family: Verdana, serif; font-size: 12px; line-height: 16px;
}
.high-minheight #main {min-height: 1200px;}
#main #marginalia {
    width: 200px; float: right; margin-left: 15px;
    font-size: 12px; font-family: Verdana; line-height: 14px; color: #fff;
}
.marginalia #main > .inside .mod_article {width: 410px; overflow: hidden; float: left;}
.marginalia #main {width: 631px; padding-right: 35px;}


#right {
    position: absolute; right: 0px; width: 170px; top: 25px; overflow: visible;
    min-height: 400px;
}

#footer {display: none;padding-left: 161px; color: #99978c; margin: 10px 0px;font-size: 10px; white-space:nowrap; font-weight: bold;}

/* Elements */

.invisible {display: none !important;}

a {text-decoration: none; color: #1e1916;}
#footer a {color: #99978c;}
#footer a:hover {text-decoration: underline;}

#main .mod_article {}

#clear, .clear {clear: both;}




#main h1, #main h2 {font-size: 20px;color: #fff; margin-bottom: 14px; line-height: 22px;}
#main .mod_article h1:first-child, #main .mod_article h2:first-child {color: #333;}
#main h2 {margin: 14px auto;}

#main h3 {font-size: 18px; line-height: 24px;font-weight: bold;margin-bottom:12px;color: #fff;}
#main h4 {font-size: 16px; line-height: 22px; font-weight: bold; font-style: italic;}
#main h5 {font-size: 16px; line-height: 22px;  font-weight: normal;}
#main h6 {font-size: 14px; line-height: 18px;  font-weight: normal;}

#main p { margin-bottom: 10px;}

#main blockquote {font-style: italic;padding:5px;}
#main blockquote:before {content: "0BB020"; font-weight: bold;}
#main blockquote:after {content: "0200AB"; font-weight: bold;}

#main ul {list-style: outside; list-style-image: url(../images/list-icon.png); margin: 10px 20px; padding-left: 10px;}
#main ul li {margin-bottom: 8px; font-size: 12px;line-height: 16px; font-family: Verdana, sans-serif;}

#main strong {font-weight: bold;}
#main strong, #main b {font-weight: bold;}
#main i {font-style: italic;}

#main a, #right p a {background: #37373e; color: #d1be6d; padding: 0px 5px;}

.info, abbr {cursor: help; font-style:italic;}
.info:hover {}

#main .image_container a, #right .image_container a {padding: 0px; background: transparent;line-height: 0px;}
#main .image_container { line-height: 0px;} /* Padding Bottom all browser fix */
#main .image_container .caption{ line-height: 16px; padding:5px 0px;}
/* Shadow Images */
#main .img_384x215 .image_container{
    width: 404px; height: 227px; padding: 3px 0px 0px 6px;
    background: url(../images/bg-image-384x215.png) no-repeat top left transparent;
}
#main .img_384x288 .image_container{
    width: 407px; height: 298px; padding: 2px 0px 0px 3px;
    background: url(../images/bg-image-384x288.png) no-repeat top left transparent;
}
#main .img_594x332 .image_container{
    width: 607px; height: 344px;padding: 6px 0px 0px 6px;
    background: url(../images/bg-image-594x332.png) no-repeat top left transparent;
}
#main .img_300x225 .image_container{
    width: 323px; height: 245px;padding: 1px 0px 0px 3px;
    background: url(../images/bg-image-300x225.png) no-repeat top left transparent;
}
#main .img_300x169 .image_container{
    width: 318px; height: 179px;padding: 1px 0px 0px 2px;
    background: url(../images/bg-image-300x169.png) no-repeat top left transparent;
}
#main .img_175x131 .image_container{
    width: 183px; height: 141px;padding: 1px 0px 0px 2px;
    background: url(../images/bg-image-175x131.png) no-repeat top left transparent;
}
#main .img_150x267 .image_container{
    width: 167px; height: 278px;padding: 2px 0px 0px 3px;
    background: url(../images/bg-image-150x267.png) no-repeat top left transparent;
}
#main .img_200x356 .image_container{
    width: 217px; height: 367px;padding: 2px 0px 0px 3px;
    background: url(../images/bg-image-200x356.png) no-repeat top left transparent;
}

table {
    width: 100%; table-layout:auto; border-collapse:collapse;
    font-family: Verdana, sans-serif; empty-cells: show;
}
table.nowrap {}
table th { text-align: center; color: #fff; background: #222; border: 1px solid #999;padding: 2px;}
table tr:hover td {/*background: #D1BE6D;*/background: url(../images/bg-row-active.png) #fff repeat-x ;}
table td {
    border: 1px solid #222;
    /*background: #fff;*/background: url(../images/bg-row.png) repeat-x ;
    padding: 2px 4px; font-size: 12px; cursor: default;
}
#main table td p {margin-bottom: 0px;}
table caption {font-style: italic;}

#slideshow-head {
    width: 159px; height: 99px; position: absolute; right: 0px; top: 0px; z-index: 1;
    border-right: 2px solid #333; border-left: 2px solid #333; background:#fff;
}
#slideshow-head img {position: absolute; right: 0px; top: 0px; z-index: 0;}

/* Shadow images in marginalia colmn 175x131 */
#marginalia .image_container {
    background: url(../images/bg-marginalia-image-175x131.png) no-repeat top left;
    width: 183px; height: 141px; padding: 1px 0px 0px 2px;
}
#marginalia .image_container a{/*display: block; border-top:1px solid #2f2a24; padding-top: 5px; */}
#marginalia .image_container img{/*border: 1px solid #ddd;*/}
#marginalia .image_container .caption {line-height: 14px; color: #333;margin-top: 5px; background:#fff;display: none;}


#right h2 a {color: #fff;padding:0px;}

#main ul.float li {float: left; margin-right: 10px; margin-bottom: 10px; list-style: none;}

.mod_article.sans {font-family: Verdana, sans-serif;}

#main label {display: block; text-align: left;}
#main input, textarea { width: 97%;margin-bottom: 10px; border: 1px solid #222; display: block;padding: 1px 1%;}
#main input.submit {margin-left: 0%;width: 50%;}
#main form p.error {
    font-family: Verdana; font-size: 10px; background: #fff; color: #a30000;
    border: 1px solid #a30000; margin-bottom:0px; clear: left; width: 98%;
    padding-left: 1%;position: relative; top: 1px;
}
#main input[type="hidden"] {display:none;}
#main form br {line-height: 0px;display: none;}

/* Content Elements */

/* Slideshow */
.slideshow {
    overflow: hidden;
}

.slideshow .overlay {
    width: 100%; height: 40px; position: absolute; left: 0px; top: 0px; z-index: 2;
    background: url(../images/stripes-slideshow.png) repeat-x transparent top left;
}

/* Article Headline */
.article_headline {
    width: 663px;height: 210px;
    position: relative; z-index: 1;
    margin-left: -25px;margin-top:-40px;
    margin-bottom: 15px; overflow: visible;
    
}
.article_headline .headline_container {
    width: 100%; height: 100%; position: relative; z-index: 1;
    background: url(../images/article-headline2.png) no-repeat transparent top left;
}
.article_headline .headline_container * {
    color: #1e1916 !important; font-size: 30px; width: 320px; font-weight: normal;
    padding-left: 25px; padding-top: 40px;
}

.article_headline img {
    position: absolute; right: 0px; top: 0px; z-index: 0;
}

#main .ce_text {margin-bottom: 22px; clear: both;}
#main .mod_article .ce_text:last-child {border-bottom: 0px;}

.small {font-size: 12px; line-height: 12px;}

.float-right {float: right;}
.float-left {float: left;}
.float-content {width: 300px;}

.no-clear {clear: none;}

#main a[rel] {background: transparent; line-height:0px; display: inline;}

a[name] {height:0px; display: block; overflow: hidden;line-height:0px;}

/* Teaser News */
.layout_latest_teaser {
    width: 163px; height: 379px; padding: 0px; background: url(../images/news-teaser-bg2.png) no-repeat;
    font-size: 10px; line-height: 13px; margin-bottom: 10px; padding: 4px; position: relative; top: -4px;
}
.layout_latest_teaser h2 {
    padding: 30px 6px 5px 6px; /*background: url(../images/news-teaser-head-bg.png) no-repeat top left;*/
    font-size: 14px; line-height:18px; font-weight: normal;
}
.layout_latest_teaser p {padding: 0px 6px 5px 6px; text-align: justify;}
.layout_latest_teaser .image_container {
    /*background: url(../images/news-teaser-image-bg.png) bottom left no-repeat;*/
    float: none !important;
    position: absolute; bottom: 2px;
}
.layout_latest_teaser .image_container img {border-top: 2px solid #333;}

/* Newsslider */

#right #news_slider {
    width: 143px; height: 95px; background: url(../images/bg-news-slider.png) no-repeat; overflow: hidden;
    padding: 0px 10px 5px 10px; margin-bottom: 15px; position: relative; left: 4px;
}
#right #news_slider h2 {display:block; font-size: 10px; color: #fff !important; width: 143px; height: 20px; }
#right #news_slider .layout_simple {width: 143px; overflow: hidden; left: 200px; position: absolute; top: 20px;}
#right #news_slider .layout_simple.first {/*display:block;left: 10px;*/}

/*Galleries*/
#main .ce_gallery {}
#main .ce_gallery {margin: 0px 0px 20px;}
#main .ce_gallery td { text-align: center; border-top: 10px solid #1e1916; background: #fff;}
#main .ce_gallery td a{}
#main .ce_gallery td img{border: 1px solid #ddd;}
#main .ce_gallery td .caption {line-height: 14px; color: #333;margin-top: 5px; background:#fff;}

/* Gallery with Shadow Images 175x131 */
#main .ce_gallery_shadow td{border: 0px; text-align: left;background: none;}
#main .ce_gallery_shadow td .image_container{
    
    background: url(../images/bg-marginalia-image-175x131.png) no-repeat transparent top left;
    width: 183px; height: 141px; padding: 1px 0px 0px 2px;
}
#main .ce_gallery_shadow td a{}
#main .ce_gallery_shadow td img{border: 0;}
#main .ce_gallery_shadow td .caption {display: none;}

/* News latest */

#main .layout_latest {clear: both; margin-bottom: 15px;}
#main .layout_latest h2{    
    margin-bottom: 12px; 
    font-size:20px;line-height:22px;
}
#main .layout_latest h2 a {color: #fff; display: block;background: url(../images/bar.png) no-repeat top left; padding-top:25px;   }
#main .layout_latest .image_container {background: #fff; padding: 5px 5px 0px 5px; border: 1px solid #333;}
#main .layout_latest .image_container img {}
#main .layout_latest .image_container .caption {height: 25px; font-size: 12px; line-height: 12px;padding-top: 5px;width: 220px;}

/* News reader */

#main .mod_newsreader h2 {font-size: 14px; font-style: italic; line-height: 16px;}
#main .mod_newsreader p.info {position: absolute; top: 51px; right: 53px;}
#main .mod_newsreader .image_container {border: 1px solid #222; background: #fff; text-align:center;padding: 10px; margin-bottom: 16px;}
#main .mod_newsreader .caption {line-height: 14px; padding-top: 5px;}
#main .mod_newsreader a[rel="lightbox[multi]"] {
    display: block; float: left; border: 1px solid #222; background: #fff; padding: 5px; margin: 10px 10px 10px 0px;
    line-height: 0px;
}
#main .enclosure, .ce_download {margin: 15px 0px; border:1px solid #333; background: #fff; padding: 10px; width:593px;clear: both;}
#main .enclosure .mime_icon, .ce_download .mime_icon {vertical-align: bottom;}

/* Other */
.float-right {float: right;}
.float-left {float: left;}
#main .mod_article .block {clear: both;}
#main .mod_article .float-right,#main .mod_article .float-left {clear: none;}
#main .mod_article > .block {margin-bottom: 14px;}
.ce_toplink {margin-bottom: 25px;}

.ce_text.team {width: 590px; border: 1px solid #333; background: #fff; padding: 10px; height: 100px;}
.team p {font-size: 16px; line-height: 20px;}

.slide {
    border: 1px solid #333; background: #fff; padding: 10px; margin-bottom: 15px;
    width: 610px; position: relative; left: -10px;
}
.slide h1, .slide h2, .slide h3, .slide h4{color: #333 !important;}

/*Events*/
.mod_eventlist span {
    display: inline-block; width: 200px; cursor: default;
}
.mod_eventlist a {
    background: none !important;
    color: #333 !important; font-weight: bold;
}
.mod_eventlist .event {
    margin-bottom: -1px; background: url(../images/bg-row.png) repeat-x ;
    border: 1px solid #333; height: 15px; padding: 5px 5px;
}
.mod_eventlist .event:hover {background: url(../images/bg-row-active.png) repeat-x #fff;border-top: 1px solid #999; }

.back {clear:both;}

.alignimage {vertical-align: middle;}


#main .mod_newsreader .float_right {
    float: right;
}

#main .mod_newsreader .float_left {
    float: left;
}

#main .mod_newsreader .float_right a {
    margin-left: 10px;
    margin-right: 0;
}

#main .mod_newsreader .float_right a, #main .mod_newsreader .float_left a {
    margin-top: 0;
}
