@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 	
strong{
font-weight:bold;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }


body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px; /*font-size:75%;*/
color:#262626;
background:#29292b;
line-height:18px;
letter-spacing:normal;
text-align:center;
}


p{
margin:0 0 12px 0;
}
h1{
font-size:16px;
font-weight:bold;
margin:0 0 12px 0;
}

h2{
font-size:12px;
font-weight:bold;
margin:0 0 2px 0;
}

h3, h4, h5, h6{
font-size:12px;
font-weight:bold;
margin:0 0 10px 0;
}

strong, b{
	font-weight:bold;
}

hr{
	border:0 none;
border-bottom: solid 1px #d5cea0;
margin-top:0;
}
/* 93 = 12px / 108%   */


#righter a, righter a:link{
	color:#262626;
	font-weight:bold;
}

#righter a:hover{
	color:#000;
	font-weight:bold;
}

a, a:link{
color:#fff;
text-decoration:none;
}

a strong, a b, a:link strong, a:link b{
color:#fff;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#98b60a;
text-decoration:none;
}

#righter a:hover{
color:#000;
text-decoration:underline;
}

a:hover strong, a:hover b {
color:#98b60a;
text-decoration:none;
}

a.active, a.active b, a.active strong {
color:#98b60a;
text-decoration:none;
}

.nomargin_top{
	margin-top:0!important;
}


.nomargin_left{
	margin-left:0!important;
}

.nomargin{
	margin:0!important;
}

a img{
	border:0 none!important;
}

.bold{
	font-weight:bold!important;
}


/* --- SLICE SITE --------------------------------------------------------------------------------------------------------------------------------------------------- */



/* <![CDATA[ */


            html, body {
                height: 100%;                                                                 
                margin: 0;                                                                     
                padding: 0;                                                                     
				text-align:center;
            }


            div#shim {
				float: left;
				margin-top: -275px;    
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                    
                                                                         
                
            }


            div#center {

                width:958px;
				height:550px;  /* + 30 Pixel Reserve unten für die Navigation */
				margin:0 auto;
				text-align:left;
				/*background:#993399;*/
                clear: both;
				margin:0 auto;

                /*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
                top: -275px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */







/* --- end SLICE SITE --------------------------------------------------------------------------------------------------------------------------------------------------- */




/* Navigation  **********/

#navigation{
	margin:38px 0 0 0;
	float:left;
	height:217px;
}

#navigation li, #subnavi li{ 
	line-height:32px;
}

#navigation li.first, #subnavi li.first, #navigation #sby_menu_1{
	line-height:32px;
}

#navigation li.last, #subnavi li.last, #navigation #sby_menu_5{
	line-height:32px;
}


#navigation li a, #subnavi li a{
	display:block;
	margin-left:16px;
	background:none;
	
}


/* end Navigation  **********/


#main_content{
	width:958px;
	height:320px;
	margin-top:206px;
	position:absolute;
	z-index:2;
	
}

.intro{
	width:958px;
	height:220px!important;
	margin-top:206px;
	position:absolute;
	z-index:2;
	
}

#lefter{
	float:left;
	width:235px;
	height:320px;

}

#righter{
	float:left;
	width:685px;
	height:340px;
	overflow:hidden;
}

.scroll2{
	width:698px!important;
}

#scroll{
	overflow: auto;
	float: left;
	height:325px;
	width:698px;
	float:left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #6f8507;
}
.jScrollPaneDrag {
	position: absolute;
	background: #3c4804;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.intro #lefter, .intro #righter{
	height:220px!important;
}

.c1{
padding-right:25px;
white-space:nowrap;
}

.c2{
	white-space:nowrap;
	padding-right:25px;
	
}

.c4{
	white-space:nowrap;
	padding-right:5px;
	
}

.c5{
	padding-right:0!important;
	
}
.c6{
	white-space:nowrap;
	padding-right:10px;
}
.c12{
	width:30px!important;
}

#second2 td.c3{
	padding-left:15px;
}

.abs{
	padding-top:8px;
}

#second2 td{
	padding-bottom:1px;
}
ul.goenner_list{
	margin-bottom:12px!important;
}
