﻿html {
    /*height:100%;*/
}
body {
    /*overflow-y: scroll;*/             /* scrollbars in Firefox dauerhaft anzeigen (auch wenn es nichts zu scrollen gibt) */
    /*overflow: -moz-scrollbars-vertical;*/
    height:100%;
    margin-top:0px;
}
form {
    height:100%;                    /* damit height=100% korrekt funktionieren, muss auch die from (die in asp.net alles umspannt) 100% höhe haben */
}
a {
    border-top:0px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    text-decoration:none;
    color:black;
}

a:hover {
    text-decoration:none;
    color:black;
}

a img {
    border-top:0px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
}

a.txt {
	border-top:0px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    text-decoration: underline;
    color:black;
}
a.txt:hover {
    text-decoration:none;
    color:black;
}

ul.bullets {
	margin: 0px;
	padding:0px;
	list-style: disc outside;
}	
ul.bullets li {
	margin-left: 1.2em;
}

 h1 {
 	border:0;
 	padding:0;
 	margin:0;
 	font-size:inherit;
 	font-family:inherit;
 	line-height:inherit;
 	text-decoration:inherit;
 	display:inline;
 	font-size:22px;
 	font-weight:normal;
 }
 
 * h1 { /*IE6-Hack*/
 	text-decoration: none; 
 	color: #000000; 
 	font-family: Helvetica, Arial, Verdana, sans-serif; 
 	font-size:22px;
 	border:0;
 	padding:0;
 	margin:0;
 }
 
 h2 {
 	border:0;
 	padding:0;
 	margin:0;
 	font-size:inherit;
 	font-family:inherit;
 	line-height:inherit;
 	text-decoration:inherit;
 	display:inline;
 	font-size:18px;
 	font-weight:normal;
 }
 
 * h2 { /*IE6-Hack*/
 	text-decoration: none; 
 	color: #000000; 
 	font-family: Helvetica, Arial, Verdana, sans-serif; 
 	font-size:18px;
 	border:0;
 	padding:0;
 	margin:0;
 }
 
 .bordertds {
    background-color:#2867ad;
    background-image:url('../img/bg.gif');
    background-repeat:repeat-x;
}