/* LAYOUT */
html
{
	margin: 0px;
}
body
{
	margin: 0px;
	width:100%;
	height:100%;
/*	background-image:url('../img/background.gif');
	background-repeat: repeat-y;*/
}
body,td,input,textarea,select
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#17415F;
}
#graue_spalte_rechtsoben
{
	position:absolute; left:0px; top:0px; width:100%; height:91px; background-color:#F7FAFB; z-index:0;
}

#firma
{
	position:absolute; left:480px; top:3px; width:auto; height:auto; z-index:2;text-align:right;
}

#navibalken
{
	position:absolute; left:0px; top:91px; width:100%; height:30px; background-color:#DAE6EE; z-index:2;
}

#navi_programm
{
	position:absolute; left:70px; top:98px; width:auto; height:auto; z-index:4;
}
#navi_download
{
	position:absolute; left:160px; top:98px; width:auto; height:auto; z-index:4;
}
#navi_hilfe
{
	position:absolute; left:246px; top:98px; width:auto; height:auto; z-index:4;
}
#navi_presse
{
	position:absolute; left:292px; top:98px; width:auto; height:auto; z-index:4;
}
#navi_forum
{
	position:absolute; left:350px; top:98px; width:auto; height:auto; z-index:4;
}

#bottom
{
	position:absolute;left:100px; top:128px; 
}
#copyright
{
	position:absolute;left:-30px;bottom:10px;width:200px;z-index:2;
}

#teaserbox
{
	position:absolute;left:520px; top:14px; height:427; width:103px; z-index:15;
}

#content
{
	position:relative;left:0px; top:0px; width:520px; z-index:4; padding-bottom:10px;
}

#caption
{
	position:relative;left:-40px;width:520px;height:23px;z-index:5;margin-top:25px;margin-bottom:25px;
}

#caption2
{
	position:relative;left:0px;width:110px;height:23px;background-image:url('../img/bg_programmtipps.gif'); z-index:5;margin-top:0px;margin-bottom:0px;font-size:11px;
}

#indexbox
{
	position:relative;left:-30px;width:520px;background-image:url('../img/index_bg_mitte.gif'); z-index:19;
	
}

#text
{
	position:relative;left:0px;padding-left:11px;width:498px; z-index:5;color: #17415F;;
}


/* SCHRIFTEN */
.small
{
	font-size:10px;
	color:#8291AB;
	line-height: 14px;
}		
.small a
{
	color:#869299;
	text-decoration: none;
}	
.small a:link
{
	color:#869299;
	text-decoration: underline;
}		
.small a:hover
{
	color:#FFAE00;
	text-decoration: underline;
}	
.navi a
{
	font-weight:bold;
    font-size:14px;
	text-decoration: none;
}
.navi a:link
{
	font-weight:bold;
    font-size:14px;
	color:#32B6F4;
	text-decoration: none;
}
.navi a:visited
{
	font-weight:bold;
    font-size:14px;
	color:#32B6F4;
	text-decoration: none;
}
.navi a:hover
{
	font-weight:bold;
    font-size:14px;
	color:#FFAE00;
	text-decoration: none;
}


.titleinbox
{
	font-weight:bold;
	color:#8291AB;
	position:relative;top:10px;left:5px;
}
.head
{
	position:relative;top:5px;left:11px;
	font-weight:bold;
	color:#8291AB;
	line-height::12px;
}
ul
{
	list-style-image:url('../img/listimage.gif');
	line-height:16px;
}
form
{
	display:inline
}


img {border-width:0px}

table {border-collapse:collapse;}
th {background-color:#17415F;height:22px;color:white}
td {height:24px;padding-top:2px;padding-bottom:2px;padding-left:5px;padding-right:3px;}
td.border {background-color:#17415F;width:1px;}

a:link, a:visited, a:active {
		font-family: Tahoma, sans-serif;		
		color:#17415F;
		text-decoration:underline;
}
a:hover {
		color:#FFAE00;
}
a.download
{
	font-size:20px;
	color:#8291AB;
	text-decoration: underline;
}
a.download a:hover
{
	font-size:20px;
	color:#FFAE00;
	text-decoration: underline;
}