/* =======================================
1. Allgemeine Styles
======================================= */

body{
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	color: black;
}
a{
	text-decoration: none;
	color: #636364;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom: 20px;
	color: #575756;
}
h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.3em;
}
strong{
	font-weight: bold;
}

table{
	border: 1px solid;
	border-collapse: collapse;
	margin: auto;
}
th{
	vertical-align: middle;	
}

td{
	padding: 10px;
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
}
sup {
	font-size:0.7em;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}
sub {
	font-size:0.7em;
	vertical-align: bottom;
	position: relative;
	bottom: -0.5em;
}

p.tex{
	margin: 20px 0;
	text-align: center;
}
p.descr{
	margin-bottom: 20px;
	font-size: 0.9em;
	text-align: center;
}

span.s1 {
   font-size: 50%;
}

.wrapper{
	margin: 10px 0;
}

.cl-left{
	clear: left;
	height: .1px;
	font-size: 0;
	line-height: 0;
}
.item-161{
	display: none;
}
.item-300{
	display: none;
}


/* =======================================
2. Layoutbereiche
======================================= */

/* Site */

#site {
	width: 978px;
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 0px auto;
	min-height: 100%;	
}

/* Header */

#header{
	height: 173px;
	width: 100%;
	position: relative;
}
.header_pic{
	height: 173px;
	width: 100%;
	position: absolute;
}
#lst{
	background: white url(../images/lst_header_neu_de.svg) no-repeat;
	background-position: top right;
}
#kvs{
	background: white url(../images/header_pic.jpg) no-repeat;
	background-position: top right;
}
#header_pic_poweredby{
	background: rgba(255, 255, 255, 0) ;
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 120px;
	height: 70px;
	z-index: 10;
	
}
div.logo{
	width: 510px;
	height: 60px;
	position: absolute;
	top: 36px;
	z-index: 10;
}
#kvs_logo{
	background: white url(../images/logo.png) no-repeat;
}
#lst_logo{
	background: white url(../images/logo_lst.png) no-repeat;
}
#lst_logo_2{
		width: 307px;
		height: 26px;
		position: absolute;
		top: 75px;
		left: 20px;
		z-index: 10;
		background:  url(../images/lst_head_de.svg) no-repeat;
	
	}
#lst_logo_eng{
	width: 485px;
	height: 26px;
	position: absolute;
	top: 75px;
	left:20px;
	z-index: 10;
	background:  url(../images/lst_head_eng.svg) no-repeat;
}

/* Navigation */

#navigation{
position: absolute;
width: 100%;
margin: 142px 0 10px 0;
padding: 4px 20px;
/* border-top: 2px solid #d5d5d5; */
/* border-bottom: 1px solid #d5d5d5; */
}
#navigation ul.menu{
	font-size: 1em;
}
#navigation ul.menu li{
	float: left;
	color: #636364;
	padding: 0 12px;
	border-right: 1px solid #d5d5d5;
}
#navigation ul.menu li.active{
	font-weight: bold;
}
#navigation ul.menu li:first-child{
	padding-left: 0;
	border-left: none;
}
#navigation ul.menu li:last-child{
	padding-right: 0;
	border: none;
}
#navigation ul.menu li a{
	display: block;
	text-transform: uppercase;

}
#navigation ul.menu li a:hover{
	text-decoration: underline;
}

/* Topbar */

#topbar{
	width: 100%;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
}
#topbar form{
	float: right;
	margin: 0 0 0 10px;
}

/* Mainbereich */

#contentwrapper{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#mainbar{
	width: 678px;
	line-height: 1.7em;
	float: left;
	position: relative;
	margin-left: 15px;
}
#mainbar .postquestions{
	width: 200px;
	float: left;
}
#mainbar img{
	margin: 10px 0;
}
#mainbar table{
	margin: 10px auto;
}

/* Contentbar */

#contentbar{
	width: 100%;
}

/* Sidebar */

#sidebar{
	width: 273px;
	float: left;
	position: relative;
	font-size: 1em;
	padding-right: 12px;
}
#sidebar ul.menu>li{
	margin-top: 3px;	
}
#sidebar ul.menu li a:hover{
	text-decoration: underline;
	
}
#sidebar ul.menu li.active{
	font-weight: bold;	
}

#sidebar ul li a{
	text-transform: none;
	font-size: 1em;
}
#sidebar ul li ul{
	padding-bottom: 3px;
}
#sidebar ul li ul li{
	font-weight: normal;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 40px;
	font-size: 1em;
	border-bottom: 1px solid #d5d5d5;
}
#sidebar ul li ul li:last-child{
	border-bottom: 0;
}
#sidebar ul li ul li a{
	font-size: 0.85em;
}
#sidebar ul li ul li.active a{
	font-weight: bold;
}
div#kontakthtml{
	font-weight: bold;
}

div#kontakthtml h2{
	margin-bottom: 10px;
}

/* Footer */

div#footer{
	float: left;
	width: 100%;
	padding-top: 10px;
}
div#footer ul li{
	padding: 5px;
	display: block;
	float: right;
	background-color: #797777;
}
div#footer ul li a{
	color: #dadada;
}
div#footer ul li a:hover{
	text-decoration: underline;
}

/* Login-Form */

#login-form{
	float: right;
}
#login-form div{
	display: inline;
}
.login_fieldset{
	margin-bottom: 10px;
}
.login{
	position: relative;
	width: 100%;
}
.login form{
	width: 200px;
	float: left;
}

/* Boxen Home */

.box:first-child{
	margin-left: 0px;
}
.box{
	border: 1px solid;
	margin-left: 25px;
	padding: 10px;
	float: left;
	width: 287px;
}

/* =======================================
3. Gadgets
======================================= */

/* Top-Scroller */

div#scroller a{
	color: white;
}
div#scroller a:hover .scroll{
	background-color: #9ABAC5;
}

div.scroll{
	position:fixed;
	top: 50%;
	right: 0;
	background-color: #76ABBC;
	font-size: 2em;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;*/
	border-top-left-radius: 8px;
	-webkit-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-khtml-border-radius-botomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#ger{
	padding: 30px 8px 25px 8px;
}
#eng{
	padding: 30px 8px 25px 8px;
}

/* Supertable */

.supertable{
	margin: 30px 0;
}
.supertable-row-head{
	background: none repeat scroll 0 0 #9ABAC5 !important;
    border-bottom: 1px solid #9ABAC5 !important;
    border-left: 1px solid #9ABAC5 !important;
    border-top: 1px solid #9ABAC5 !important;
}
.supertable-colmode .supertable-col-rowhead .supertable-cell {
	background: #9ABAC5 !important;
	border-bottom: 1px solid #D1E4E9 !important;
    border-left: 1px solid #9ABAC5 !important;
    border-right: 1px solid #9ABAC5 !important;
    border-top: 1px solid #9ABAC5 !important;
}
.supertable-row-head .supertable-cell-text{
	font-size: 1.3em;
}
.supertable-row-head .supertable-cell-text sup{
	font-size: 0.8em;
}
}
.supertable-row-head .supertable-cell-text sub{
	font-size: 0.8em;
}
.supertable-col-rowhead .supertable-cell-text sup{
	font-size: 0.8em;
}
.supertable-col-rowhead .supertable-cell-text sub{
	font-size: 0.8em;
}
.supertable-cell-text sup{
	font-size: 0.8em;
}
.supertable-cell-text sub{
	font-size: 0.8em;
}

/* Gstebuch */

#easybook{
	padding-left: 300px;
	position: relative;
}
.easy_top{
	background: #D1E4E9;
}
.easy_intro{
	margin-top:20px;
	font-size: 1.2em;
}
.easy_entrylink a{
	position: absolute:
}
.easy_pagination{
	font-size: 1em;
}
.view {
	display: none;
}
.sign:hover strong{
	text-decoration: underline;
}
.sign .png{
	display:none;
}
.easy_entrylink form table{
	border: 0;
}
#easysubmit{
	float: right;
	padding-right: 70px;
}
#easysubmit span{
	padding: 0 !important;
}
.easy_small_notice{
	float: left;

}

/* =======================================
4. Joomla-Stuff
======================================= */

/* Artikel */

div.items-leading, div.items-row{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
div.item-page{
	position: relative;
	padding-bottom: 20px;
}

dl.article-info{
	overflow: hidden;
	margin-bottom: 10px;
	padding: 7px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

dl.article-info dd{
	float: left;
	margin-right: 10px;
}
dl.article-info dd:last-child{
	margin-right: 0;
}

div.archive ul li{
	margin-top: 10px;	
}

/* Suche */

.inputbox{
	width: 212px;
}
div.searchintro{
	padding: 5px 0;
	border-bottom: 1px solid #d5d5d5;
}

dl.search-results{
	padding: 30px 0 20px 0;
}
dd.result-text{
	margin-bottom: 20px;
}
dd.result-text:last-child{
	margin-bottom: 0;
}
span.highlight{
	background-color: yellow;
}

/* Pagination */

div.pagination ul li{
	display: inline;
}
div.item-page{
	position: relative;
}

/* Icons */

.print-icon img{
	bottom: 0;
	right: 0;
	position: absolute;
}

/* Kontaktformular */

div.contact>h3{
	display: none;
}


