html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:  url(../images/layout/background.jpg) repeat-y center;
	color: #00346d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #4673B4;
	scrollbar-base-color: #999999;
	scrollbar-face-color: #FFFFFF;
	scrollbar-darkshadow-color: #4673B4;
	scrollbar-shadow-color: #4673B4;
	word-spacing: normal;
   }
   
   div, span, p, h1, h2, h3, h4, h5, h6, ul, li, img , a, form {padding: 0; margin: 0;  border: 0;}
   
   #layout {
  position: relative; 
   width: 750px;
   margin: auto;
     }
   
   #top {
   width: 750px;
   height: 170px;
    }
   
   #menue {
    width: 750px;
   height: 22px;
    }
	
	#liniemenuebottom {
    width: 750px;
   height: 12px;
    }
	
	#containtercontent {
    width: 750px;
   height: 537px;
    }
	
	#footer {
    width: 750px;
   height: 55px;
    }
	
	 A {  
	font-family: Arial, Helvetica, sans-serif;
	color: #4573b3;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #4573b3; 
	text-decoration: none;
	font-weight: bold;
}
A:Active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4573b3; 
	text-decoration: none;
	font-weight: bold;
}	

TABLE, TD {
	color: #00346d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	}
	
INPUT {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4673B4;
			}
TEXTAREA{
    font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4673B4;
	width: 220px;
	border-top: #999999  1px solid;
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	border-right: #999999  1px solid; 
}
.input {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top: #999999  1px solid;
	border-left: #999999   1px solid;
	border-bottom: #999999 1px solid; 
	border-right: #999999  1px solid; 
	width: 220px;
}
	
.fett {
	font-weight: bold;
	}
	
.success {
	font-weight: bold;
	font-size: 9pt;
	}