/*  V.1.2.8: used the css import at the template section */
@import url("layout07_2.css");   /* the complete layout */
@import url("nlu_navi07_2.css"); /* Navi at the top-head */
@import url("nlu_hcss07_2.css"); /* Navi flyout at the middle-head */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #e6e6e6 url(../../template/layout_07/images/bg01.gif) repeat;
/*  background: #C1D2E2 url(/picture/bg/background.jpg) repeat-x; */
	font-family: verdana, arial, sans-serif;
/*	font-size: 1em; */
	font-size: 12px;
	text-align: center;
}

html, body { /* Geko´s right scrollbar visible at all */
/*	height:100.01%; */
	min-height: 100.01%;
}


form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
/*		font-size: 100%;
/*    font-size: 11px; */
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #002DFF;
	text-decoration: none;
}
a:hover {
	color: #002DFF;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
  font: normal 1em/1.3 Verdana, Helvetica, Arial, sans-serif;
  line-height:inherit;  /* sorry, but it works only for gecko */
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px; 
}

.articleSummary {
	font-size: 1.0em;
	color: #000000;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 { padding: 2px 0 0 0; font-size: 16px; 	font-weight: bold; color: #333; }
h2 { padding: 2px 0 0 0; font-size: 15px; 	font-weight: bold; color: #333; }
h3 { padding: 1px 0 0 0; font-size: 14px; 	font-weight: bold; color: #333; }

p, h1, h2, h3 { margin: 0 0 0.3em 0; }

/* CSS for breadcrumb kh210605 */
.breadcrumb, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
  padding: 0;
height:10px;
  margin: 0 0 2px 5px;

margin-top:5px;
	font-family: Verdana, Helvetica,Arial,  sans-serif;
	font-size: 8pt;
text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: underline;
 }

.breadcrumb_spacer {
	font-family: Verdana, Helvetica,Arial,  sans-serif;
	color: #666666;
	text-decoration: none;
}

/* CSS for revision kh290505 */
.revision, .revision a, .revision a:link, .revision a:active, .revision a:visited {
  padding: 0;
  margin: 0 0 2px 5px;
	font-family: Verdana, Helvetica,Arial,  sans-serif;
	font-size: 7pt;
	color: #AAAAAA;
	text-decoration: none;
}

.revision a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}

/* CSS for copyright kh290505 */
.copyright, .copyright a, .copyright a:link, .copyright a:active, .copyright a:visited {
  padding: 0;
  margin: 0 0 2px 5px;
	font-family: Verdana, Helvetica,Arial,  sans-serif;
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
}
.copyright a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #888888;
	text-decoration: underline;
}

/* Line 500px */
.hr500 {padding: 0; margin-left: 10px; height:1px; border-width:0 0 1px 0; border-style:solid; border-color:#BBBBBB; width: 500px;}

.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* === Pictures Gallery amd Text w/Image === */
/* -- Text under the Image -- */
.imglistcaption {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	display: block;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

/* TD around the Images */
.imagelisttd {
/*	background: #aaaaaa; */
/*	border: 1px solid #aaaaaa; */
	margin: 0;
	padding: 0;
}

/* Only the Image  */
.imagelistimg {
/*	border: 1px solid #aaaaaa; */
	padding: 0;
	margin: 0;
}

/* -- Text under the Image - Text w/Image -- */
.image_caption {
	margin: 0;
	padding: 0 5pt 2px 5pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #666666;
	display: block;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}

/* -- Only the Image - Text w/Image -- */
.image_img {
	padding: 0;
	margin: 0;
/*	border: 1px solid #333333; */
}

/* -- TD around the Images - Text w/Image  -- */
.image_td {
	padding: 0 5pt 2px 5pt;
	margin: 0;
	clip:  rect(   );
}
/* END Pictures Gallery amd Text w/Image */

/* -------- Contact form --------- */
.contact_form {
	border: 1px solid #c8c8c8;
	background-color: #f2f2f2; /* #EFEFEF; */ 
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
}

input,textarea,select {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color : #444444;
	border : 1px solid #c8c8c8;
	background-color : #f7f7f7;
}

.formLabel {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
/*	vertical-align: top; */
	padding: 2px 0 0 10px;  /* asterix links */
}

.formLabelRequired {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #7F003B;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
}

.formField {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	padding-top: 2px;
}

#submitIt {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color : #DFEEFF;
}

#resetIt {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color : #FFEDDF;
}

#capt_img_ {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color : #DFEEFF;
}

#captcha_ {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color : #FFEDDF;
}

#checkbox0, #checkbox1, #checkbox0, #checkbox1 {
	border: 0px none #000000;
	background-color: #f2f2f2;
	color: #7F003B;
}

#schlusstext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;

}
/* -------- END Contact form --------- */

/* --- Image gallery and text e image --- */
.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}
/* ==== END frontend.css ==== */

