/* 
CSS Document 
-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your email]
email:     [you at domain dot com]
website:   [your domain]
version history: [location of file]
copyright: Marcus Höppner, Artich Media Services
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* clearing and floating classes */
.clear {
    clear:both;
}
.right {
    float: right;
}
.left {
    float: left;
}

/* setup the document */
body {
    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    background: url(images/bg_main.jpg) repeat-y;
    color: #000000;    
    text-align:center;
}

#main {
    text-align: left;  
    font-size: 1.2em;
}

h1 {
    font-size: 1.6em;
}
    
h2 {
    font-size: 1.4em;    
}
    
h3 {
    font-size: 1.2em;
}
    
h4 {
    font-size: 1.0em;    
}
    
h5 {
    font-size: 1.0em;    
}
    
p {
        
}

a {
    text-decoration: none;
    color: #006633;
}

a:hover {
    text-decoration: underline;
}


/* Header
-----------------------------------------------------------------------------*/





/* Navigation
-----------------------------------------------------------------------------*/
a.trail {
    border-bottom: 1px solid green;
}
li.trail {
    margin-bottom: 10px;
}
#left ul, #left li {
    list-style: none;
}

#left {
    width: 172px;
    margin-right: 20px;
    float: left;
}
#left .inside {
    clear: both;
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
}
#left .inside ul.level_1 {
    margin-top: 20px;
    padding-right: 22px;
    list-style: none;
    text-align: right;
}
#left .inside a {
    text-decoration: none;
    color: #006633;
    text-align: right;
}
#left .inside a:hover {
    text-decoration: underline;
    color: #8F1A1D;
    text-align: right;
}
#left .active .level_2 li {
    text-align: right;
    padding: 0px;
    margin: 0px;
}
#left ul.level_1 li ul.level_2 {
    font-size: 0.8em;
}
#left ul.level_1 li.active ul.level_2 {
    display: block;
    padding: 0px;
    margin: 0px;
}
#left ul.level_1 li ul.level_2 li.last {
    margin-bottom: 10px;
}


/* Footer
-----------------------------------------------------------------------------*/

/* Homepage
-----------------------------------------------------------------------------*/
#wrapper {
    background-image:url(images/bg-main.jpg);
	background-repeat:repeat-y;
}

/* News
-----------------------------------------------------------------------------*/
.mod_newslist {
    clear: both;
    float: right;
    background: #D2FFBE;
    width: 200px;
    padding: 4px;
    margin-top: 10px;
    border-left: 20px solid white;
    border-right: 10px solid white;
}

.layout_latest {
    border-bottom: 1px dotted #006633;
}
.layout_latest.last {
    border-bottom: none;
}
.layout_latest .info {
    font-size: 0.8em;
    margin: 0;
}
.layout_latest h2 {
    font-size: 1.2em;
    line-height:-20%;
    margin-top: 0px;
    padding:0;
}
.layout_latest .teaser {

}
.layout_latest .more {
    float:right;
}

.mod_newsreader .image_container {
    padding-right: 20px;
    padding-bottom: 20px;
}
/* Your template
-----------------------------------------------------------------------------*/
#main {
    width: 700px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
#main p {
    margin-bottom: 9px;
}

.mod_login {
    float: right;
    margin: 10px;
    padding: 10px;
    background: #D2FFBE;
    border: 1px dotted #006633;
}
.mod_login input {
    width: 100px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.mod_login p.label, .mod_login p.label label {
    text-align: left;
    height: auto;
    margin-bottom: 0px;
}


/* Forms
-----------------------------------------------------------------------------*/
input, textarea {
    padding: 3px;
    border: 1px solid #999999;    
}



/* Tables
-----------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding-right: 10px;
}


.spaceabove {
    margin-top: 10px;
}

.jamboree {
    float: right;
    width: 208px;
    height: 224px;
    padding: 4px;
    margin-top: 10px;
    border-left: 20px solid white;
    border-right: 8px solid white;
}
