/* ----------------------------------------------------------------
	screen.css ecopia.de
	version 2009/11/15
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* general - tags */
/* --------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
    overflow: scroll; 
}

body {
    font-size: 100.01%;
    font-family: tahoma, verdana, arial;
    background-color: #9db97c;
}

textarea {
    font-family: verdana, arial;
    font-size: 1em;
}

fieldset, img {
    border: none;
}

ul {
    list-style-type: none;
}


/* --------------------------------------------------------------*/
/* general - ids*/
/* --------------------------------------------------------------*/

#container {
    padding: 0 0 0 20%;
    background: #fefde6;
}


/* --------------------------------------------------------------*/
/* general - classes */
/* --------------------------------------------------------------*/

.cleaner:after {
    display: block;
    overflow: hidden;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

* html .cleaner {
    display:block;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
}


/* --------------------------------------------------------------*/
/* header */
/* --------------------------------------------------------------*/

#header {
    min-width: 922px;
    font-size: .75em;
}

* html #header {
    width: 922px;
}

#header_top {
    height: 42px;
}

#header_tl {
    float: left;
    width: 222px;
    height: 100%;
    background: url(../images/bg_header.jpg) 0 0 no-repeat;
}

#header_tr {
    float: left;
    width: 700px;
    height: 100%;
    background: url(../images/bg_header.jpg) -222px 0 no-repeat;
}

#navigation_top li {
    display: inline;
}

#header_bottom {
    height: 164px;
}

#header_bl {
    float: left;
    width: 222px;
    height: 100%;
    background: url(../images/bg_header.jpg) 0 -42px no-repeat;
}

#header_br {
    float: left;
    width: 700px;
    height: 100%;
    background: url(../images/bg_header.jpg) -222px -42px no-repeat;
}

#header_bl span a {
    display: block;
    outline: none;
    text-indent: -999em;
    width: 210px;
    height: 92px;
}

ul#navigation_top {
    float: right;
    margin: 10px 210px 0 0;
}

ul#navigation_top li {
    float: left;
    margin: 0 5px 0 0;
}

ul#navigation_top li a {
    color: #a32821;
}

ul#navigation_top li a:hover {
    text-decoration: none;
}

ul#navigation_language {
    margin: 100px 0 0 36px;
}

ul#navigation_language li {
    float: left;
    margin: 0 5px 0 0;
}


/* --------------------------------------------------------------*/
/* navigation_main */
/* --------------------------------------------------------------*/

#navigation_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 222px;
}

* html #navigation_main {
    left: -222px;
}

#navigation_main ul {
    margin: 0 0 0 36px;
}

#navigation_main li a {
    display: block;
    padding: 0 5px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    color: #fefde6;
    background: url(../images/bg_navigation_main.gif) left top no-repeat;
}

#navigation_main li a:hover, #navigation_main li a.active {
    padding: 0 0 0 40px;
    color: #f5ea40;
    background: url(../images/bg_navigation_main_act.gif) left top no-repeat;
}

#navigation_main ul ul, #navigation_main ul ul ul {
    margin: 0 0 0 10px;
	font-size: 14px;
}

#navigation_main li li {
    margin: 0 0 0 17px;
    text-indent: -17px;
}

#navigation_main li li a {
    display: inline;
    padding: 0 0 0 17px;
    height: 24px;
    line-height: 24px;
    color: #699744;
    background: url(../images/bg_navigation_main_2lvl.png) left center no-repeat;
}

#navigation_main li li li a {
    background: url(../images/bg_navigation_main_3lvl.png) left center no-repeat;
}

#navigation_main li li a:hover, #navigation_main li li a.active {
    padding: 0 0 0 17px;
    text-transform: none;
    color: #a92523;
    background: url(../images/bg_navigation_main_2lvl_act.png) left center no-repeat;
}

#tools {
    margin: 10px 0 10px 36px;
}


/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
    position: relative;
}

/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content_wrap {
    margin: 0 0 0 222px;
    padding: 0 0 69px;
    font-size: .8em;
    width: 565px;
    color: #659540;
    background: url(../images/bg_content.gif) left bottom no-repeat;
}

#content {
    padding: 30px 40px 0 20px;
    min-height: 300px;
    background: url(../images/bg_rootline.jpg) left top no-repeat;
}

* html #content {
    height: 300px;
}

#content #rootline {
    font-size: .7em;
    color: #4c4d4c;
    height: 20px;
}

#content #rootline a {
    color: #000;
}

#content #rootline a:hover {
    text-decoration: none;
}

#content p {
    margin-bottom: .8em;
}

#content a {
    font-weight: bold;
}

#content a:hover {
    text-decoration: underline;
}

#content ul, ol {
    margin: 0 2em 1em;
}

#content ul {
    list-style-type:square;
}

#content h1 {
    font-size: 1.3em;
}

#content h2 {
    font-size: 1.15em;
}

#content h3, #middle h4, #middle h5, #middle h6 {
    font-size: 1em;
}

#content h1, #middle h2, #middle h3, #middle h4, #middle h5, #middle h6 {
    margin-bottom: .6em;
    color: #a32821;
}

#content img {
    border: 3px solid #e9efcf;
}

#content a {
	color: #512325;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .csc-textpic-caption {
	margin: 4px 0 0 0;
	font-size: .8em;
}

.cols2-set .col-1, .cols2-set .col-2 {
    float: left;
}

.col-2 {
    margin: 0 0 0 10px;
}

.w40 {
    width: 39%;
}

.w50 {
    width: 49%;
}

.w60 {
    width: 59%;
}

#tools input#searchtext {
    padding: 2px;
    color: #679742;
    background: #fefde6;
    border: 1px solid #f6ee60;
}


/* --------------------------------------------------------------*/
/* box */
/* --------------------------------------------------------------*/

.box_ro {
    background: url(../images/bg_box_ro.gif) right top no-repeat;
}

.box_lo {
    background: url(../images/bg_box_lo.gif) left top no-repeat;
}

.box_ru {
    background: url(../images/bg_box_ru.gif) right bottom no-repeat;
}

.box_lu {
    background: url(../images/bg_box_lu.gif) left bottom no-repeat;
}

.box_content {
    padding: 10px;
}


/* --------------------------------------------------------------*/
/* footer */
/* --------------------------------------------------------------*/

#footer {
    padding: 0 0 0 20%;
    height: 66px;
    background: url(../images/bg_footer.gif) left bottom repeat-x;
}

#footer_content_wrap {
    margin: 0 0 0 222px;
    height: 100%;
    background: url(../images/bg_footer_content_wrap.gif) left bottom repeat-x;
}

#footer_content {
    height: 100%;
    background: url(../images/bg_footer_content.gif) left bottom no-repeat;
}

#footer p {
	margin: 0 0 10px 270px;
	font-size: 10px;
}

#navigation_bottom {
    margin: 10px 0 0 222px;
    font-size: .7em;
    background: #9db97c;
}

#navigation_bottom a, #footer p a {
    text-decoration: none;
    color: #4c4d4c;
}

#navigation_bottom a:hover, #footer p a:hover {
    text-decoration: underline;
}

#navigation_bottom li {
    float: left;
    margin: 0 10px 10px 0;
    font-weight: bold;
}

#navigation_bottom ul li {
    float: none;
    margin: 0 0 0 5px;
    font-weight: normal;
}