/* CSS Document */
/*Input-Boxen in der Navigation*/
.input.a {BORDER: 1px #0000ff dotted; FONT-SIZE:7pt; width:2cm;}
.input.b {Font-Size:7pt;}
/*Standard Textformatierungen für die Seite */
p {font-family:Verdana; font-size: 10pt;}
ul {font-family:Verdana; font-size: 10pt;}
ol {font-family:Verdana; font-size: 10pt;}
.ueberschrift {font-family:Verdana; color:#000000; font-size: 12pt; font-weight:bold;}
.textbottom {font-family:Verdana; font-size: 7pt;}
.blocksatz {font-family:Verdana; font-size: 10pt; text-align: justify;}
/*Standard Textformatierung für Links */
.text{font-family:Verdana; font-size: 10pt;}
.linkbottom {font-family:Verdana; font-size: 7pt; align: center;}

/*Standardformatierung für Links*/
A:link {
        color : #000099;
        text-decoration: underline;
        background-color : transparent;
		 }

A:visited {
        color : #990033;
        text-decoration: none;
        background-color : transparent; }

A:hover {
        color: red;
        text-decoration: none;
        background-color : transparent;}


A:active {
        color: red;
        text-decoration: none;
        background-color : transparent; }

input {border: 1px solid #cccccc}