/*
  --------------------------------------------------

  Marco Gehrig | Daniel Bossard
  adaptiert Jonas Reber
  Zentrales Cascading Stylesheet

  getestet mit:

  MS Internet Explorer 7.0 (Win32)
  Mozilla 2.2 (Win32)
  Opera 6.04 (Win32)
	
  --------------------------------------------------
*/


/* Spezifiziert das Grundgerüst einer jeden bonapp Seite  */

body 
{

	font-family: Verdana,sans-serif; 
	font-size: 10px;
	line-height: 14px; 
	background-image:  url(../images/gif/background2.gif); 
	background-repeat: repeat-y;
 	background-position: center;
	margin-top : 0; 
	margin-bottom : 0; 
	margin-left : 0; 
	margin-right : 0;
}


/* Alle Links sind nicht unterstrichen, nur wenn die Maus darauf zeigt, wird unterstrichen */


a:link,  {text-decoration: none; color: #FF8F26;}
a:visited {text-decoration: none; color: #FF8F26;}
a:hover {text-decoration: underline; color: #FF8F26;}
a:active {text-decoration: none; color: #FF8F26;}

/* TEXT */
P {
	font-family : Verdana, sans-serif;
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 5px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 11px;
	padding-bottom:10px;
	/*text-indent : 4px;*/
}

.bodytext{
	margin-bottom:0px;
}

.csc-textpic-caption,.caption {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	/*color : #FF9966;*/
}

.csc-textpic-intext-right{
	margin-right: 30px;
}

.csc-textpic-intext-left{
	margin-left: 30px;
}


.csc-textpic-intext-left-nowrap{
	margin-left: 5px;
}

/* Definition der Schriften */

.fontnormal 
{
	color: #000000; 
	font-size: 11px; 
	line-height: 13px; 
	font-family: Verdana;		
}

/* TITEL */
H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	/*color:teal;*/
	margin-left: 0px;
	margin-bottom : 15px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 16px;
	/*color : teal;*/
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top : 10px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	/*color : teal;*/
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	/*color : black;*/
	font-weight:bold;
	
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top : 5px;
}
H5 {
	font-family : Verdana, sans-serif;
	font-size : 11px;

	font-weight: bold;
	/*color : black;*/
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top : 5px;
}
.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : black;
}
.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : green;
}
.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : red;
}
.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : Green;
	font-weight: normal;
}


/* Definition Formular-Objekte */

Form
{
margin:0; 
padding:0; 
margin: 0;
}


.textfeld 
{
 border: 1px #104400 solid; 
 height: 16px; margin: 0; 
 width: 105px; 
 background-image:  url(images/background_03.gif);
 font-family: Verdana, sans-serif; 
 font-size: 10px; 
 background-color: #FFFFFF; 
 color: "#000000"; 
 font-weight: small;
 

  
}



.contenttable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid teal;
	padding-left: 20px;
	max-width: 550px;
}

.feld 
{
	border: 1pt #000000 solid; 
	height: 17px; margin: 0; 
	width: 100px; 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	background-color: #FFFFFF; 
	color: "#000000"; 
	font-weight: small;
}


.feldpreis
{
	border: 1pt #000000 solid; 
	height: 17px; margin: 0; 
	width: 400px; 
	font-family: Verdana,  sans-serif; 
	font-size: 10px; 
	background-color: #FFFFFF; 
	color: "#000000"; 
	font-weight: small;
}

.feldfranken
{
	border: 1pt #000000 solid; 
	height: 17px; margin: 0; 
	width: 25px; 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	background-color: #FFFFFF; 
	color: "#000000"; 
	font-weight: small;
}


	.textfeld_textfeld
{
	border: 1pt #000000 solid; 
	height: 70px; margin: 0; 
	width: 284px; 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	background-color: #FFFFFF; 
	color: "#000000"; 
	font-weight: small;
}


/* ALLES NEUE */
TD#MENU{
 vertical-align: top;
 width: 162px;
 padding-top: 10ps;
}

TD#MENU DIV{
 width:100%;
}

TD#MENU DIV a{
 color:#000000;
 text-decoration: none;
}

TD#MENU DIV a:hover{
 color:#FFFFFF;
 text-decoration: undeline;
}

TD#MENU DIV.menu1-level1-no {
 font-size: 11px;
 padding-top: 7px;
 padding-left:15px;
 padding-bottom: 7px; 
 background: url('../images/png/menupoint.png');
 background-repeat:repeat-x;
}

TD#MENU DIV.menu1-level1-act {
 color: #FFFFFF;
 font-size: 11px;
 font-weight: bold;
 /*text-decoration:underline; */
 padding-top: 8px;
 padding-left: 15px;
 padding-bottom: 7px; 
 background: url('../images/png/menupoint.png');
 background-repeat:repeat-x;
}

TD#MENU DIV.menu1-level2-no {
 /* border-bottom: 1px dotted #999999; */
 font-size: 10px;
 padding-left:25px;
}

TD#MENU DIV.menu1-level2-act {
 /* border-bottom: 1px dotted #999999; */
 font-size: 10px;
 font-weight: bold;
 padding-left: 25px;
}