
body {  height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px; 
	background-color: #F0FFF0;

}

li, ol, ul, td, tr, br {  
	font-size: 10px; 
}

p {
	font-size: 12px; 
}

h1 {  
	font-size: 10px; 
	font-weight: bold;
}
.input {
	border: 1px solid #000066;
	background-color: #FFFFFF;
	color: #000066;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif; 
}
.button { background-color:#aaa; color:#fff; width:200px; border:6px solid #ddd; }

.img_border {  position:relative; border:3px outset #ddd;}

/* link*/
.link {
	color: #d67600;
	text-decoration: none;
}

/* Zusatzinfos */
.changehole {
	color: #000000;
	text-decoration: none;
}

.setscore {
	color: #FFFFFF;
	text-decoration: none;
}

.Anmerkung {
	font-size: 10px;
	color: #000000;
}


/* Box Balken */
/*-----------------*/
.box_0 {
	background-color: #FF6A00;	
	position:absolute;
	width: 300px;
	height: 98%;
 	margin-left: 300px;
	border:2px outset #dad9d8; 
	box-shadow: 1px 1px 1px 1px #C1C1C1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/*style the text*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFF;
}

/* Box Horizontal */
.box_h {
	position:relative;
	background-color: #FF6A00;	
	width: 600px;
	height: 10px;
 	top: 100px;
	margin-left: 620px;
	border:2px outset #dad9d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
  }

/* Box Text */
.box_th {
	position:relative;
        background-color: #F0FFF0;
	width: auto;
	height: auto;
 	top: 100px;
	margin-left: 620px;
	/*style the text*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:5.0em;
  }

.box_tn {
	position:relative;
	background-color: #F0FFF0;
	width: auto;
	height: auto;
 	top: 100px;
	margin-left: 620px;
	/*style the text*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:2.0em;
  }

.box_c {
	position:relative;
	background-color: #F0FFF0;
	width: auto;
	height: auto;
 	top: 100px;
	margin-left: 620px;
	/*style the text*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:2.0em;
  }
