﻿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:inherit;
}

a:hover {
    text-decoration:none;
}

a img {
    border-top:0px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
}

span.breadCrum {
    color:Black;
}
span.breadCrum:hover {
    color:Blue;
}

a.txt {
	border-top:0px;
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
    text-decoration: underline;
    color:inherit;
}
a.txt:hover {
    text-decoration:none;
}

/*
a.hoverMail {
    text-decoration:none;
    color:inherit;
}

a.hoverMail:hover {
    text-decoration: none; 
    color: #5B5B5B;
}*/

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;
 }
 
 * h1 { /*IE6-Hack*/
 	text-decoration: none; 
 	color: #2E2E2E; 
 	font-family: Helvetica, Arial, Verdana, sans-serif; 
 	font-size: 12px;
 	border:0;
 	padding:0;
 	margin:0;
 }
