/* - - - - - - - - - - - - - - - - - - - -
  M A S T E R - S T Y L E S
- - - - - - - - - - - - - - - - - - - - */

/*Definition des Bodys*/
BODY {
    MARGIN-TOP: 15px;
    MARGIN-LEFT: 15px;
    COLOR: #003366;
    FONT-SIZE: 11;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #99CCCC;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url();
    BACKGROUND-REPEAT: no-repeat;
	}

/*Definition der Tags*/
TD,DIV,TABLE,P { font-size: 11; font-family: Arial; }
HR { color: #99CCCC; height: 1; border-style: solid; }
H1 { color: #FFFFFF; font-size: 16; font-family: Arial; font-weight: bold; font-style: normal; }
H2 { color: #FFFFFF; font-size: 16; font-family: Arial; font-weight: bold; font-style: normal; }
H3 { color: #FFFFFF; font-size: 16; font-family: Arial; font-weight: bold; font-style: normal; }

/*Link Definitionen*/
A:link { text-decoration: none; color:#660066; }
A:visited { text-decoration: none; color:#660066; }
A:active { text-decoration: none; color:#660066; }
A:hover { text-decoration: underline; color:#003366; }

/*Klassen Definitionen*/
.clsTitlePage { color: #FFFFFF; font-size: 16; font-family: Arial; font-weight: bold; font-style: normal; }
.classButton { border-style: ridge; border-color: #CCCCCC; border-width: 1px; background-color: #CCCCCC;	font-family: Arial; color: #003366; }
.cls_FrameColor { background-color: #99CCCC; color: #003366; }
.cls_Line { background-color:#99CCCC; }

.clsBasket {
	BORDER-LEFT: #99CCCC 1px solid;    
	BORDER-RIGHT: #99CCCC 1px solid;
	BORDER-TOP: #99CCCC 1px solid;
	BORDER-BOTTOM: #99CCCC 1px solid;
	PADDING-LEFT: 6px;
	background-color: #99CCCC;
	font-weight: normal;
	COLOR: #003366;
	FONT-SIZE: 11;
	FONT-FAMILY: Arial;
	}

#frmborder{
	background-color: #99CCCC;
	border-style: none;
	font-family: Arial;
	font-size: 11;
	color: #003366;
	overflow: hidden;
	}
/* - - - - - - - - - - - - - - - - - - - -
  C U S T O M - S T Y L E S
- - - - - - - - - - - - - - - - - - - - */

/* General Styles */
body		{ margin: 0px; }
hr		{ margin: 7px 0; padding: 0; border: 0 none; border-top: 1px solid #FFFFFF; height: 1px; } 
* html hr	{ margin: 0; } /* for IE */







