﻿body 
{
	 background-image:url(bg.png);
	 background-repeat:repeat-x;
	 margin-top: 0px;
	 margin-bottom: 0px;
     text-align:center;
     font-size: 14px;
     font-family:Arial;  
     overflow: scroll;
           	
}

.headline
{ 
    background-image:url(sc.png);
 background-position:bottom;
 background-repeat:no-repeat;  
	height: 100px;	
font-size: 30px;
text-align: center;
text-shadow: 3px 3px 3px #888888;
filter: dropshadow(color=#888888, offx=3, offy=3);

}



.main
{
	 background-color:#eeeeee;
	 height:800px;
	 width:800px;
   border-left: 2px outset #191970;
   border-bottom: 2px outset #191970;
   border-right: 2px outset #191970;
	 text-align: center;
	 margin-left: auto; 
	 margin-right: auto;
	 border-bottom-right-radius: 8px;
	 border-bottom-left-radius: 8px;
     box-shadow: 5px 5px 5px #888888;
 margin-bottom: 10px;
}

.mainmenutop
{
	height: 120px;
}
.mainmenu 
{
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	height: 50px;
}

.mainmenutable
{
    width: 100%;
    height: 50px;    
}

.logotr
{
       height: 160px;
}


.men
{

   border-left: 2px groove #dddddd;
    border-right: 2px ridge #dddddd;
    border-top: 2px groove #dddddd;
    border-bottom: 2px ridge #dddddd;
	width: 250px;
	text-decoration: none;		
	color: #000000;
    background-image:url(bt_a.png);
    background-position:top;
	height: 35px;
	display:table-cell;
	vertical-align: middle;
	font-size: 16px;
    font-family:Arial;     
    box-shadow: 2px 3px 2px #888888;
    border-radius: 5px;

}

.men:hover
{
        background-image:url(bt.png);
}

.selected
{

      background-image:url(bt.png);
	
}


.content
{ 
	text-align: left;
	vertical-align: top;
	 padding-left: 50px;
	 padding-top: 30px;
	 padding-right: 50px;

}

.contenttable
{
    	 min-height: 600px;
}

.listtable
{
    line-height: 20px;
    width: 650px; 
}


.title
{
         font-size: 16px;
         font-weight:bold;
}







