HTML BODY {
/*	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
*/
/*	SCROLLBAR-FACE-COLOR: #D6D6CB;
	SCROLLBAR-HIGHLIGHT-COLOR: #404F8A;
	SCROLLBAR-SHADOW-COLOR: #404F8A;
	SCROLLBAR-3DLIGHT-COLOR: #404F8A;
	SCROLLBAR-ARROW-COLOR: #0B1B57;
	SCROLLBAR-TRACK-COLOR: #404F8A;
	SCROLLBAR-DARKSHADOW-COLOR: #404F8A;
	SCROLLBAR-BASE-COLOR: #404F8A;
*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1DBD1;
}
.TemplateHeaderTitel{
	font-family:Verdana;
	color: #F3F3E9;
	font-size: 12px;
}
#TemplateBackgroundLeft{
	background:url("../Objects/Templates/background.left.gif") right repeat-y;
	font-family:Verdana;
	color: #999;
	font-size: 12px;
}
#TemplateBackgroundRight{
	background:url("../Objects/Templates/background.right.gif") left repeat-y;
	font-family:Verdana;
	color: #999;
	font-size: 12px;
}
#TemplateBackgroundHeader{
	background:url("../Objects/Templates/background.header.gif") right repeat-y;
	background-color:#fff;
}
.TemplateFooter {
	font-family:Verdana;
	color: #999;
	font-size: 10px;
	text-align: justify;
}
#TemplateFooter {
	background:url("../Objects/Templates/background.under.gif") top repeat-x;
	font-family:Verdana;
	color: #999;
	font-size: 10px;
	text-align: justify;
}
#TemplateFooter A {
	font-size: 10px; color: #999; text-decoration: none
}
#TemplateFooter A:visited {
	font-size: 10px; color: #999; text-decoration: none
}
#TemplateFooter A:hover {
	font-size: 10px; color: #999; text-decoration: underline
}
.TemplateSearch {
	font-family:Verdana;
	color: #71828A;
	font-size: 10px;
	text-align: left;
}


#ad1 {
	font-family:Verdana,Arial,sans-serif;
	font-size:70%;
	padding: 20px;
}
#ad1 .ad1_title {
	font-weight:bold;
	color:#fff;
	padding-bottom: 15px;
}
#ad1 a {text-decoration:none; color:#F698A8;}
#ad1 a:hover {text-decoration:underline; color:#F698A8;}

#ad2 {
	font-family:Verdana,Arial,sans-serif;
	font-size:70%;
	padding: 20px;
}
#ad2 .ad2_title {
	font-weight:bold;
	color:#fff;
	padding-bottom: 15px;
}
#ad2 a {text-decoration:none; color:#BCBBBB;}
#ad2 a:hover {text-decoration:underline; color:#BCBBBB;}

#ad3 {
	font-family:Verdana,Arial,sans-serif;
	font-size:70%;
	padding: 20px;
}
#ad3 .ad3_title {
	font-weight:bold;
	color:#fff;
	padding-bottom: 15px;
}
#ad3 a {text-decoration:none; color:#A7D1FC;}
#ad3 a:hover {text-decoration:underline; color:#A7D1FC;}

#news_table {
	font-family:Verdana,Arial,sans-serif;
	font-size:70%;
	padding: 10px 0px 10px 0px;
	width: 748px;
	background-color:#D7C3AA;
}
#news_table a {text-decoration:underline; color:#0066FF;}
#news_table a:hover {text-decoration:underline; color:#AB0B25;}

#news_table .news_title {
	font-weight:bold;
	color:#000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* FORM lay-out */

.button {
	padding:2px 2px;
	font-size: 70%;
	color:#fff;
  font-weight:bold;
	background-color: #0D3E70;
	border:1px solid #666;
	margin:0px;
/*	display:block;
*/}

input.txt {
	border: 1px #ccc solid;
	padding: 2px;
	background: #ECECEC;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
 }
textarea {
	border: 1px #ccc solid;	background: #ECECEC;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333; padding:2px;}
