/** 
* CSS File fuer presse.tirol.events
* @link http://www.presse.tirol.at/events
*
* @author Robert Janoska
* @version 1 
* @date 2008-12-16
*
* @copyright Tiscover AG
*/

/**
* Random Styles
*/

body {
    padding:0;
    margin:0;
    background-color:#f3f0ef;
    color:#485058;
}

body, p, br, div, span, table, th, td, tr, ul, li, ol, input, select, textarea, pre {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#485058;
}

a, a:link {
    color:#a50009;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

/**
* Main
*/
div#xxl_main {
    border-top: solid 30px #FFFFFF;
    border-left: solid 30px #FFFFFF;
    border-right: solid 30px #FFFFFF;
    border-bottom: solid 15px #FFFFFF;
    background-color:#9aa2aa;
    width:744px;
    margin:auto;
}

/**
* Navigation
*/
div#xxl_left {
    padding:20px;
    float:left;
    width:160px;
}

ul#xxl_langlist {
    list-style-type:none; 
    padding:0 0 30px 0;
    margin:0;
}

ul#xxl_langlist li {
    float:left;
    margin:0 15px 0 0;
}

ul#xxl_nav_lv1 {
    list-style-type:none;
    font-size:11px;
    padding:0;
    margin:0;
}

ul#xxl_nav_lv1 li {
    margin:0 0 4px 0;
}

ul#xxl_nav_lv1 a, ul#xxl_nav_lv1 a:link, ul#xxl_nav_lv1 a:hover {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

ul#xxl_nav_lv1 a:hover {
    text-decoration:underline;
}

ul#xxl_nav_lv1 a.active {
    color:#a50009;
}

ul#xxl_nav_lv2 {
    list-style-type:none;
    font-size:11px;
    padding:0;
    margin:0 0 0 20px;
}

/**
* Suche
*/
div#xxl_fullTextSearch {
    color:#FFFFFF;
    font-weight:bold;
    padding-top:25px;
}

div#xxl_fullTextSearch input#sv {
    margin-top:5px;
    border:solid 1px #FFFFFF;
    width:150px;
}

div#xxl_fullTextSearch input#submit {
    margin-top:10px;
    border:solid 1px #F3F0EF;
    background-color:#F3F0EF;
}

div#xxl_searchResult {
    padding:0px 0px 20px 0px;
}

/**
* Content
*/
div#xxl_right {
    padding:20px 20px 20px 20px;
    background-color:#f3f0ef;
    float:left;
    width:504px;
    min-height:360px;
}

div#xxl_right h1 {
    padding:0;
    margin:0 0 15px 0;
}

/** 
* Listenansicht
*/

.xxl_listitem {
    margin-bottom:20px;
}

.xxl_listitem h2 {
    font-size:13px;
    padding:0;
    margin:0 0 5px 0;
}

.xxl_listitem h2 a, .xxl_listitem h2 a:link {
    color:#485058;
    text-decoration:none;
}

.xxl_listimg {
    float:left;
    width:185px;
    margin:2px 15px 10px 0;
    overflow:hidden;
}


/** 
* Detailartikel
*/
.xxl_teasertext {
    font-weight:bold;
    margin-bottom:20px;
}

.xxl_contenttext {

}

.xxl_bilderleiste {
    width:200px;
    float:right;
    margin:0 0 20px 20px;
    font-size:10px;
    overflow:hidden;
}

.xxl_bildeinzel {
    margin-bottom:20px;
}

.xxl_textkontakt {
    border: solid 1px #9AA2AA;
    background-color:#FFFFFF;
    padding:10px;
    margin:20px 0 20px 0;
}

.xxl_attachments {
    border: solid 1px #9AA2AA;
    background-color:#FFFFFF;
    padding:10px;
    margin:20px 0 20px 0;
}

/**
* Partner and Friends
*/
.xxl_partnerlogo {
    padding-bottom:20px;
    width:200px;
    float:left;
}

.xxl_partnertext {
    padding:0 0 20px 20px;
    width:284px;
    float:left;
}

/**
* pressetermine
*/
div.xxl_eventDate {
    width:80px;
    float:left;
    padding-bottom:20px;
}

div.xxl_eventTeaser {
    width:250px;
    float:left;
    padding:0px 20px 20px 0px;
}

    div.xxl_eventTeaser h2 {
        padding:0;
        margin:0;
        font-size:11px;
    }
    
    div.xxl_eventTeaser h2 a, div.xxl_eventTeaser h2 a:link {
        color:#485058;
        text-decoration:none;
    }    

div.xxl_eventLocation {
    width:130px;
    float:left;
    padding-bottom:20px;
}

div.xxl_presseDate {
    font-weight:bold;
    padding-bottom:8px;
}

/**
* jumplist
*/

div.xxl_jumpList {
    display:block;
    text-align:right;
}

.xxlJumplistPageActive {
    font-weight:bold;
    text-decoration:none;
}

.xxlJumplistPage {
    color:#485058;
}

/**
* partnerliste
*/
div.xxl_partnerliste {
    background-color:#FFFFFF;
    display:block;
    width:100%;
    padding-top:15px;
}
    div.partnerimg {
        float:left;
        padding:0px 20px 0px 10px;
    }


/**
* for static pages
*/
form#xxl_newsletter {
    margin:0;
    padding:0;
}

form#xxl_newsletter input {
    display: block;
    float: left;
    width: 250px;
    margin:4px 0 4px 0;
    border:solid 1px #9AA2AA;
}

    form#xxl_newsletter input.xxl_none {
        float: none;
        border:none;
        clear:both;
        height:0;
        line-height:0;
    }

    form#xxl_newsletter input.xxl_checkbox {
        width:auto;
        margin-right:10px;
        margin-top:1px;
        border:none 0px;
    }

form#xxl_newsletter select {
    display: block;
    float: left;
    margin:4px 0 4px 0;
    border:solid 1px #9AA2AA;
}

form#xxl_newsletter label {
    display: block;
    float: left;
    width: 100px;
    text-align: left; 
    margin:4px 0 4px 0;
    padding-right: 1em; 
}

form#xxl_newsletter br {
  clear: left;
}

form#xxl_newsletter input#submit {
  float: none;
  width: auto;
}



/**
* Misc
*/
.clearer {
    clear:both;
}
