﻿html, body
{
    margin: 0px 0px 0px 0px;    
}

body
{
	font-weight: normal;
	text-transform: none;
	color: #008080;
	font-size: small;
}

table, img {border: 0;}

.requiredFieldValidator 
{
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #FF0000;
}

#menuText
{
    clear: none;
    display: inline;
    list-style-position: outside;
    float: left;
    visibility: visible;
    font: menu;
    vertical-align: middle;
    cursor: hand;
    color: maroon;
    direction: ltr;
    list-style-type: square;
    position: absolute;
    background-color: white;
    text-align: left;
}
/*=========== menü 01 ===========*/
#menu01
{
    width: 160px;
    margin: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px black;
    font: bold 11px verdana, sans-serif;
    color: #f5f5f5;
}
#menu01 ul, #menu01 li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active
{
    display: block;
    border: solid 1px #000;
    background-color: #587c92;
    color: #f5f5f5;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
    height: 24px;
    line-height: 24px;
}
#menu01 li a:hover
{
    background-color: #B1C7D1;
    color: #34505C;
    border: solid 1px #000;
}
/*===============================*/
/*=========== menü 02 ===========*/
.menutitle
{
    cursor: pointer;
    color: #f5f5f5;
    width: 140px;
    height: 30px;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    border: 0px solid black;
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ffffff;
    vertical-align: middle;
    margin: 0px 0px 0px;
    letter-spacing: 0.1pc;
    font-family: Verdana, Arial;
}
.menutitle2
{
    cursor: pointer;
    color: #003333;
    width: 140px;
    height: 20px;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    border: 0px solid black;
    vertical-align: text-top;
    margin: 0px 0px 5px;
    letter-spacing: 0.1pc;
    font-family: Verdana, Arial;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-size: 0.7em;
}
.submenu
{
    font-weight: bold;
    color: #336666;
    background-color: #f0fff0;
    vertical-align: top;
    text-align: left;
    text-transform: none;
    font-family: Arial;
    list-style-type: square;
    list-style-position: outside;
    margin: 0px;
    left: 0px;
    top: 0px;
    text-indent: 2pt;
    line-height: normal;
    letter-spacing: normal;
    direction: ltr;
}
/*===============================*/

#titelText
{
    font-weight: bolder;
    background-image: none;
    text-transform: none;
    color: teal;
    background-color: silver;
    clear: right;
    display: block;
    font-size: larger;
    float: none;
    visibility: visible;
    vertical-align: middle;
    cursor: text;
    direction: ltr;
    position: absolute;
    text-align: left;
}
#footerText
{
	clear: none;
	display: block;
	float: none;
	visibility: visible;
	vertical-align: middle;
	cursor: text;
	color: olive;
	position: absolute;
	text-align: center;
	font-weight: normal;
	font-size: xx-small;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman';
}
H1
{
    font-weight: bold;
    font-size: 19pt;
    color: black;
    font-family: Arial, Pristina, 'Times New Roman';
    vertical-align: top;
    text-align: center;
}
H2
{
    font-weight: bold;
    font-size: 16pt;
    vertical-align: top;
    color: teal;
    font-family: 'Times New Roman' , Arial;
    background-color: silver;
    text-align: center;
}
P
{
    font-weight: normal;
    font-size: 13pt;
    color: #003300;
    font-family: 'Microsoft Sans Serif' , 'Times New Roman';
    vertical-align: top;
    text-align: center;
}
h3
{
    font-size: 12pt;
    color: teal;
    font-family: Tahoma, 'Times New Roman' , 'Microsoft Sans Serif';
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

a
{
    text-decoration: none;
    color: #000000;
}
a:link
{
    text-decoration: none;
    color: #669966;
}
a:visited
{
    text-decoration: none;
    color: #666666;
}
a:hover
{
    text-decoration: none;
    color: #663366;
}
a:active
{
    text-decoration: none;
    color: #ffd700;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #008080;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
