/* test */
body {
	background-color: #2AA0E6;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}

body {
	font-family: "Segoe UI", Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	/* line-height: 20px; gehört nicht hier her sondern zu text content*/
}

td, th {
	font-family: "Segoe UI", Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	/* line-height: 20px; gehört nicht hier her sondern zu text content*/
}

strong          { font-weight: bolder }


input
{
     margin:3px;
     padding:0;
    }
    

h1,h2,h3,h4,h5,h6 {
	font-family: "Segoe Black", "Frutiger Black", "Segoe UI", Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* standardlinks */
a:link, a:active, a:visited {
	color: #2AA0E6;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2AA0E6;
}
/* headlines */
#defaultpage p {
	padding-top: 4px;
	padding-bottom: 4px;
}

#defaultpage ul 
{
 display: block; 
 margin: 1.12em 0; 
 margin-left: 40px;
 margin-top: 0; 
 margin-bottom: 0;
 list-style: disc outside;
    }
    
    #defaultpage li 
{
 display: list-item;
    }


#defaultpage h1, #defaultpage #firstcol h1 {
	font-size: 24px;
	font-weight: normal;
	color: #2AA0E6;
	padding-bottom: 15px;
}
#maincontent, #maincontent2 {
    line-height: 16px;
}

#maincontent h2, #maincontent2 h2{
    	font-size: 20px;
    	line-height: 22px;
	font-weight: bold;
	color: #2AA0E6;
	padding-bottom: 8px;
}

#maincontent h3, #maincontent2 h3{
    	font-size: 18px;
    	line-height: 20px;
	font-weight: bold;
	color: #2AA0E6;
	padding-bottom: 6px;
}


#progress {
 width: 150px;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%; 
 margin-left: -75px;
 margin-top: -30px;
 visibility: visible;
}

#results td, tr, th, a
{
   
    padding: 2px 2px 2px 2px;
    font-size:11px;
    line-height:14px;
    
    }
    #results a:hover
    {

	background-color: Transparent;

        }
        
        #detailsresults td, tr, th, a
{
   
    font-size:13px;
    
    }
#results  th
{
   
    
    font-size:13px;
    font-weight:bold;
    color: #000000;
    
    }
    
          div.fotobox
    {
        FLOAT: left; 
        font-size:12px;
        width: 275px; 
        height: 250px;
        TEXT-ALIGN: center;
        margin-bottom: 10px;
        display: block;
        line-height: 14px;

        }
        div.fotobox a
        {
        font-size:12px;
        }
        
        #newsbox {
	background-color: #EAEAEA;
	margin: 0px;
	padding: 10px;
	border: 2px solid #2AA0E6;
    line-height: 17px;

}
