﻿
/* ================= Base layout ========================== */
/* 
   #A6CAF0 dunkleres hellblau 
   #DDEEFF helles hellblau
   #41A62A BITZER-Grün
   #C0FFC0 hellgrün  
*/

html, body, #form1 {
	/*height:100%;*/
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

body   
{
    background-color: white;
    color: black;	
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; 
}

table, tr, td, th 
{
   vertical-align: top;
   text-align: left;
}
table
{
   width: 100%;
   border-collapse: collapse;
}

 

/*
div.layout_main 
{
   position: absolute;
   top: 97px; 
   left: 20px; 
   right: 20px;
	text-align: left;   
   border-left: 2pt solid #41A62A;
   border-right: 2pt solid #41A62A; 
   min-width: 738px;  
   min-height: 500px;
   bottom: 45px; 
}
*/

#master_body
{
   background-color: white;
   margin: 7px 16px; 
   
}

#master_content
{
   background-color: white;
   border-left: 2pt solid #41A62A;
   border-right: 2pt solid #41A62A; 
   padding: 0;
}



/* ---- Header ---- */
/*
#layout_head 
{
   position: absolute;
   top: 10px; 
   height: 65px; 
   left:20px; 
   right: 20px;
   min-width: 738px;  
}
*/
#master_head
{
   background-color: Black; 
	text-align: left;
   border-left: 2pt solid Black;
   border-right: 2pt solid Black;
}

p.headlinks, p.headlinks a, p.headlinks a:hover 
{
   text-align: right;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   margin: 0 8px 0 0;
   padding: 3px 0 2px 0;
}

p.headlinks, p.headlinks a
{
   color: White;
}

a.headlnk:hover 
{
   color: Green;
}

/* ---- Bar ----- */
/*
#layout_bar
{ 
   background-color: #41A62A; 
   position: absolute;
   top: 75px; 
   height: 22px; 
   left: 20px; 
   right: 20px;
	text-align: left;
   border-left: 2pt solid #41A62A;
   border-right: 2pt solid #41A62A; 
   min-width: 738px;  
}

#layout_bar div
{
   margin: 3px;
}
*/

#master_bar
{
   background-color: #41A62A; 
   border-left: 2pt solid #41A62A;
   border-right: 2pt solid #41A62A; 
	text-align: left;
   
}

#master_bar p
{
   margin: 0;
   padding: 0;
   
}


/* ---- Footer ----- */
/*
#layout_foot
{
   background-color: Black; 
   position: absolute;
   bottom: 10px; 
   height: 31px; 
   left:20px; 
   right: 20px;
 	text-align: left;
   border-top: 4px solid #41A62A;
   min-width: 742px;   
}
*/

#master_footer
{
   background-color: Black; 
 	text-align: left;
   border-top: 4px solid #41A62A;
   border-left: 2px solid black;
   border-right: 2px solid black;
}

p.footer, p.footer a, p.footer a:hover 
{
   padding: 0;
   margin: 4px 0 0 0;
   color: #41A62A;
   text-decoration: none;
}

p.footer span
{
   margin: 0 7px;
}

p.footer select
{
   font-size: 11px;
}

#SelectCountry  
{
   width: 150px; 
}

