﻿.Body {
	background-color: white;
	background-image: url('img/main_back.png');
	background-repeat: repeat-x;
	margin: 0px;
}

.Header {
	background-image: url('img/deko.png'); 
	background-position: right top; 
	background-repeat: no-repeat; 
	background-color: #666666;
	height: 102px;
}

.Line {
	
	background-image: url('img/bar.jpg');
	background-repeat: no-repeat;
	background-color: #666666;
	padding: 0px;
	height: 5px;
}


.Main {
	border-style: none; 
	padding: 0px; 
	background-image: url('img/main_back.png'); 
	background-repeat: repeat-x; 
	height: 100%;
	width: auto;
}

.Message {
	position: absolute;  
	width: 100%; 
	height: 225px; 
	z-index: 1; 
	margin-top: 25px;
	background-image: url('img/message_small.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 25px;
	font-family: Ms Sans Serif;
	color: #666666;
}

.MessageContact {
	position: absolute; 
	visibility: visible; 
	width: 100%; 
	height: 300px; 
	z-index: 1; 
	top: 150px;
	background-image: url('img/message_contact.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 125px;
	font-family: Ms Sans Serif;
	color: #666666;
	
}

.MessageIcon {
	margin-left: 8px;
	margin-bottom: 20px;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
}

.Text {

	list-style: none; 
	font-size: 14px; 
	font-weight: normal;
	padding:0px;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	
}

.List  {
	list-style: none; 
	font-size: 18px; 
	font-weight: bold;
}

.Headline  {
	margin: 5px;
	text-align: left;
}


.Arrow {
	background-image:url('img/arrow.gif');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
}

.Arrow:active   {
	margin: 5px;
	text-align: left;
	background-image:url('img/arrow_down.gif');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	
}

.Button  {
	font-size:0.71em; 
	color:#666666; 
	background-color:transparent; 
	border:none; 
	width:200px; 
	text-align:left;
	text-decoration:none;
	margin-top:10px;
	padding:5px;
	}

Button:hover, Button.sfhover  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/arrow.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	text-align:left;
	margin-top:10px;
	padding:5px;
	}


.Button:active, Button.sfactive  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/arrow_down.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	border:none; 
	text-align:left;
	margin-top:10px;
	padding:5px;
	}


.ButtonClicked  {
	font-size:0.71em; 
	color:#666666; 
	background-color:transparent; 
	background-image:url('img/arrow_active.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	border:none; 
	width:200px; 
	text-align:left;
	text-decoration:none;
	margin-top:10px;
	padding:5px;
	}

ButtonClicked:hover  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/arrow.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	text-align:left;
	margin-top:10px;
	padding:5px;

	}


.ButtonClicked:active  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/arrow_down.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	border:none; 
	text-align:left;
	}


.ButtonPdf  {
	font-size:0.71em; 
	color:#666666; 
	background-color:transparent; 
	background-image:url('img/pdf.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	border:none; 
	width:200px; 
	text-align:left;
	text-decoration:none;
	margin-top:10px;
	padding:5px;
	cursor:pointer;
	}


.ButtonPdf:hover  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/pdf_hover.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	text-align:left;
	margin-top:10px;
	padding:5px;
	cursor:pointer;
	}


.ButtonPdf:active  {
	font-size:0.71em; 
	color:black; 
	background-image:url('img/pdf_hover.gif'); 
	background-position:right;
	background-repeat:no-repeat;
	width:200px; 
	text-align:left;
	}


