﻿.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;

}

.text a, .text a:link, .text a:hover, .text a:visited
{
	color:#666666;
}

.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

	#line
	{
		width:auto;
		height:1px;
	}

	#news
	{
		position:relative;
		top:5px;
		left: 15px;
		text-align:left;
		width:auto;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;		
		color:red;
		font-size:14pt;
		text-decoration:none;
		
	}
	
	#news a
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color:red;
		font-size:14pt;
		font-weight: normal;		
		text-decoration:none;
	
	}
	
 #popup_fade {

        background-color:Black;
        height:100%;
        left:0;
        opacity:0.5;
        filter: alpha(opacity=50);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        position:fixed;
        width:100%;
        z-index:10;

    }



 #popup_container  {
        height:579px;
        left:50%;
        margin-left:-400px;
        position:fixed;
        top:30px;
        width:800px;
        z-index:100;
    }



