/************************ Body ************************/

body{/* More on the bottom, see Sticky Footer */
    background-color: transparent;
    font-size: 12pt;
    font-family:'Times New Roman',Times,serif;
    color:#000000; 
}


#wrapper {
    width: 968px;
}

/************************ Header ************************/

#header {
    display:none;
}

/************************ Content Holder ************************/


/************************ Sidebar Left ************************/

#sidebar_left{
    display:none;
}

/************************ Content Mitte ************************/

#content{
    width: 500px;
}
/************************ Sidebar Right ************************/

/************************ Footer ************************/

/* More on the bottom, see Sticky Footer */
#footer{
    display:none;
    margin: 5px auto 0;
    width: 968px;
}

#sitemap{
    display:none;
}

#copyright{
    clear:both;
    text-align: center;
    margin-top: 17px;
}

.border{
    border-left: 1px solid #d6d6d6;
}

#sitemap h3{
    margin:0 0 3px 0;
    text-transform:uppercase;
}

/************************ Table ************************/

table{
    width:100%;
}

tr.table_head{
    background: #eee;
}


table th{
    text-align: left;
    vertical-align: top;
    /*width: 150px;
    font-weight: normal;
    */
}

/************************ Forms ************************/



/************************ Fonts ************************/

h1{
    font-size: 1.6em;
}
h2{
    padding-top: 5px;
    font-size: 1.4em;
}
h3{
    font-size: 1.2em;
}

h4{
    font-size: 1.1em;
}
h5{
    font-size: 1em;
}
p{
    font-size: 1em;
}
a img{
    border:none;
}

a{
    color:blue;
}

a:after, a:link:after  { 
    color: #000000;
    background-color:transparent; 
    content: " (http://www.swapp.ch" attr(href) ") ";
}

a:visited:after {
    color:#000000; 
    background-color:transparent;
    content: " (http://www.swapp.ch" attr(href) ") ";
}

hr{
    color: #ffffff;
    margin: 30px 0;
    padding-top: 1px;
}



/************************ Andere Klassen ************************/

.no_print{
    display:none;
}

.clear{
    clear:both;
}

.hidden{
    visibility:hidden;
    height:1px;
    padding:0;
    margin:0;
    line-height:0;
}

.display_none{
    display: none;
}

.error {
    color: red;
    font-weight: bold;
}

.no_border{
    border: none;
}

.align_right{
    text-align:right;
}

.float_right{
    float:right;
    border:1px red solid;
}

/************************ get_debug_dict ************************/

.get_debug_dict h2{
    background: #ccc;
    color: red;
}

.get_debug_dict{
    background: #ddd;
}

.get_debug_dict ul{

}


.get_debug_dict li{
    list-style: disc;
    margin-bottom:5px;
}

/************************ pagination ************************/

.pagination.mark{
    font-weight: bold;
}


/************************ Sticky Footer ************************/

/************************
Sticky Footer
by: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
************************/

html, body {
    height: 100%;
    margin: 0;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -161px;
}


#footer, #push {
    clear:both;
    height: 161px;
}

