/* 
  Titel: lhg-online.de CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 18.01.2007
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abstände usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Verdana, Helvetica, Arial, Sans-Serif; color: #000000; }
pre { font-family: monospace; }
a {	color: #0000FF; text-decoration: none; }
a:hover {	color: #0000FF; text-decoration: underline; }
a.grau {	color: #666666; text-decoration: none; padding: 0 10px 0 5px;}
a.grau:hover {	color: #666666; text-decoration: underline; padding: 0 10px 0 5px;}

form { margin: 0px 0px 0px 0px;}
p, pre { margin: 3px 0px 0px 0px; line-height: 1.6em;}
p, td, ul, ol { font-size: 11px; }
input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }

/************************************************************/
/* Formatierungen	Seite         									          */
/************************************************************/
body {
  height: 100%;
	margin: 0;
	padding: 0;
  text-align: center;
  min-width: 922px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
  background-color: #FFFFFF;
}

html, body { 
  height: 100%;
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
	width: 922px;
	margin: auto;
	padding: auto;	
  height: 100%;
	text-align: center;
	vertical-align: middle;
}

#main {
  width: 922px;
  height: 100%;
  margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: repeat-y;
}

#main_print {
  width: 922px;
  margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
}

#to-top {
	position: absolute;
  top: -6000px;
  left: -6000px;
 	height: 1px;
	width: 1px;
}

#header {
	margin: 0;
	padding: 0;
	width: 922px;
	height: 206px;
	min-height: 206px;
	background-repeat: no-repeat;
	background-color: #000000;
}

#top-bar {
	margin: 0;
	padding: 0;
	width: 920px;
	height: 23px;
	min-height: 23px;	
	background-color: #C3D4EE;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#top-bar-search {
	width: 290px;
	height: 21px;
	float: left;
	padding: 2px 0 0 0;
}

#top-bar-menu {
	width: 530px;
	height: 23px;
	float: left;
}

#top-bar-lang {
	width: 100px;
	height: 23px;
	float: left;
}

#content-container {
	margin: 0;
	padding: 0;
	background-image: url(../gfx/background-main.gif);
	background-repeat: repeat-y;
}

#col-left {
	padding-left: 1px;
	width: 160px;
	float: left;
}

#col-left-menu {
	width: 160px;
	height: 234px;
	min-height: 234px;
	padding: 0 0 60px 0;
}

#col-left-content {
  padding: 0 10px 0 10px;
	width: 140px;
}

#col-mid {
	padding: 0;
	margin: 0;
	width: 130px;
	float: left;
}

#col-mid-menu {
	width: 130px;
}

#col-right {
	width: 630px;
	height: auto;
	float: left;
}

#col-right-header {
	height: 25px;
	min-height: 25px;
	padding: 0 0 0 30px;
}

#col-right-content {
	min-height: 430px;
	padding: 30px 30px 30px 30px;
	margin: 0;
}

#col-right-bottom {
	border-top: 1px solid black;
	margin: 5px 30px 0 30px;
}

#col-right-bottom-menu {
	width: 200px;
	float: left;
	color: #666666;
	padding: 0 0 15px 0;
}

#col-right-bottom-copyright {
	width: 370px;
	float: right;
	text-align: right;
	color: #666666;	
	padding: 0 0 15px 0;
}

#flags {
	padding: 4px 0 0 30px;
}

div.flag_item {
  float: left;
	width: 24px;
	padding: 0 10px 0 0;
}

div.clear {
	clear: both;
	width: 922px;
	margin: 0;
	padding: 0;
}

/************************************************************/
/* Formatierungen	Menus                                     */
/************************************************************/

#top-bar-menu ul {
  margin: 0;
  padding: 0; 
  list-style: none;
  padding: 5px 0 0 28px;
}

#top-bar-menu li {
	float: left;
  list-style: none;
  font-size: 10px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}

#top-bar-menu a {
  font-size: 10px;
  text-decoration: none;
  color: black;
}

#top-bar-menu a:hover {
  font-size: 10px;
  text-decoration: underline;
  color: black;
}

#col-left-menu ul {
  margin: 0;
	padding: 18px 0 0 0;
  list-style: none;
}

#col-left-menu li {
  list-style: none;
  margin: 0 0 3px 0;
  height: 20px;
  width: 159px;
}

#col-left-menu a {
  margin: 0;
  padding: 0; 
}

#col-mid-menu ul {
  margin: 0;
	padding: 21px 0 0 0;
  list-style: none;
}

#col-mid-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 130px;
}

#col-mid-menu a {
  margin: 0;
  padding: 0; 
}


/* Menu Links - erste Ebene */
#col-left-menu ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0; 
}

#col-left-menu li {
  float: left;
  list-style: none;
}

#col-left-menu a:link, #col-left-menu a:visited {
	width: 160px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 145px; /*Angabe für die anderen Browser */
	min-height: 20px; 
	height: 20px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../gfx/left-menu-pfeil-css-unselected.gif);
	background-repeat: no-repeat;
}

#col-left-menu a:hover, #col-left-menu a:active, #col-left-menu a:focus {
	width: 160px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 145px; /*Angabe für die anderen Browser */
	min-height: 20px; 
	height: 20px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: underline;
	background-image: url(../gfx/left-menu-pfeil-css-selected.gif);
	background-repeat: no-repeat;
}

#col-left-menu li a#current {
	width: 160px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 145px; /*Angabe für die anderen Browser */
	min-height: 20px; 
	height: 20px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../gfx/left-menu-pfeil-css-selected.gif);
	background-repeat: no-repeat;
}


/* Menu Links - zweite Ebene */
#col-mid-menu ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0; 
}

#col-mid-menu li {
  float: left;
  list-style: none;
}

#col-mid-menu a:link, #col-mid-menu a:visited {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
}

#col-mid-menu li.sub a:link, #col-mid-menu li.sub a:visited {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../gfx/left-menu2-unselected.gif);
	background-repeat: no-repeat;
}

#col-mid-menu a:hover, #col-mid-menu a:active, #col-mid-menu a:focus {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: underline;
	background-color: #DEDEDE;
}

#col-mid-menu li.sub a:hover, #col-mid-menu li.sub a:active, #col-mid-menu li.sub a:focus {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: underline;
	background-color: #DEDEDE;
	background-image: url(../gfx/left-menu2-selected.gif);
	background-repeat: no-repeat;
}

#col-mid-menu li a#current-nav1 {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #DEDEDE;
}

#col-mid-menu li.sub a#current-nav1 {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 114px; /*Angabe für die anderen Browser */
	min-height: 18px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #DEDEDE;
	background-image: url(../gfx/left-menu2-selected.gif);
	background-repeat: no-repeat;	
}

/* Menu Links - dritte Ebene */

#col-mid-menu ul.nav2 {
  list-style: none;
  margin: 0;
  padding: 0; 
}

#col-mid-menu li.nav2 a:link, #col-mid-menu li.nav2 a:visited {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 109px; /*Angabe für die anderen Browser */
	min-height: 14px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 20px;
	font-size: 10px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: none;
}

#col-mid-menu li.nav2 a:hover, #col-mid-menu li.nav2 a:active, #col-mid-menu li.nav2 a:focus {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 109px; /*Angabe für die anderen Browser */
	min-height: 14px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 20px;
	font-size: 10px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	text-decoration: underline;
}

#col-mid-menu li.nav2 a#current-nav2 {
	width: 129px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 109px; /*Angabe für die anderen Browser */
	min-height: 14px; 

	vertical-align: middle;
	text-align: left;
	display: block;
	margin: 0;
	padding: 4px 0 0 20px;
	font-size: 10px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: underline;
}


/************************************************************/
/* Formatierungen	Überschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {																				
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 2px 0;
	padding: 2px 0 2px 0;
	width: 565px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 2px 0;
	padding: 2px 0 2px 5px;
	width: 565px;
	background-color: #0069D1;
}

h3 {																				
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding: 2px 0 2px 5px;
	width: 565px;
	background-color: #0069D1;
}

h4 {																				
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding: 2px 0 2px 0;
}

#col-right-header h1 {																				
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	margin: 20px 0 0 0;
	padding: 3px 0 2px 10px;
	background-color: #0069D1;
	width: 565px;
}

/************************************************************/
/* Formatierungen	CSS_Styled_IMGTEXT                        */
/************************************************************/
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */


/************************************************************/
/* Formatierungen	normale Mail-Formulare										*/
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
				padding-top: 3px;
				padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        width: 80px;
        min-width: 80px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-check {
}

.csc-mailform-label {
	font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 80px;
}


/************************************************************/
/* Formatierungen	Tabellen																	*/
/************************************************************/
.td-0 {
  border-bottom: 1px dotted #cccccc;
}

.td-1 {
	text-align: right;
	border-bottom: 1px dotted #cccccc;
}

.td-2 {
  border-bottom: 1px dotted #cccccc;
}

/************************************************************/
/* Formatierungen	Suchbox																		*/
/************************************************************/
input.m-searchbox {
	border: 1px solid #000000;
	height: 13px; 
	width: 180px; 
	font-size: 10px;
}

input.m-searchbutton {
	border: 1px solid black;
	color: white;
	background-color: #0069D1;
}

span.such-label {
  padding: 3px 5px 0 10px;
  float: left;
  font-size: 10px;
}

span.such-input {
	padding: 1px 0 0 0;
  float: left;
}

span.such-image {
  float: left; 
  padding: 1px 0 0 5px;
}

/***********************************************************************/
/*                 Downloads                                           */
/***********************************************************************/

p.csc-uploads-description{
	margin: -1px 0 3px 0;
}


