/* 
CSS Document 
-----------------------------------------------------------------------------
CCP1 Screen Stylesheet

version:   1.0
date:      08/10/2007
author:    css@artich.de
email:     info@artich.de
website:   www.artich.de
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 Sans", Tahoma, Verdana, sans-serif;
    background-color: #caced0;
    color: #334148;    
    text-align:center;
}

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

a:link, a:hover, a:visited
{
    color: #992c17;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* wrapper
-----------------------------------------------------------------------------*/
#wrapper
{
    margin-top: 10px;
    width: 950px;
    height: 600px;
    background: white;
}

/* Header
-----------------------------------------------------------------------------*/
#header
{
    padding-left: 36px;
    padding-top: 33px;
}

/* left column
-----------------------------------------------------------------------------*/
#left 
{
    width: 136px;
    float: left;
    margin-left: 36px;
    text-indent: 1px;
    padding-right: 1px;
    font-size: 1.2em;
}
#left .inside
{
    height: 405px;
    
}
#left p 
{
    text-align: right;
}
#left li
{
    list-style-type: none;
    margin-top: 9px;
    margin-bottom: 9px;
    text-indent: 0;
}
#left ul.level_1
{
    margin-top: 27px;
}
#left .level_2
{
    font-size: 0.95em;
    color: blue;
}
#left a
{
    color: #334148;
    text-decoration: none;
    text-align: right;
    width: 136px;
    display: block;
}
#left a:hover
{
    color: #992c17;
}
#left p.active
{
    width: 136px;
    background-color: #992c17;
    color: white;
    text-indent: 0;
    padding:0;
    margin:0;
}
#left li.active ul, #left li.trail
{
    visibility: visible;
}
#left li ul
{
    display: none;
}
#left li.submenu.trail ul, #left li.active ul
{
    display: block;
}


#left li.submenu ul a
{
    color: #992c17;
}
#left .last
{
    
}


#left .inside .mod_customnav
{
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 0px;
}

#left .mod_customnav a
{
    color: #334148;
    text-align: left; 
}
#left .mod_customnav p.active
{
    width: 136px;
    background-color: #992c17;
    text-align: left; 
    color: white;
    text-indent: 0;
    padding:0;
    margin:0;
}
.aktuelles
{
    display: none;
}
.aktuelles.active 
{
    display: block;
}
.layout_full .info
{
    color: #992c17;
}

/* center column
-----------------------------------------------------------------------------*/
#main
{
    width: 475px;
    float: left;
    margin-left: 67px;
    padding-top: 67px;
    font-size: 1.2em;
}
#main .ce_text, #main ul
{
    width: 410px;
    margin-top: 15px;
}

#main ul
{
    list-style: square outside;
    color: #992c17;
}
#main ul li
{
    margin-left: 20px;
    color: #334148;
}
#main p
{
    padding-right: 20px;
}


/* right column
-----------------------------------------------------------------------------*/
#right
{
    width: 232px;
    float: right;
    text-align: left;
}
#right .inside
{
    margin-top: 69px;
}

#right .block
{
    width: 195px;
    font-size: 1.0em;
}
#right .block 
{
    padding-top: 0.3em;
    
}
#right .block .newsdate
{
    float: left;
    color: #992c17;
    margin-right: 5px;
    padding-top: 0.2em;
}
#right h2
{
    font-weight: bold;
}
#right .block .teaser
{
    clear: both;
}
#right .block .more
{
    text-align: right;
    width: auto;
    margin-left: 5px;
}
#right .layout_latest_ccp1
{
    margin-bottom: 15px;
}
#right .layout_latest_ccp1.last
{
    margin-bottom: 25px;
}
#right .ccp1_produkte_und_partner
{
    line-height: 1.5em;
}
#right .ccp1_produkte_und_partner.last
{
    margin-bottom: 14px;
}
#right .mod_article .block
{
    font-size: 1.2em;
    margin-top: 15px;
}
#right .small
{
    font-size: 0.75em;
}

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


/* Homepage
-----------------------------------------------------------------------------*/

/* Your template
-----------------------------------------------------------------------------*/



/* Forms
-----------------------------------------------------------------------------*/
input.text {
    padding: 3px;
}
.ce_form
{
    
}
.ce_form .radio_container
{
    margin-bottom: 5px;
}
.ce_form .radio_container label
{
    margin-right: 10px; 
}

.ce_form .col_0
{
    vertical-align: top;
    
}
.ce_form .submit
{
    margin-right: 50px;
    clear: both;
    border: 1px solid #999999;
    margin-top: 1px;
}
.ce_form form table tr td.col_0
{
    width: 150px;
}
.ce_form textarea, .ce_form input.text
{
    width: 250px;
    border: 1px solid #999999;
    padding: 3px 1px;
    font-family: "Lucida Sans", Tahoma, Verdana, sans-serif;
}
.ce_form textarea
{
    height: 65px;
}
.ce_form input.text
{

}
.ce_form .error
{
    color: #992c17;
}



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

td {
    text-align: left;
    font-weight: normal;
}








