/*
// Copyright (c) Thomas Ule, 2003-2012. All rights reserved
// 
// Homepage ; Last Update: 11.11.2012 
*/

H1
{ 
font-size: 24pt;
font-weight: bold;
font-style: normal;
color: #66CCFF;
background-color: #FDF7F4;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-indent: 2pt;
text-align: center;
margin-top:0.1cm;
margin-bottom:0.1cm;

}
H2
{
font-size: 16pt;
font-weight: bold;
font-style: normal;
color: #747474;
background-color: #FDF7F4;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-indent: 2pt;
text-align: center;
}

H3
{
font-size: 13pt;
font-weight: bold;
font-style: normal;
color: #747474;
background-color: #FDF7F4;
font-family: Arial, Helvetica, sans-serif;
text-indent: 2pt;
text-align: center;
}

H4
{
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #0f0f0f;
background-color: #FDF7F4;
font-family: Arial, Helvetica, sans-serif;
}

H5
{
font-size: 10pt;
font-weight: bold;
font-style: normal;
color: #0f0f0f;
background-color: #FDF7F4;
font-family: Arial, Helvetica, sans-serif;
}
H6
{
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FDF7F4;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h3,h4,h5,h6 { margin-top:0.1cm; }

P   { text-align: justify; }
P.text{ margin-right: 0.8cm; text-align: justify; line-height:13pt;}
P.ind { margin-right: 1.3cm; margin-left: 1.0cm; text-align: center; line-height:13pt; font-size: 10pt;}
P.foot{font-size:8pt;}
P.tr   { text-align: right; }
HR  { color: #000000; background-color: #C0C0C0; text-align: left; margin-left:0; width: 95%;}
IMG { border-width: 0; border-style: none; margin: 0px 0px 0px 0px;}
IMG.logo { border-width: 0; border-style: none; margin-bottom:10px;margin-top:0px;}
IMG.icon { border-width: 0; border-style: none; margin:0px 0px 0px 0px;}
IMG.intext { border-width: 0; border-style: none; margin-left:8px; margin-top:0px; margin-bottom:0px; margin-right:0px;}
IMG.fz { margin-top: 4px; margin-left:0px; margin-right:10px; margin-bottom:3px;}
IMG.fzr { margin-top: 4px; margin-left:10px; margin-right:0px; margin-bottom:3px;}
IMG.adr { border-width: 0; border-style: none; margin-top:0px; margin-right:5px; }
IMG.sub { border-width: 0; border-style: none; margin-top:10px; margin-left:10px; }
IMG.sublm { border-width: 0; border-style: none; margin-top:10px; margin-left:10px; margin-bottom:55px;}

UL {margin-right: 1.0cm; text-align: justify; font-weight: bold;}
OL {margin-right: 1.0cm; text-align: justify; font-weight: normal;}
UL.LEFT {margin-right: 0.2cm; text-align: left; font-weight: bold;}
/* field at map bottom */
input.infoline {
	color: #000000;
	background-color: #EBEBEB;
	font-family: Tahoma;
	font-weight: normal;
	border: none;
	text-align: center;
	margin-top:10px;
}
.infoline 
{
	color: #000000;
	font-family: Tahoma;
	font-weight: normal;
	border: none;
	background-color: #F0F0E0;
}
.output
{
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	background-color: #FDFAE7;
}

a:link 	{ text-decoration: underline; cursor: pointer; color: blue;}
a:hover 	{ text-decoration: underline; cursor: pointer; color: red; }
a:visited 	{ cursor: pointer; color: #4B626B;}
a:visited:hover { text-decoration: underline; color:#c0c0c0;}
a:active 	{ text-decoration: underline; cursor: auto; }


BODY{
background-color: #FDF7F4;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
margin-top:50px;
margin-left:50px;
margin-right:50px;
color: #000066;
}


TABLE.page{
width: 100%;
border-color:black;
border-width: 2px;
border-style:solid;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-radius: 5px;
}
td {padding: 0px;}

TABLE.menu{
font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
width: 200px;
height: 100px;
border-width: 2px;
border-style:solid;
border-color: #c0c0c0;
background-color: #66CCFF;
color: #000066;
border-radius: 5px;
margin: 30px 0px 30px 0px;
text-align:center;
}

TABLE.info
{
text-align: center;
border-width: 0px;
border-style:solid;
margin: 0px 0px 0px 20px;

}