/** BASIC */

html, body {
/*	height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
	background: #192A31 url(../images/bg01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
	margin: 5px 0 15px 0;
	color:#fff;
}

h2, h3 {
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
	font-size: 21px;
	color: #CBECA0;
}
#content h2 {
	color: #2D4F00;
}

h2 span {
	color: #9FC969;
}

.style1 {
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#content .style1 {
	color: #000000;
}

h3 {
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9B9B9;
}
#content {
	color: #192A31;
	position: relative;
}
#content .layout1 {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
}
#content .layout1 .csc-textpic-caption {
	line-height: 25px;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.7em;
	line-height: 18px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 2px 0px 2px 27px;
	background: url(../images/homepage06.gif) no-repeat left center;
}

strong {
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #6AC500;
}
#content a {
	color: #fff;
}
#content h1 a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

#bg1 {
	background: url(../images/bg03.jpg) repeat-x left top;
}

#bg2 {
	height: 195px;
	background: url(../images/bg04.jpg) no-repeat center top;
}

#bg_white {
	background: url(../images/bg_white.jpg) repeat-y 20px top;
}

#bg3 {
	background: url(../images/bg05_white.jpg) no-repeat 20px top;
}

#bg4 {
	background: url(../images/bg06_white.jpg) no-repeat 20px bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.border {
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** LOGO */

#logo {
	height: 52px;
	background: url(../images/homepage01.jpg) no-repeat 10px top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	height: 105px;
	background: url(../images/bg02.jpg) no-repeat 10px top;
}

#menu ul {
	width: 980px;
	margin: -5px 0 0 0;
	padding: 4px 0 0 0;
	list-style: none;
}

#menu li {
	float: left;
	width: 100px;
	height: 45px;
	padding: 0px 5px;
	background: url(../images/homepage02.gif) no-repeat right center;
        margin: 27px 0 0 0;
}

#menu li.first {
	background:             none;
        margin:                 0 40px 0 14px;
        height:                 97px;
        width:                  127px;
        padding:                0;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	padding: 12px 0px 0px 0px;
	background: url(../images/spacer.gif) no-repeat center center;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(../images/homepage03.gif);
}
#menu li.first a {
        display:                block;
        height:                 97px;
        padding:                0;
        text-indent:            -9999em;
        width:                  127px;
}
#menu li.first a:hover, #menu li.first .active a {
        background-image: none;
}                                


/** SUBMENU */
#submenu {
	background:			transparent url(../images/bg_submenu.gif) repeat-y center top;
	margin:				0 0 15px 0;
}
#submenu ul {
	background:			transparent url(../images/bg_submenu_top.gif) no-repeat center top;
	list-style:			none;
	margin:				0 0 -3px 0;
	padding:			7px 10px 0 10px;
	min-height:			69px;
}
#submenu ul li {
	margin:				3px 0;
	padding:			0 5px;
    font-size:          14px;
}
#submenu ul li a {
        text-decoration:                none;
        color:                          #FFF;
        display:                        block;
        padding:                        1px 5px 2px 5px;
}
#submenu ul li .active a,
#submenu ul li a:hover {
        background-color:               #579704;
}


/** FOOTER MENU */
#footer .footer_menu {
	float:				right;
	text-align:			right;
	width:				50%;
	margin:	20px 20px 0 0;
        list-style: none;
        padding: 0;
}
#footer .footer_menu li {
    display: inline;
}
#footer .footer_menu a {
	margin:				0 5px;
}
#footer .footer_menu a.active {
	font-weight:		800;
}


/** PAGE */

#page {
	width:				980px;
	margin:				0 0 0 12px;
	padding:			0 0 20px 0;
        min-height:                     300px;
}

#page p, #page ul, #page ol {
	line-height:		20px;
}

/** CONTENT */
#content {
	float:				right;
	width:				660px;
	margin-right:		48px;
	margin-top:			52px;
}

/** SIDEBAR */

#sidebar {
	float:				left;
	width:				230px;
	margin-top:			-2px;
}


/** REFERENZEN */
div.news_image {
	margin: 0 15px 0 0;
	clear: both;
}
#single_images {width:250px;}
div.news_image img {
	margin: 0 15px 15px 0;
	display:inline;
	float: left;
}
div.news-single-additional-info {
	margin: 10px 0;
}
div.news-single-item p {
        clear: both;
}
div.news-single-item .file img,
div.news-single-item-small .file img {
	margin: 0 5px 0 0;
	vertical-align: top;
}
div.news-single-item .file,
div.news-single-item-small .file {
	margin: 5px 0 15px 0;
        text-align: right;
        clear: both;
}
.news-single-item .back {
	border-top: 1px dotted #FFF;
	margin: 5px 0 20px 0;
}

.ref_latest_images,
.ref_latest_images_small {
    clear: both;
}
.ref_latest_images {
    margin: 0 0 11px 0;
}
.ref_latest_images_small {
    margin: 11px 0 0 0;
}
.ref_latest_images ul,
.ref_latest_images_small ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.ref_latest_images_small ul {
    padding-top: 10px;
    border-top: 1px dotted #FFF;
}
.ref_latest_images ul li {
    display: inline;
}
.ref_latest_images ul li.first {
    margin-right: 5px;
}
.ref_latest_images_small ul li {
    display: inline;
	float:left;
	width:25%;
    margin: 10px 0 0 0;
    height: 190px;
    overflow: hidden;
}
.ref_latest_images_small ul li a img{
    margin: 0 0 15px 0;
}
.start_more ul li a img {
	height:auto;
	width:130px;
}
.start_more .hideme {
	display:none;
}

/** bOX1 */

#box1 {
	width: 980px;
	margin: 0px auto;
	padding: 37px 0px 0px 0px;
}

#box1 * {
	color: #D0E0BE;
}

#box1 h2 {
	margin-bottom: 0px;
	color: #61A10E;
}

#box1 h2 span {
	color: #CBECA0;
}

#box1 h3 {
	margin-bottom: 20px;
	color: #A5C082;
}

#box1 a {
	color: #FFFFFF;
}

/** BOX2 */

#box2 {
}

#box2 .column-one {
	float: left;
	width: 355px;
}

#box2 .column-two {
	float: left;
	width: 625px;
}

/** FOOTER */

#footer {
	height:				80px;
	width:				980px;
	margin:				0 0 0 20px;
	background:			url(../images/bg07.jpg) no-repeat 20px top;
}

#footer p {
	margin: 			0;
	padding:			20px 0 0 0;
	text-align:			left;
	color:				#4A6876;
}


.clearfix {
	clear: both;
}

/* Sitemap */
#sitemap {
    /*...*/
}
#sitemap ul {
    clear:              both;
    list-style:         none;
    padding:            0;
}
#sitemap ul li {
    float:              left;
    width:              142px;
    font-size:          14px;
    background:         transparent url(../images/homepage06_grey.gif) no-repeat scroll left 4px;
    margin:             3px 10px 3px 0;
    padding:            0 0 0 20px;
}
#sitemap ul li a {
    font-weight:        800;
}

/* Language Menu  */
#languages {
    /* ... */
}
#languages ul {
    list-style:         none;
    padding:            0;
    margin:             20px 0;
    clear:              both;
}
#languages ul li {
    float:              left;
    width:              33%;
    text-align:         center;
}
#languages ul li.active {
    font-weight:        bold;
}

#pdf_images {
    border-top: 1px dotted #fff;
    padding-top: 10px;
}
#pdf_images ul {}
#pdf_images ul li {
	list-style:none;
	margin:0 10px 5px 0;
	width:150px;
	float:left;
	overflow:hidden;
}

div#back {
	/*border-top: 1px dotted #FFF;*/
	padding-top: 10px;
	clear: both;
}

.start_more
{
	zoom:1;
}
