.headline {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #6666CC;
}

a {
	color: #E9E9E9;
	text-decoration: underline;
}

a:hover {
	color: #E9E9E9;
	text-decoration: none;
}

body {
   scrollbar-3dlight-color: #B9BDDD;
   scrollbar-arrow-color: Black;
   scrollbar-base-color: #6666CC;
   scrollbar-darkshadow-color: #B9BDDD;
   scrollbar-face-color: White;
   scrollbar-highlight-color: White;
   scrollbar-shadow-color: #6666CC;
   scrollbar-track-color: #6666CC;
	background: #666666;
}

.input {
	background: #666666;
	border-width: 0px 0px 0px 0px;
	border-color: Black Black Black Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E9E9E9;
}

.select {
	background: #666666;
	border-width: 0px 0px 0px 0px;
	border-color: Black Black Black Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E9E9E9;
}

.option {
	background: #666666;
	border-width: 0px 0px 0px 0px;
	border-color: Black Black Black Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E9E9E9;
	}

.textarea {
   background: #666666;
	border-width: 0px 0px 0px 0px;
	border-color: Black Black Black Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E9E9E9;
	
}

.button { 
    background-color: Black;
	border-width: 2px;
	border-color: #666666 #666666 #666666 #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-style: solid solid solid solid;
	}

.text {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9E9E9;
	text-decoration: none;
}

.textfett {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9E9E9;
	text-decoration: none;
	font-weight: bold;
}

.textfettdark {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}

.error {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	text-decoration: none;
}

.textgreen {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	text-decoration: none;
}
.textfettpurple {

   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9999CC;
	text-decoration: none;
	font-weight: bold;
}
.textklein {

   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9E9E9;
	text-decoration: none;
	font-weight: normal;
}
.kleingedrucktes {

   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E9E9E9;
	text-decoration: none;
	font-weight: normal;
}
.smallerror {

   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Red;
	text-decoration: none;
}
.listTable {
	border: none;

}
.listTableMainCell {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.listTableHLCell {
	border: 0px none #000000;
	background-image: url(../images/headline_back.jpg);
	background-repeat: no-repeat;


}
.listTableTimeCell {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.TitleTableHLCell {
	border: 0px none #000000;
	background-image: url(../images/title_back.jpg);
	background-repeat: no-repeat;


}
.makeLink {
	cursor: hand;
}
