/*************************************
 CSS für Papierausdruck
 kentec.net
 mod: 21.8.09
**************************************/

/************************
 HTML Standard Vorgaben
*************************/

html { background: #FFFFFF; }

body
{ 
	max-width: 720px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

table
{
	border-collapse:collapse ;
	border:0px;
	border-width:0px;
	border-spacing:0px;
	/*  padding:1px;
	margin:1em auto;*/
}

td
{
	border-collapse:collapse ;
	border:0px;
	border-width:0px;
	border-spacing:0px;
	/*  padding:1px;
	margin:1em auto;*/
}

p, div, td, th, dl, ul, ol
{
	font-size: 7pt;
	margin: 0px;
}
.block { text-align: justify;}
	
h1 { color: #0E5C51; font-size: 12pt; line-height: 20px; }
h2 { color: #000000; font-weight: bold; font-size: 9pt; }
h3 { color: #000000; margin: 0px; }
h4 { color: black; margin: 0px; }

/* Der hr sollte nicht in Tabellen sein */
@media print
{   
	hr
	{ 
		  border: 1;
	      color: #000000;
	/*	  background-color: #555555;*/
		  height: 1px;
	}
}

@media screen
{   
	hr
	{ 
		  border: 0;
	 /*     color: #f00;*/
		  background-color: #222222;
		  height: 1px;
	}
}



/****************************
 Tabelle default 1px
 crea: 21.7.09
*****************************/
.tabdef {
  border-collapse:collapse ;
  border-spacing:1px;
  padding:1px;
  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;
}


a {
	font-size: 7pt;
	line-height: 15pt;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	color: #333333;
}
a img { 
border:0px;
}
/*	border-top-style: dashed;border-style: none;  Bilder mit Links ohne Rahmen darstellen */
 



a.boxheader:active { color: #FFFFFF; font-weight: bolder; font-size: 12px; line-height: 20px; text-align: center; text-decoration: none }
a.boxheader:link { color: #FFFFFF; font-weight: bolder; font-size: 12px; line-height: 20px; text-align: center; text-decoration: none}
a.boxheader:visited { color: #FFFFFF; font-weight: bolder; font-size: 12px; line-height: 20px; text-align: center; text-decoration: none}
a.boxheader:hover { color: #FF0000; font-weight: bolder; font-size: 12px; line-height: 20px; text-align: center; text-decoration: none}

/****************************
 Links Hauptseite Titel
*****************************/
a.gross:active { color: #0066FF; font-size: 18px; text-decoration: none ;}
a.gross:link { color: #0066FF; font-size: 18px; text-decoration: none ;}
a.gross:visited { color: #0066FF; font-size: 18px; text-decoration: none ;}
a.gross:hover { color: #0000C4; font-size: 18px; text-decoration: none ;}

a.menu:active { color: #66FFFF; font-weight: bold; font-size: 9pt; text-decoration: none }
a.menu:link { color: #66FFFF; font-weight: bold; font-size: 9pt; text-decoration: none }
a.menu:visited { color: #66FFFF; font-weight: bold; font-size: 9pt; text-decoration: none }
a.menu:hover { color: red; font-weight: bold; font-size: 9pt; text-decoration: none }


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 }

/* menu javascript*/
.itemBorder {
	border: 1px none #E9E9E9;
}
.itemText { text-decoration: none; color: #FFFFFF; font-size: 12px; }
.header { font-size: 11pt; line-height: normal; }
.boxheader { color: #FFFFFF; font-weight: bolder; font-size: 11px; line-height: 20px; text-align: center}

/* Input Felder */
.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;
}
.itemTextSub {
	text-decoration: none; color: #000000; font-size: 12px; 
}

/************************************
Header Bereich
10.8.2009
*************************************/


#headerbox1
{
	float:left;
	width:30%;
}

.floatstop {
  clear:both;
}


/************************************
Footer Bereich
10.8.2009
*************************************/


#footbox1, #footbox2
{
	float:left;
	width:20%;
}
 
#footbox3
{
	float:right;
	width:25%;
}
#footbox4
{
	float:right;
	width:30%;
}


/************************************
Medien Bereich
10.8.2009
*************************************/

   
#leftcol, #rightcol, #bannerscr,
#menu0item1, #menu0item2, #menu0item3, #menu0item4, #menu0item5, #menu0item6
{ display: none; }

