
/*  The Website's Div Structure

<div class="div-center" align="center">  
    <div class="div-container-main">      
          <div class="div-werbung-top"></div>      
          <div class="div-werbung-left"></div>    
          <div class="div-container-content">            
              <div class="div-content-header"></div>
              <div class="div-content-mainlink"></div>
              <div class="div-container-subcontent">        
                    <div class="div-subcontent-left"></div>
                    <div class="div-subcontent-right"></div>        
              </div>        
              <div class="div-clear-both"></div>        
              <div class="div-content-footer"></div>
          </div>           
          <div class="div-werbung-right"><br /></div>          
          <div class="div-clear-both"></div>            
          <div class="div-werbung-bottom"></div>
    </div>
</div>
*/

.div-center{
  background-color:#ffffff;
}

.div-container-main{
  width:972px;
}

.div-werbung-top{
  width:970px;
  height:0px;
  background-color:#ccffff;
}

.div-werbung-bottom{
  width:970px;
  background-color:#ccffff;
}

.div-werbung-left{
  float:left;
  width:0px;  
  background-color:#66ffff;
}

.div-werbung-right{
  float:left; 
  width:170px;
/*  background-image: url(_qwerkop.jpg); */
  border:1px solid #003c86;  
}

.div-container-content{
  float:left;
  width:800px;
  background-color:#eeeeee;
}

.div-content-header{
  width:800px;
}

.div-content-footer{
  width:800px;
  text-align:left;
  background-color:#ffffff;
}

.div-clear-both{
  clear:both;
}

.div-content-mainlink{
  width:800px;
  background-color:#66ff66;
}

.div-container-subcontent{
  width:800px;
}

.div-subcontent-left{
  float:left;
  width:450px;      
  border:0px solid #ffffff; 
  background-color:#eeeeee;
  text-align: left;   
}

.div-subcontent-right{
  float:left; 
  width:350px;      
  border:0px solid #ffffff; 
  background-color:#eeeeee;
  text-align: left; 
}

.code {
  background-color:#eeeeee;
  font-family:arial;
  color:#0033ff;
  font-size:12px;
}


h1 { font-family : arial; font-size:14px; font-style:none; }
h2 { font-size:14px; font-style:none; }
h3 { font-size:14px; font-style:none; }
h4 { font-size:14px; font-style:none; }

body {
  background-color:#ffffff;
  /* background-image: url(_qwerkop.jpg); */
}

.headline1 { font-family : arial; font-size:18px; font-style:none; font-weight:bold;}
.headline2 { font-family : arial; font-size:14px; font-style:none; font-weight:bold;}

.text1      { font-family : arial; font-size:14px; font-style:none; }
.text2      { font-family : arial; font-size:12px; font-style:none; }

.text		 	        { color:#000000; font-family:arial; font-size:14px; text-decoration : none; }
.text A:link 		  { color:#000000; font-family:arial; font-size:14px; text-decoration : none; }
.text A:visited	  { color:#000000; font-family:arial; font-size:14px; text-decoration : none; }
.text A:hover 		{ color:#000000; font-family:arial; font-size:14px; text-decoration : underline;}
.text A:active 	  { color:#000000; font-family:arial; font-size:14px; text-decoration : none; }

.text1		 	      { color:#000000; font-family:arial; font-size:14px; text-decoration : none; }
.text1 A:link 		{ color:#ffffff; font-family:arial; font-size:14px; text-decoration : none; }
.text1 A:visited	{ color:#ffffff; font-family:arial; font-size:14px; text-decoration : none; }
.text1 A:hover 		{ color:#ffffff; font-family:arial; font-size:14px; text-decoration : underline;}
.text1 A:active 	{ color:#ffffff; font-family:arial; font-size:14px; text-decoration : none; }

.text2		 	      { color:#000000; font-family:arial; font-size:12px; text-decoration : none; }
.text2 A:link 		{ color:#003c86; font-family:arial; font-size:12px; text-decoration : none; }
.text2 A:visited	{ color:#003c86; font-family:arial; font-size:12px; text-decoration : none; }
.text2 A:hover 		{ color:#003c86; font-family:arial; font-size:12px; text-decoration : underline;}
.text2 A:active 	{ color:#003c86; font-family:arial; font-size:12px; text-decoration : none; } 			



						
 
p { color:#000000; font-family:arial; font-size:12px; text-decoration : none;}

 
 
.cell1{  
  padding:2px 1px 2px 1px;
  width:7%;
  text-align:center;  
  border-collapse:separate;
  border:1px solid #ffffff; 
  background-color:#003c86;   
}

.cell2{
  padding:2px 5px 2px 5px;
  /* width:100px; */  
  border-collapse:separate;
  border:1px solid #ffffff; 
  background-color:#c2dcfc;
  text-align: center;   
}

/* projects table settings*/
.cell3{
  padding:2px 4px 2px 4px;    
  border-collapse:separate;
  border:1px solid #ffffff; 
  background-color:#eeeeee;
  text-align: left;   
}

/* projects table settings*/
.cell4{
  
  padding:2px 4px 2px 4px;    
  border-collapse:separate;
  border:0px solid #ffffff; 
  background-color:#eeeeee;
  text-align: left;   
}

/* this div nests the link menu*/
.div_link{
  width:800px;
  height:auto;
  border:0px solid #ff0000;

}

/* this div is for the banner on the right side*/
.div_rightbar{
  position:absolute;  
  top:10px;
  left:810px;
  height:auto;
  width:170px;
  font-family : arial; font-size:10px;  

  padding:5px 5px 5px 5px;
  
  /* background-image: url(_qwerkop.jpg); */
  border:2px solid #003c86;

}

hr{
	background-color:#003c86; /* Mozilla 1.4 */
	color:#003c86; /* IE 6 */
	border: #003c86; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.hr2{
	background-color:#003c86; /* Mozilla 1.4 */
	color:#003c86; /* IE 6 */
	border: #003c86; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


/* Input Feld */
.input {
 background-color: #dddddd;
 border: 1px solid #bbbbbb;
 padding: 2px;
 width: 200px;
}

/* Input Feld */
.button {
 background-color: #cccccc;
 border: 1px solid #000000;
 padding: 1px;
 width: 100px;
 height: 20px;
}


/* Typ Selektoren */ 


 




 .sizesmall {font-size:8pt;}
 
 h1.gerahmt { border:1px solid #aaaaaa; }
 


div.header {
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	background-position:center;

	width:1000px;	height:108px;
	padding:0px;
	border:solid 0px;
}

div.footer {
	background-color:#eeeeee;
	width:1000px;	height:auto;
	border:solid 0px;
	text-align:center;
	padding: 5px 0px 5px 0px;

}

div.body {
	background-image: url(../images/header-bg.gif);
	background-color:#C2DCFC;

	width:1000px;	height:auto;
	padding:0px;
	border:0px solid;
	float:none;

}

div.innerbody {
	background-color:#ffffff;
	
	width:974px;	height:500;	
	margin:0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;		
	border:solid 1px;
}


div.content {

	background-color:#ffffff;
	
	width:664px;	height:auto;	
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;		
	border:solid 0px;
	float:right;
	text-align:left;
}

div.content2 {
	
	background-repeat: no-repeat;
	background-color:#ffffff;
	
	width:200px;	height:400;	
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;		
	border:solid 0px;
	float:left;
	text-align:left;
}


/* COL {color_bg: #697787;} */
/*
	color_button
	color_bg
	color_text
	color_input
	color_table
	color_table_text
*/
/***********************************************************************************/
#general
{
	font-family : arial;			/* kind of font*/
	font-style : normal;			/* style of the font */
	font-size : 9pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #E3E3E3;			/* background color */
	color : #000000;			/* text color */
	border-color : #FFFF00;			/* border color */
	border : 1px;				/* border thickness */
}
/***********************************************************************************/
#tables
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #FFFFFF;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 0px;				/* border thickness */
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */

	width: 100%;				/* width*/

}
/***********************************************************************************/
#tables_shop
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #FFFFFF;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 0px;				/* border thickness */
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */

	width: 90%;				/* width*/
}
/***********************************************************************************/
#banner
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #FFFFFF;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */

	width: 90%;				/* width*/
	height: 20%;
}
/***********************************************************************************/

/***********************************************************************************/
#headline
{
	font-style : normal;			/* style of the font */
	font-size : 14pt;			/* font size */
	font-weight : bold;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #FFFFFF;			/* background color */
	color : #000000;			/* text color */
}
/***********************************************************************************/
#content
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #FFFFFF;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 0px;				/* border thickness */
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */

	width: 90%;				/* width*/
}
/***********************************************************************************/
#tables_sub
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #800000;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	cellspacing : 1px;
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */

	width: 15%;				/* width*/
	height: 100%;
}
/***********************************************************************************/
#tables_sub_like
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : none;			/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #E2E2E20;			/* background color */
	color : #000000;			/* text color */

	border-width :0px;			/* space between boderlines*/
	border : 2px;				/* border thickness */
	border-color : #4E5663;			/* border color */
	border-collapse: collapse;		/* tight border lines*/
	border-style : solid;			/* border style */
}
/***********************************************************************************/
#button
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #BF0000;			/* background color */
	color : #FFFFFF;				/* text color */

	border-color : #FFFFFF;			/* border color */
	border-width : 1px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : outset;			/* border style */

	line-height : 1.2;
	width: 80px;				/* width*/
}
/***********************************************************************************/
#button_no_width
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */

	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #BF0000;			/* background color */
	color : #FFFFFF;				/* text color */

	border-color : #FFFFFF;			/* border color */
	border-width : 1px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : outset;			/* border style */

	line-height : 1.2;
}
/***********************************************************************************/
#drop_down_short
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #FFFFFF;			/* border color */
	border-width : 0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.2;
	width: 60px;				/* width*/
}
/***********************************************************************************/
#drop_down
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #FFFFFF;			/* border color */
	border-width : 0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.2;
	width: 80px;				/* width*/
}
/***********************************************************************************/
#drop_down_long
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : center;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #FFFFFF;			/* border color */
	border-width : 0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.2;
	width: 100px;				/* width*/
}
/***********************************************************************************/
#input_small
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : left;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #000000;			/* border color */
	border-width : 3px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.3;
	width: 50px;				/* width*/
}
/***********************************************************************************/
#input
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : left;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #000000;			/* border color */
	border-width : 3px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.3;
	width: 60px;				/* width*/
}
/***********************************************************************************/
#input_right_align
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : right;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #000000;			/* border color */
	border-width : 3px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.3;
	width: 60px;				/* width*/
}
/***********************************************************************************/
#input_long
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : left;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #000000;			/* border color */
	border-width : 3px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.3;
	width: 120px;				/* width*/
}
/***********************************************************************************/
#text_area
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : left;			/* text align */
	text-transform : normal;		/* capital letters */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;				/* text color */

	border-color : #000000;			/* border color */
	border-width : 3px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.3;
	width: 200px;				/* width*/
}
/***********************************************************************************/
#input_box
{
	font-style : normal;			/* style of the font */
	font-size : 10pt;			/* font size */
	font-weight : normal;			/* thickness of the font */
	text-align : left;			/* text align */
	text-decoration : none;			/* text decoration */
	background: #AAB4BF;			/* background color */
	color : #000000;			/* text color */

	border-color : #CBCED1;			/* border color */
	border-width : 0px;			/* space between boderlines*/
	border : 1px;				/* border thickness */
	border-style : solid;			/* border style */

	line-height : 1.2;
	width: 300px;				/* width*/
}
/***********************************************************************************/
