body{
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
	 font-family: Arial, Helvetica, sans-serif; /*	color: #133769;*/
    
	background: url(img/body_bg.jpg) repeat-x top center;
	margin: 5px;
	padding: 5px;
	z-index: 0;
	font-size: 10pt;
	color: #d3d3d3;
	background-color: Black;
}

h1
{
    color: #fe991d;
    font-size: 22px;
    margin-top: 0px;
   
}

h2
{
    color: white;
    font-size: 16px;
    margin-bottom:2px;
    
}

a, a:active, a:visited{
	color: white;	
}

a:hover
{
    color: #fe991d;
    text-decoration: underline;
}

p
{
    padding-left: 5px;
    margin-top: 0px;
    text-align:justify ;
}

ul
{
    margin-top: 2px;
}

.titel{
	font-size:large ;
	color: #133769;
	font-weight: bold;
}
.menu
{
    color: #FFFFFF;
    text-align: center;
    background-color: transparent ;
    border: 0px;
    cursor: pointer;
    vertical-align: middle ;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    
    
    
    
}

.menu_selected
{
    color: #FFFFFF;
    text-align: center;
    background-color: transparent ;
    border: 0px;
    cursor: default;
    vertical-align: middle ;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
    height: 30px;
    
}

.menu_selected1
{
    background-image: url(img/menu_selected.png);
    background-repeat: no-repeat ;
    background-position: center top;
    height: 10px
      
}

.menu_mouseover
{
    color: #FFFFFF;
    text-align: center;
 /*   background-color: #DEDEDE;*/
    border: 0px; /*	border: 1px #133769 solid ;*/
    cursor: pointer;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
    
    vertical-align: middle ;
    height: 30px;
    
}



.menu_seperator
{
    background-color: transparent;
    vertical-align: top;
    padding-top: 2px;
    font-size: 20px;
    color: White ;
    
}


.submenu
{
   background-image: url('img/submenu.jpg'); 
   background-repeat: no-repeat ;
   background-position: center center ;
   height: 29px;
   padding-left: 20px;
}
.sub_menu
{
    color: white;
    text-align: center;
    border: 0px;
    cursor: pointer;
    vertical-align: middle;
    height: 29px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold ;
}
.sub_menu_selected
{
    color: white;
    text-align: center;
    
    border: 0px; /*	border: 1px #133769 solid ;*/
    cursor: pointer;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold ;
    height: 29px;
    
}

.sub_menu_mouseover
{
    color: white;
    text-align: center;
    
    border: 0px; /*	border: 1px #133769 solid ;*/
    cursor: pointer;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold ;
    height: 29px;
    
}

.sub_menu_seperator
{
    
    
}

.head_info{
    margin-top: 5px; height: 75px; text-align: right; padding-right: 10px; font-family:Verdana ; font-size: 14px; color: White;
}
.spacer_h {
	height: 2px;
	background: white;
}
.spacer_v {
	width: 1px;
	background: white;
}

.center a, a:active {
	text-decoration: underline;
	color: black ;
}

.footer {
    color: White;
    text-align: center ;
}

.footer a, a:active{
	text-decoration: underline;
	color: #FFFFFF;
}

.head_text{
	font-size: 11px;	
	color: #133769;
}

.head_text a, a:active{
	color: #133769;	
	text-decoration:none;
}

.head_text a:hover {
	text-decoration:underline;
}


.info_box {
	background: #DEDEDE;
	padding: 5px 5px 5px 5px;
}

.bott{
	padding: 5px 5px 5px 5px;
}

.left {
	font-family: Arial, Helvetica, sans-serif ;
	color: white;
	font-size: 12px;
	text-align:left;
	vertical-align: top;
}

.left a {
	font-family: Arial, Helvetica, sans-serif ;
	color: white;
	font-size: 12px;
	text-align:left;
	text-decoration: underline ;
}

.left_list_titel {
	color: white;
	text-align: right;
	font-size: 10pt;
}
.left_list_titel_mouseover {
	color: #FFFFFF;
	text-align: center;
	background-color: #4d7cbe;
/*	border: 1px #133769 solid ;*/
	cursor: pointer;
	vertical-align: middle;
	font-size: 12pt;
}
.left_list_titel_selected {
	color: #133769;
	text-align: right;
	background-color: #DEDEDE;
/*	border: 1px #133769 solid ;*/
	cursor: pointer;
	vertical-align: middle;
	font-size: 10pt;
}
.left_list_mark {
	color: white;
	text-align: center;
	font-size: 9pt;
}
.left_list_mark_selected {
	color: #133769;
	text-align: right;
	background-color: #DEDEDE;
/*	border: 1px #133769 solid ;*/
	cursor: pointer;
	vertical-align: middle;
	font-size: 10pt;
}

a img {
	text-decoration:none;
	border: 2px solid #DBDDDE;
	
}

a:link img{
	
text-decoration:none ;
border: 2px solid #DBDDDE;
}

input, textarea
{
    font-family: MS Shell Dlg;
    border: 1px solid #CCCCCC;
    color: #2881ad;
}

#submit
{
    border: 1px solid #2C84B2;
    color: #4F4F4F;
    background-color: #CCCCCC;
}

   .frame
   {
       background-image:url(img/frame_bg.png); background-position:left top; background-repeat:no-repeat ;
       width: 210px;
       height: 333px;
       padding: 5px;
       
   }
.frame_titel
{
    font-size: 22px; 
    vertical-align: middle ;
    text-align: center ;
    color: White ;
    font-weight: bold ;
    height: 30px;
}
.frame_text
{
    font-size: 12px;
    padding: 15px 10px 0px 10px;
    color: Black ;
    height: 70px;
}

.frame_image
{
   height: 175px; 
}

.frame_button
{
    color: White;
    font-size: 16px;
    padding-top: 7px;
    height: 35px;
    text-align: left ;
    padding-left: 15px;
    cursor: pointer ;
    font-weight : bold ;
}