html
{
	height: 100%;
}

body
{
	font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	margin:10px;
	height:100%;
	background: #678ec1;
}

img
{
	border:none;
}

p 
{
	font-size:13px;
	color:#646464;
	line-height:1.5em;

}

table, td, tr
{
	font-size:13px;
	color:#646464;

}

.normal
{
	font-size:11px;
}

.smalltext
{
	font-size:11px;
}

.gradient
{
	color: #646464;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#D3DFEA)
}


a:link
{
	color:#196297;
}

a:hover
{
	color:#4eb0e9;

}

a:visited
{

	color:#196297;

}



a:active
{
	color:#f58220;
	/*text-decoration:underline;*/
}

h1
{
	font-size:20px;
	color:#646464;

	
}

h2
{
	font-size:18px;
	color:#646464;
	line-height:1.2em;
	font-weight: lighter;
}

h3
{
	font-size:16px;
	color:#646464;
	line-height:1.2em;
	font-weight: lighter;
}

.tickerclass a
{
color: #d3dfea;
text-decoration: none;
font-size: 12px;
font-weight: bold;
	font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}

li
{
font-size : 12px;
list-style-image: url('../bilder/template/bullet.gif') ;
line-height:1.5em;
border-bottom: 1px dotted #D3DFEA;
padding: 2 px;
margin-left: -20px;
margin-top: 10px;
}

.topmenyclass a, .topmenyclass a.visited
{
padding: 6px;
display: block;
background: #a7c0d6;
background-image: url("../bilder/template/menu_back.gif");
color: #000000;
text-align: center;
text-decoration: none;
font-size: 14px;
font-weight: bold;
	font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
border-right: 1px solid #a7c0d6;
}

.topmenyclass a:hover, .topmenyclass a.selected
{
background-image: url("../bilder/template/menu_back_on.gif");
color: #000000;
text-decoration: none;
}