html,body {
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-color: #E7E7E7;
	font: 12px "Trebuchet MS"; 

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
}

body, p, td, li {

 font: 12px "Trebuchet MS";

}

h1 { 
	float:left;	
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #740000;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}


input {
	font-family : "Trebuchet MS"; font-size : 12px; 
	border : 1px #740000 solid; 
	background-color: #FFFFFF;
}

textarea {
	font-family : "Trebuchet MS"; font-size : 12px; 
	border : 1px #740000 solid; 
	background-color: #FFFFFF;
}

select {
	font-family : "Trebuchet MS"; font-size : 12px; 
	border : 1px #740000 solid; 
	background-color: transparent;}

form {
	margin:0;
	padding:0;
}	

a:link { text-decoration: none; color: #880000
}

a:visited { text-decoration: none; color: #880000
}

a:active { text-decoration: none; color: #373535
}

a:hover { color: #373535
} 

.tbl_main {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

.tbl_headline{
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #740000;
	font-weight: bold;
}

.red{
	font-family: "Trebuchet MS";
	color: #740000;
	font-weight: bold;
}

.tbl_italic{
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-style: italic;
}

.blue{
	font-family: "Trebuchet MS";
	color: #3D3DFD;
	font-weight: bold;
}

.Button_Start{
	width: 64px;
	height: 39px;
	background-repeat: no-repeat;
	background: url(gfx/Start.gif) no-repeat;
	display:block;
}

.Button_Start:hover{
    background: url(gfx/Start_Ov.gif) no-repeat;
}
