/*-------TEXT-----------

Die Klasse text wird angelegt.
HTML Tags müssen mit class="text" versehen werden, wenn die Formatierung verwendet werden soll. */

body {
	margin: 0; 
	padding: 0;
	background-attachment: fixed;
	background-repeat: repeat-x;

	scrollbar-3d-light-color:#CCCCCC;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#CCCCCC;
    scrollbar-dark-shadow-color:#999999;
	scrollbar-face-color:#CCCCCC;
    scrollbar-highlight-color:#CCCCCC;
    scrollbar-shadow-color:#999999}
}

.text {
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color:#000000;
}

/*-------ENDE TEXT--------

-------LINKS-------------*/

a:link { 
text-decoration:none; 
font-weight:bold; 
color:#000000; 
}

a:visited {
 text-decoration:none;
font-weight:bold;
color:#000000;
}

a:hover {
font-size: 12px;
font-style: normal;
text-decoration:none;
font-weight:bold;
color:#990000;
}

a:hover { 
text-decoration:none;
 font-weight:bold;
background-color:none;
}

a:active {
text-decoration:none;
font-weight:bold;
background-color:none;
}

a:focus {
text-decoration:none;
font-weight:bold;
background-color:none;
}
/*-----ENDE LINKS-------*/
