@charset "UTF-8";
/****************************************
 CSS
 Skin: kentec.net default

@server constants {
    _myColor1: #DFE3E5;		// blue light
    _myColor2: #B4C4D4;
    _myColor3: #8BA2BD;
    _myColor4: #456382;		// blue dark
	_myColor5: #730324;		// red
	_pagewidth: 1024px;
    }
	
*****************************************/
/************************
 Globle HTML Vorgaben  
*************************/
html, body, p, div, td, th, dl, ul, ol {
  color: #000;
  margin: 0;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: normal;
  padding: 0; }

html {
  background-color: #F2F3F5;
  overflow-x: auto;
  overflow-y: scroll;
  background-image: url(bg-main.png);
  background-position: center;
  background-repeat: repeat-y; }

body {
  max-width: 1024px;
  background-color: #FFFFFF;
  height: 100%;
  /* full high on screen */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;
  margin-right: auto;
  margin-left: auto; }

/* Schriften */
h1 {
  /*	text-indent:0px;*/
  color: #730324;
  font-weight: bold;
  font-size: 1.2rem;
  border-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px; }

h2 {
  font-size: 1rem; }

h3 {
  font-size: 13px; }

h4 {
  font-size: 13px; }

/* Allgemeine Links */
a:active {
  color: #456382;
  text-decoration: none; }

a:link {
  color: #456382;
  text-decoration: none; }

a:visited {
  color: #456382;
  text-decoration: none; }

a:hover {
  color: blue;
  text-decoration: underline; }

/* Klasse für markierte Links 
.iconlink a:link {text-decoration: none; color:#<?php echo $myColor4; ?>}
.iconlink a:visited {text-decoration: none; color:#<?php echo $myColor4; ?>}
.iconlink a:active {text-decoration: none; color:#<?php echo $myColor4; ?>}
.iconlink a:hover {text-decoration: underline; color: blue;}
*/
.iconlink a:before {
  content: url(symb_link.gif);
  margin-right: 5px; }

/*
.imglink a:link {text-decoration: none; color:red}
.imglink a:visited {text-decoration: underline; color:red}
.imglink a:active {text-decoration: none; color:red}
.imglink a:hover {text-decoration: underline; color: blue;}
.imglink a:before { content:url(triangle1.png); text-decoration: underline; color:red}
*/
/* Bilder mit Links ohne Rahmen darstellen 
a:link img, a:visited img { border-style: none; } */
/* Alle Bilder ohne Rahmen darstellen (auch Imagemaps)*/
img {
  border: none; }

li {
   margin-left:0.8rem;  
}

td {
padding: 0px 2px 0px 2px;
}
/************************
 Layout  
*************************/
#banner {
  position: relative;
  height: 98px;
  /*  background-color: _myColor3; 
  	background-image: url(banner.png); */
  /* width:100%;*/ }

#leftcol {
  width: 180px;
  /* min-height:100px; */
  padding-top: 24px;
  padding-left: 9px;
  padding-right: 10px;
  float: left;
  position: relative;
  background-color: #B4C4D4;
  /*background-color: black;
   background-image: url(Button1.png); */ }

#maincol {
  float: right;
  display: inline;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 30px;
  position: relative;
  background-color: #FFFFFF;
  width: 800px; }

/* Klasse für Blocksatz */
.block {
  text-align: justify; }

/*span.menu { color: #FFFF66; font-weight: bold; font-size: 9pt; text-decoration: none }
span.mensub { color: #0FFF66; font-weight: bold; font-size: 6pt; text-decoration: none }*/
/************************
 Links in Infoboxen
*************************/
a.boxheader:active {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none; }

a.boxheader:link {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none; }

a.boxheader:visited {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none; }

a.boxheader:hover {
  color: #0000FF;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none; }

/****************************
 Table define 1px
 crea: 21.7.09
*****************************/
.tabdef {
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px;
  border-width: 1px;
  padding: 1px;
  /*  width:200px;*/
  margin: 1em auto; }

.tabdef th {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  padding: 1px;
  background-color: #E7E7E7;
  color: inherit;
  height: 35px;
  text-align: center; }

.tabdef td {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  padding: 5px;
  text-indent: 5px;
  text-align: center; }

/****************************
 Infoboxen
****************************/
.infobox {
  /*  background-color: #B4C4D4;
    background-color: red;*/
  /*  border-collapse: separate;
    border-spacing: 1px;
    border: 1px;
    border-width: 1px;*/
  padding: 10px;
  /*  width: 150px;
    margin: 1em auto;*/
  background-image: url(../../pict/infobox.png);
  background-repeat: no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0px 0px 80px 0px;
  text-align: center; }

/****************************
 Links Hauptseite Titel
*****************************/
a.gross:active {
  color: #456382;
  font-size: 20px;
  text-decoration: none; }

a.gross:link {
  color: #456382;
  font-size: 20px;
  text-decoration: none; }

a.gross:visited {
  color: #456382;
  font-size: 20px;
  text-decoration: none; }

a.gross:hover {
  color: #0000C4;
  font-size: 20px;
  text-decoration: none; }

/************************
 Links im Menu oben
*************************/
a.menu:active {
  color: #66FFFF;
  font-weight: bold;
  font-size: 90pt;
  text-decoration: none; }

a.menu:link {
  color: #66FFFF;
  font-weight: bold;
  font-size: 90pt;
  text-decoration: none; }

a.menu:visited {
  color: #66FFFF;
  font-weight: bold;
  font-size: 90pt;
  text-decoration: none; }

a.menu:hover {
  color: red;
  font-weight: bold;
  font-size: 90pt;
  text-decoration: none; }

/************************************************************
 Formatierungen für javascript menu
 last mod: 24.7.09
*************************************************************/
.itemBorder {
  border: 1px none #E9E9E9; }

/* Zeile Hauptmenu */
.itemText {
  color: white;
  text-decoration: none;
  font-size: 13px; }

a.itemText:active {
  color: black;
  text-decoration: none; }

a.itemText:link {
  color: black;
  text-decoration: none; }

a.itemText:visited {
  color: black;
  text-decoration: none; }

a.itemText:hover {
  color: blue;
  text-decoration: none; }

/* Untermenus funktioniert nicht ?*/
.itemTextSub {
  color: white;
  text-decoration: none;
  font-size: 13px; }

a.itemTextSub:active {
  color: black;
  text-decoration: none; }

a.itemTextSub:link {
  color: black;
  text-decoration: none; }

a.itemTextSub:visited {
  color: black;
  text-decoration: none; }

a.itemTextSub:hover {
  color: blue;
  text-decoration: none; }

/************************
 Seitentitel
*************************/
.header {
  color: #E6FFFF;
  font-size: 18px;
  line-height: normal; }

.boxheader {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 11px;
  line-height: 20px;
  text-align: center; }

/***************************
 Input Felder in Formularen
****************************/
.FormInput {
  font-size: 12px;
  padding-left: 3px;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999; }

.FormInputRequired {
  font-size: 12px;
  padding-left: 3px;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #FF0000; }

.submit {
  background-color: #CCCCCC;
  font-size: 12px;
  height: 27px;
  clear: none;
  /*	cursor: hand;*/
  border-top: 1px inset #CCCCCC;
  border-right: 2px inset #333333;
  border-bottom: 2px inset #333333;
  border-left: 1px inset #CCCCCC; }

/************************************
Media Bereich
*************************************/
#headerpart, #footerpart {
  display: none; }


