/* Start of CMSMS style sheet 'Standard' */
/* 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,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ul{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a,
a:visited{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#FFFFFF;
	color:#000;
	font:62.5%/1 Arial,Helvetica,sans-serif;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	display:block;
	background:#FFFFFF;
}

#main{
	width:100%;
	display:block;
	float:left;
	background:url(images/left-lane-jbh.jpg) repeat-y #FFF;
}

/* Left Lane */
#left-lane{
	width:330px;
	display:block;
	float:left;
	background:url(images/navigation-hintergrund-jbh.jpg) repeat-x #009345;
}

#logo a{
	width:125px;
	height:75px;
	display:block;
	background:url(images/logo-jbh.png) no-repeat;
	text-indent:-5000px;
	margin:30px 0 0 130px;
}

#left-lane form{
	width:157px;
	margin:20px 0 0 107px;
}

#left-lane input.txt{
	margin:0;
	padding:0 0 0 5px;
	width:118px;
	height:20px;
}

#left-lane input{
	float:left;
	border:0px solid #7b7b7b;
}

#main-navigation{
	width:270px;
	margin:30px 0 0 0;
	text-align:right;
}

#main-navigation li{
	padding-bottom:10px;
}

#main-navigation li a{
	font-size:12px;
	color:#FFF;
	padding:0 15px 0 0;
}

#main-navigation li a:hover, #main-navigation li a.actual{
	background:url(images/navigation-pfeil-jbh.png) no-repeat center right;
	text-decoration:none;
}

#main-navigation li li{
	padding-bottom:5px;
}

#main-navigation li li a{
	font-size:12px;
	color:#FFCC00;
}

#sub-navigation{
	width:270px;
	margin:100px 0 0 0;
	text-align:right;
}

#sub-navigation li{
	padding-bottom:10px;
}

#sub-navigation li a{
	font-size:12px;
	color:#FFF;
	padding:0 15px 0 0;
}

#sub-navigation li a:hover, #sub-navigation li a.actual{
	background:url(images/navigation-pfeil-jbh.png) no-repeat center right;
	text-decoration:none;
}

#navigation-design{
	width:330px;
	height:229px;
	display:block;
	float:left;
	background:url(images/navigation-welle-jbh.png) no-repeat;	
}

/* Right Lane */
#right-lane{
	width:670px;
	display:block;
	float:left;
	background:url(images/header-jbh.jpg) no-repeat #FFF;
}

#content{
	margin-top:175px;
	padding:0 15px;
}

h2{
	color:#006f46;
	font-size:18px;
	margin:0 0 15px 0;
	line-height:22px;
}

h3{
	color:#006633;
}

p{
	color:#000;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

/* News */
#news li{
	display:block;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	background:url(images/news-line-jbh.jpg) repeat-x bottom left;
}

.summary-text{
	display:block;
	float:left;
	width:400px;
}

.preview-image{
	display:block;
	float:left;
	width:200px;
	margin-left:40px;
}

#news li p{
	display:block;
	float:left;
	width:100%;
}

/* Footer */
#footer{
	width:1000px;
	display:block;
	float:left;
	background:#FFF;
	padding:0 0 15px 0;
}

#left-footer{
	width:255px;
	display:block;
	float:left;
	background:url(images/footer-welle-jbh.png) bottom left no-repeat #009345;
	text-align:right;
	font-size:12px;
	color:#FFF;
	line-height:18px;
	padding:0 75px 44px 0;
}

#left-footer p{
	color:#FFF;
}

#right-footer{
	width:670px;
	display:block;
	float:left;
	font-size:10px;
	color:#000;
	background:#FFF;
	line-height:16px;
}

#footer-links li{
	height:16px;
	display:block;
	float:left;
	margin:0 2px;
	color:#666666;
}

#footer-links li a{
	color:#666666;
}

#footer-links li.print-page{
	background:url(images/drucken-jbh.png) no-repeat;
	padding-left:25px;
}

#left-footer p{
	margin:15px 0 0 0;
}

#left-footer a{
	color:#FFF;
}

#right-footer ul{
	margin:15px 0 0 15px;
}

.sitemap{
	font-size:12px;
	color:#FFFFFF;
	line-height:16px;
	padding-bottom:16px;
}

.sitemap li li{
	margin:0 0 0 15px;
}

/* Buttons & Links */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
     background: transparent url(images/button.png) no-repeat scroll right top; 
    color: #fff;
    display: block;
    float: left;
    height: 28px;
    margin: 10px 6px 0 15px;
    padding-right: 35px;
    text-decoration:none;
}

a.button:hover {
    background: transparent url(images/button.png) no-repeat scroll right -28px;
    text-decoration:none;
}


a.button span {
    background: transparent url(images/button.png) no-repeat;
    color: #fff;
    display: block;
    line-height: 28px;
    padding-left: 35px;
    margin-left:-15px;
    text-decoration:none;
}

a.button:hover span{
    background: transparent url(images/button.png) no-repeat left -28px;
    text-decoration:none;
}


/* End of 'Standard' */

