/* CSS Standard Dokumentation Datenbank Stetteldorf am Wagram */

/* Farben 
Hellgrau = #eeeeee
Mittelgrau = #666666
Hellblau = #E8EAFF

*/





html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, th, td, form, img, li {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #565656;
   text-decoration: none;

}


a:link, a:visited { color: #2053BF; }

a:hover , a:active { color: #1B49AD;  font-weight: bold;}

strong {
   font-weight: bold;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

img {
   border: 0;
}

h1, h2, h3 {
	color: #4272D7;
}

h1 {
   font-size: 14pt;
}


h2 {
   font-size: 11.5pt;
}

h3 {
   font-size: 10pt;
}

p, ul {
   font-size: 10pt;
   line-height: 16pt;
}
p {
}

ul{
}

table {
	font-size: 10pt;
}

th {
	font-weight: bold;
	text-align: left;
}

input {
	border: 1px solid #dedede;
}
.submit {
	background-color: #D7E4FF;
	border: 1px solid #D7E4FF;
}
.noborder {
	border: none;
}

#tree {
	position: absolute;
	top: 5px;
	font-size: 8pt;
}

#tree a:hover, #tree a:active, #tree a:visited, #tree a:link { color: #565656; font-weight:normal;}
#tree a:hover{color: #1B49AD;}

#forcescrollbar { /*vertikalen immer anzeigen*/
	position: absolute;
	border: 1px solid #ffffff;
	bottom: -1px;
}

