/* inc/template/css/kryn_defaults.css: */

p {
    padding: 0px;
    margin: 0px;
}



/* inc/template/slimbox/slimbox.css: */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 999009;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/inc/template/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/inc/template/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/inc/template/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/inc/template/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* inc/template/th_topGruen/base.css: */

body {
    font-family: Verdana, sans-serif;
    text-align: center;
    margin: auto;
    font-size: 11px;
    background-color: #f1f1f1;
    color: #444;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    padding: 2px 0px;
    margin: 4px 0px;
    font-weight: bold;
    color: #90c418;
}

h2 {
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    line-height: 20px;
}

h3 {
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    line-height: 20px;
}

div.border {
    text-align: left;
    width: 950px;
    margin: auto;
    background-color: white;
}

div.header {
    height: 433px;
    position: relative;
    margin-bottom: 15px;
}

input {
    font-size: 11px;
}

input.text, textarea {
    border: 1px solid silver;
    width: 250px;
    padding: 1px;
}

td {
    vertical-align: top;
}

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

a:hover {
    text-decoration: underline;
}

a.button, a.button:link {
    background-image: url(/inc/template/th_topGruen/images/button-bg.png);
    background-repeat: no-repeat;
    line-height: 20px;
    padding: 3px 0px 4px 0px;
    color: #555;
    padding-left: 24px;
    text-decoration: none;
}

a.logo, a.logo:link {
    background-image: url(/inc/template/th_topGruen/images/logo.jpg);
    width: 216px;
    height: 122px;
    position: absolute;
    top: 16px;
    top: 26px;
    right: 45px;
}

div.header-right {
    position: absolute;
    width: 289px;
    right: 0px;
    top: 0px;
    height: 433px;
    background-image: url(/inc/template/th_topGruen/images/header-right-bg.jpg);
}


div.header-left {
    position: absolute;
    width: 661px;
    left: 0px;
    top: 0px;
    height: 433px;
    overflow: hidden;
}

div.naviTop {
    position: absolute;
    top: 230px;
    left: 0px;
    width: 269px;
}

.naviTop a, .naviTop a:link {
    display: block;
    padding: 4px 0px 4px 10px;
    background-color: #83b228;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-top: 2px;
}

.layoutMain h1,
.layoutMain .text .kContent,
.layoutMain h2 {
    padding-left: 20px;
}

.layoutMain .text .kContent h1,
.layoutMain .text .kContent h2 {
    padding-left: 0px;
}

.naviTop a.active,
.naviTop a.active:link,
.naviTop a:hover {
    background-color: #6f9622;
}

.footer {
    background-color: #d4d4d4;
    height: 35px;
    padding: 5px 0px 0px 20px;
    color: gray;
    position: relative;
}

.footerMiniNavi {
    position: absolute;
    width: 288px;
    width: 274px;
    right: 0px;
    top: 0px;
    height: 35px;
    padding: 5px 0px 0px 15px;
    background-color: #addd3f;
    z-index: 160;
}

.footerMiniNavi a,
.footerMiniNavi a:link {
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.middle {
    position: relative;
    z-index: 150;
    padding-bottom: 95px;
}

.grass-left, 
.grass-right {
    position: absolute;
    bottom: 0px;
    z-index: 100;
}

.grass-left {
    left: -300px;
}

.grass-right {
    right: -291px;
}


.layoutMain .contentElementContent {
    padding-left: 23px;
    padding-bottom: 5px;
}

.layoutMain .contentElementContent h1,
.layoutMain .contentElementContent h2,
.layoutMain .contentElementContent h3 {
    padding-left: 0px; 
}

.layoutMain .contentElementContent h1 {
}


/* level 1 dropdown navi */


.subNavi {
  visibility: hidden;
  position:absolute;
  z-index:1000;
  display: block;
  background: transparent url(/inc/template/th_topGruen//inc/template/th_topGruen/images/subnavi_l2_bg.png) 0 0;
}

.subNavi a.subNaviLink {
  display:block;
  border-bottom: 1px solid #90b85b;
  padding: 5px 20px;
}


.naviTop .subNavi a.subNaviLink:hover {
  background: #6F9622;
}

.subNavi a.lastSubNaviLink {
  padding-bottom: 10px;
  border: none;
}


.naviTop .subNavi a, .naviTop .subNavi a:link {
background: transparent;
}

.langSel {	
	left:30px;
    position: absolute;
    top:10px;
	z-index: 50;
}

.langSel a img{
	border: none;
}



/* inc/template/th_topGruen/layout_default-2cols.css: */

.left {
    float: left;
    width: 75%;
}

.right {
    float: right;
    width: 25%;
}

.breaker {
    clear: both;
}


/* inc/template/rotator/css/imageRotatorDefault.default.css: */

.imageRotatorDefault-default img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.imageRotatorDefault-default {
}



/* inc/template/publication/news/css/list/default.css: */

.publicationNewsListDefault {
}

.publicationNewsListDefaultItem {
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.publicationNewsListDefaultItemContent {
    padding-right: 40px;
}

a.publicationNewsListDefaultItemLink,
a.publicationNewsListDefaultItemLink:link {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}




