/************************************************************************************************/
/*
/*  Root-Element: †bergreifende Elemente ---> screen.css
*/

body {	
	font-family: Arial,sans-serif;
	font-size: 100.01%;
	line-height: 19px;
	color:#000000;
	background: url("../../images/rahmen/kachel.gif");
	text-align: center;
}

p {	
	margin-bottom: 6px;
}

ol,ul {	
	list-style: none;
}

em {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	font-family: "Arial Black",Arial,sans-serif;	
	font-weight: bold;
	color: #009731;
	margin-bottom: 6px;
}

h2 {
	font-family: "Arial Black",Arial,sans-serif;	
	font-size: 1.3em;
	margin-bottom: 6px;
}

h3 {
	font-family: "Arial Black",Arial,sans-serif;	
	font-size: 1.3em;
	margin-bottom: 6px;
	color: #009731;
}

h4 {
	font-family: "Arial",Arial,sans-serif;	
	font-size: 1em;
	font-weight: bold;
	color: #009731;
	text-align: center;
	line-height: 15px;
}


span {
	font-family: Times; 
	color: white;
	font-size: 40px;
}

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

strong, b {
	font-weight: bold;
	color: #009731;
}

img {}


.content-startseite .bodytext b { font-weight: normal; color:#3c3c3c;}
.content-startseite .csc-textpic-caption b { font-weight: normal; font-size: 11px; color:#5c5c5c;}


/************************************************************************************************/
/*
/*  Root-Klassen:  †bergreifende Elemente mit gleichem Stil
*/

.clear {
	clear: both;
}

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

.alignright{
	float: right;
	margin: 0 0 10px 10px;
}


.col-left{
	float: left;
	margin: 0 10px 10px 0;
}

.col-right{
	float: right;
	margin: 0 0 10px 10px;
}

.bild {
	width: 300px;
}

.bildunterschrift {
	clear: right;
	font-size: 11px;
	color: #5c5c5c;
	margin: 10px 0 0 0;
}

.newsbild {
	max-width: 225px;
	margin-bottom: 20px;
}

.news-single-img img {
	float: right;
}
/************************************************************************************************/
/*
/*  Struktur/Raster: Blockaufbau und Anordnung fźr die spŠteren Inhalte ---> screen.css
*/

#wrap {
	width: 982px;
	text-align: center;
	margin: 0 auto;
}

#rahmen {
	width: 941px;
	height: 100%;
	text-align: left;
	padding-left: 41px;
	float: left;
	font-size: 0.8em;
	background: url("../../images/rahmen/rahmen_bg.png") repeat-y;;
	background-position: 14px 0;
	background-repeat: repeat-y;
}

* html #rahmen {background-position: 55px 0; width: 982px;}

#header {
	width: 900px;
	height: 167px;
	float: left;
	background: url("../../images/header/header.png") no-repeat;
}

#header .logo {
	width: 285px;
	height: 86px;
	float: left;
	margin: 15px 0 0 35px;
	display: inline;
}

#content_start {
	width: 730px;
	float: left;
	padding: 13px;
	display: block;
}

#sidebar {
	width: 139px;
	float: left;
}

#sidebar .agrarweblog {
	width: 100px;
	height: 81px;
	background: url("../../images/rahmen/agrarweblog.jpg") no-repeat;
	float: left;
	margin: 14px 0 0 14px;
	padding: 220px 15px 0 15px;
}

#footer	{
	width: 982px;
	height: 110px;
	float: left;
	background: url("../../images/rahmen/footer.png") 14px 0 no-repeat;
}


#content_inhalt {
	width: 486px;
	float: left;
	margin: 25px;
	display: inline;
	position: relative;
}

#content_inhalt #pagetitle {
	margin-top: 0px;
	font-size: 1.5em;
	font-family: "Arial Black",Arial,sans-serif;
}

#content_inhalt #subtitle {
	margin-top: 0px;
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	color: #009731;
	margin-bottom: 24px;
}

#content_inhalt h1,
#content_inhalt h2,
#content_inhalt h3,
#content_inhalt h4
{
	margin-top: 19px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight:bold;
	font-family: Arial,sans-serif;
	line-height: 19px;
}

.inhalt h2 {
	font-size: 1.3em !important;
	margin-bottom: 3px !important;
}

.inhalt h3 {
	font-size: 1.2em !important;
	margin-bottom: 3px !important;
	margin-top: 10px !important;
}


#content_inhalt ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content_inhalt ul li {
	margin-bottom: 5px;
}

#content_inhalt ul li div {
	display: inline;
}

#content_inhalt ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#content_inhalt ol li {
	margin-bottom: 5px;
}

#content_inhalt .inhalt {
	clear:both;
	margin-bottom: 20px;
	height: auto;
}

#infobereich {
	width: 225px;
	float: left;
	margin-top: 13px;
}

#archivlink, #archivlink2 {
	float:right;
	left:-5px;
	padding-right:0;
	/*position:relative;*/
	text-align:right;
	top:-48px;
	z-index:4;
}

.infobox {
	width: 225px;
	float: right;
	position: relative;
	margin-bottom: 20px;
}

.infobox .content {
	padding: 5px 10px;
	background: #ffdd00;
}

.infobox .content h2 {
	font-size: 14px;
	text-align: center;
	color: #009731;
}

.infobox .kopfbild_info {
	margin: -24px 0 0 0;
}

* html .infobox .kopfbild_info {margin: -27px 0 0 0; float: right;}

* html .infobox .content { margin-top: -3px;}

/************************************************************************************************/
/*
/*  LOOK AT ME: Formatierung der zusŠtzlichen Blšcke und deren Inhalte ---> screen/color/type.css
*/

#header .kopfbild {
	width: 559px;
	height: 139px;
	float: right;
	margin: 0;
	background: url('../../images/header/portal.jpg') no-repeat;
}

.seniorentaste {
	float: right;
	margin: 141px 10px 0 0;
	display: inline;
}

#content_header {
	width: 900px;
	margin-right: 40px;
}

#content_start .lvhsuche,
#content_start .kurssuche {
	width: 180px;
	height: 26px;
	float: right;
}


#content_header .lvhsuche,
#content_header .kurssuche {
	width: 180px;
	height: 26px;
	float: right;
	margin-right: 18px;
}

#content_start .kurssuche,
#content_header .kurssuche {
	width: 210px;
	margin-right: 10px;
}


.lvhsuche label,
.kurssuche label {
	float: left;
	margin: 3px 5px 0 0;
	display: inline;
}

.lvhsuche input,
.kurssuche input {
	background: url('../../images/rahmen/suchfeld.gif') no-repeat;
	border: 0;
	width: 128px;
	height: 19px;
	float: right;
	padding: 0px 0 0 5px;
}

html>body .lvhsuche input {width: 123px;}



/************************************************************************************************/

#karteikarte {
	margin-top: 10px;
	width: 486px;
	float: left;
	background: url('../../images/karteikarte/karteikarten1_bg.gif') repeat-y; 
}

#karteikarte .inhalt {
	width: 410px;
	background: #e8e7df;
	padding: 10px;
	margin: 20px 20px 0px 20px;
	float: left;
}


#karteikarte .inhalt a {
	width: 60px;
	height: 18px;
	color: #009731;
	background: url("../../images/sonstiges/button_karteikarte.gif") no-repeat;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	float: right;
}

#karteikarte .inhalt .bodytext a {
	width: auto;
	float: none;
	height: auto;
	background: none;
	padding: 0;
	margin: 0;
}
#karteikarte .bild{
	width:150px;
}
#karteikarte .bildunterschrift{
	display: none;
}
/************************************************************************************************/


div.portrait-wrapper {
	float: left;
	height: 150px;
	display: block;
	clear: left;
}

div.portrait-wrapper img {
	float: left;
	position: absolute;
	z-index: 1;
}

div.portrait {
	display: inline;
	float: left;
	position:absolute;
	z-index: 3;
	background: url("../../images/rahmen/LVH_Kontaktbox.png") no-repeat;
	width: 452px;
	height: 152px;
}

div.portrait div.daten {
	padding: 25px 0px 0px 150px;
	line-height: 15px;
}

div.portrait div.ansp-name {
	font-family: "Arial",Arial,sans-serif;
	font-weight: bold;
	color: #009731;
	font-size: 13px;
}

div.portrait div.ansp-titel {
	font-family: "Arial",Arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #009731;
	font-size: 11px;
}

div.portrait div.ansp-trenner {
	height: 8px;
}


div.portrait div.ansp-label {
	display: inline;
	font-family: "Arial",Arial,sans-serif;
	color: black;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	float: left;
	width: 55px;
}

div.portrait div.ansp-daten {
	display: inline;
	float: left;
	font-family: "Arial",Arial,sans-serif;
	line-height: 16px;
	color: black;
	font-size: 13px;
	font-weight: normal;
	width: 230px;
}


/************************************************************************************************/



div.content-startseite {
	margin-top: 0px;
	padding: 0px 27px 0px 30px;
}


/************************************************************************************************/



.tx-lumogooglemaps-pi1 span {
	font-size:13px;
}


#lightbox-caption-title {
	font-family: "Arial",Arial,sans-serif;
	line-height: 16px !important;
	font-size: 13px !important;
	font-weight: normal;
}

#lightbox-currentNumber {
	font-family: "Arial",Arial,sans-serif;
	line-height: 16px;
	font-size: 13px;
	font-weight: normal;
}

/* modifications nklinke for webbasys style.css*/
div.clear{
	clear:both;
}
div.cal table#kalender{
	width:55em;
	/*background: none;*/
}
div.cal table#kalender caption{
	/*color:#009731;*/
	background: #009731;
}

div.kurssuche div.titel, div.kurssuche input{
	float:none;
}
div.kurssuche select{
	margin:10px 0 0 0;
}

#content_inhalt div.kurssuche ul{
	list-style:none;
}

#content_inhalt div.kurssuche ul.kfs_wtag_list input, ul.suche_veranstaltungsarten input{
	width:auto;
}

div.newscontent{
	width:400px;
}


