﻿/*******************************************************************************
 
 Project		:	FOCUSING auf Redaxo 4.1
 Copyright	:	Design - eilge-edv - www.eilige-edv.de
 Designer    :   Gilbert Seilheimer / Björn Althun
 
 *******************************************************************************/
/* ### BODY ###################################################################### */
/** Reset something
 * gilt für alle CSS-Auto-Deaktiviert!!! */
img, a img, img:link, img:visited {
    border: none;
}

img {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.clearer {
    display: block;
    clear: both;
    line-height: 0;
    height: 1px;
    font-size: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.warning {
    color: #f00;
    background: inherit;
}

/* ### Wrappper ################################################################### */
#wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    text-align: left;
    background: inherit;
    font-size: 1.0em;
}

/* ### Header & Navitaion (MAIN) ################################################# */
#header {
    float: left;
    width: 948px;
    height: 138px;
    background-image: url(logo_fzk_kugeln_rot_blau_947x140.gif);
    border: 1px solid #000000;
}

#header a {
    display: block;
    height: 95%;
    width: 95%;
    text-indent: -700em;
}

#navigation_main {
    clear: both;
    float: left;
    display: inline;
    width: 948px;
    height: 33px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #61c2ec;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

/* ### Content #################################################################### */
/* \*/ * html #contentbox_left_wrapper {
    width: 218px;
    height: 650px;
}
 /* */
#contentbox_left_wrapper {
    float: left;
    height: 650px;
    width: 230px;
}

/* \*/ * html #contentbox_left {
    width: 219px;
    height: 480px;
}
 /* */
#contentbox_left {
    float: left;
    /*height: 459px;*/
	min-height: 459px;
    width: 209px;
    /*height: 568px;*/
    /* top: 0;*/
    /* border-right: 1px solid #000000; */
    /* DEFINIERT in start.css & default.css */
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    display: block;
    background-color: #8FCAFF;
    padding: 20px 10px 0 10px;
    margin: 0;
    text-align: left;
}

/* \*/ * html #contentbox_left_quicklinks {
    width: 219px;
    height: 170px;
}
 /* */
#contentbox_left_quicklinks {
    float: left;
    padding: 0;
    height: 149px;
    width: 209px;
    /*height: 568px;*/
    /* top: 0;*/
    /* border-right: 1px solid #000000; */
    /* DEFINIERT in start.css & default.css */
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    list-style: none;
    display: block;
    background-color: #8FCAFF;
    padding: 10px;
    margin: 0;
    text-align: left;
    overflow: hidden;
}

/* \*/ * html #contentbox_main {
    margin-left: 0px;
    margin-top: -692px;
    width: 500px;
    float: right;
}
 /* */
#contentbox_main {
    clear: inherit;
    float: left;
    /* height: 568px;*/
    /* min-height: 430px; DEFINIERT in start.css & default.css*/
    /* height: auto; DEFINIERT in start.css & default.css*/
    /* width: 558px; DEFINIERT in start.css & default.css */
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: #EFF8FF;
    text-align: left;
    display: block;
    padding: 20px;
    margin: 0;
}

/* \*/ * html #contentbox_right {
    width: 219px;
    height: 650px;
}
 /* */
#contentbox_right {
    float: right;
    display: block;
    /*height: 568px;*/
    height: 629px;
    width: 219px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #EFF8FF;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 10px;
    overflow: scroll;
}

/* ### Footer ###################################################################### */
#footer {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.0em;
}

#footer p {
    padding: 5px;
    color: #c4c4c4;
    background: inherit;
}

#footer a:link, a:visited {
    text-decoration: none;
    color: #c4c4c4;
}