﻿body{
 margin: 0px;
 padding:0;
 background: #fff;
 color: #333333;
 font-family:Verdana, Helvetica, Arial, Sans-Serif;
font-size:14px;
	text-align:center;
 }
 
.minitext
{
	text-align: left;
	font-size: 11px;
	color:Blue;
}

.dialogbutton
{
	margin-top:5px;
}

.bigbuttongreen
{
	margin-top:4px;
	display:block; 
	width:133px; 
	height:32px; 
	color:Black;
	float:left;
	text-align:center;
	background-image:url(Images/btnreadmore.png); 
	background-position:0 0; 
	background-repeat:no-repeat;
}

.bigbuttongreen a
{
	display:block; 
	width:133px; 
	height:32px; 
	color:Black;
	text-decoration:none;
	padding-top:4px; 
	text-align:center;
	background-image:url(Images/btnreadmore.png); 
	background-position:0 0; 
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
}

.bigbuttongreen a:hover
{
	display:block; 
	width:133px; 
	height:32px; 
	padding-top:6px;
	padding-left:2px;
	text-align:center;
	background-image:url(Images/btnreadmore.png); 
	background-position:2px 2px; 
	background-repeat:no-repeat;
}

.rightTextbox
{
	text-align:right;
	left: 347px;
}

.rightedit
{
	text-align:right;
	padding-right:5px;
}
.righteditb
{
	text-align:right;
	padding-right:5px;
}


.hinttext
{
	color: blue; 
	font-size: 12px;
	font-family:Arial, Helvetica, Sans-Serif;
}

.RadWindow
{
	z-index:10000;
}

.AktuellTooltip
{
	z-index:100;
}

.newsFeed
    {
        background: url('../images/newsFeedBgr.gif') no-repeat;
        width: 196px;
        height: 42px;
        padding:6px 3px 6px 6px;
    
        margin: 0 0 2px 0;
        font-size:10px;
    }
    
.newsFeed a
    {
        font-size:10px;
        color:Blue;
    }
.newsFeed a:hover
    {
        color:Red;
    }
  
    

