﻿html{
    height: 101%
}

body
{
    padding: 0px;
    margin: 0px;
    overflow: auto;
    font-family: Arial, Helvetica, Sans-Serif;
}

.bodys{
	margin: 0;
	padding: 0;
    background-image: url('../images/hintergrund.png');
    background-repeat: repeat-x;
	
}

#pageWrapper
{
    color: #333a92;
	width: 990px;	
	margin-top: 10px;
	padding-bottom: 10px;
}

#pageHeader
{
    display: block;
    height: 175px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
}

#headerPic
{   
    float: left;
    padding-left: 15px;
    display: table-cell;
    width: 320px;
    height: 170px;
}

#headerText
{
	filter: Shadow(color=#666666, direction=225);
	/*filter: DropShadow(color=#666666, offx=-3, offy=3);*/
	text-shadow: #666666 -3px 3px 3px;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	display: table-cell;
	float: right;
	width: 600px;
	height: 120px;
	text-align: center;
	text-decoration: none;
}

.headerTextSmall
{
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

#pageNavi
{
	border-color: #8da9dc;
	border-style: none solid none solid;
	border-width: 0px 1px 1px 1px;
	display: block;
	height: 30px;
	width: 988px;
}

#navigation
{
    background-image: url('../images/navi.png');
    background-repeat: repeat-x;
    height: 30px;
    margin: 0;
    padding: 0;
}

.navigation_item
{
    color: #FFFFFF;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    width: 20%;
    font-size: 14px;
    font-weight: bold;
}

*+html .navigation_item
{
    width: 197.9px;    
}

.navigation_link
{
    padding-top: 7px;
    display: block;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../images/navi.png');
    background-repeat: no-repeat;    
}

.navigation_link:active, .navigation_link:focus
{
    background-image: url('../images/naviActive.png');
    background-repeat: no-repeat;
}

#pageContent
{
	height: 600px;
    border-color: #8da9dc;
    border-style: none solid solid solid;
    border-width: 0px 1px 1px 1px;
}

#pageFooter
{

    background-image: url('../images/Footer.png');
    background-repeat: no-repeat;
    border-color: #8da9dc;
    border-width: 1px;
    display: block;
    height: 25px;
    border-style: none;
    color: #FFFFFF;
}

.footerLink
{
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
}

#silverlightContent
{

	width: 988px;
	height: 600px;
	margin: 0px;
	padding: 0px;
}

#silverlightControlHost {
    height: 100%;
    width: 100%;
    
}
