a:link        { color: #222222; text-decoration: none; }
a:visited     { color: #222222; text-decoration: none; }
a:active      { color: #222222; text-decoration: none; }
a:hover       { color: #aaaaaa; text-decoration: none; }

body          { font: 10pt Verdana, Arial, Courier New; color: #222222; background-color:#fff; margin-top: 0px; }

td{
	padding: 3px;
	font: 9pt Verdana, Arial, Courier New;
	color: #000;
}


/* Tilmelding */
div.tilmelding {
	border: 1px solid #ccc;
	background-color: #eee;
	
	padding: 10px;
}

div.tilmelding input {
	border: 1px solid black;
	padding: 2px;

	width: 125px;
	
	font: 8pt Verdana, Arial, Courier New;
	color: #000;
}

div.tilmelding input.klasse {
	width: 40px;
}

div.tilmelding input.status {
	width: 35px;
}

div.tilmelding input.dato {
	width: 65px;
}

div.tilmelding td {
	font: 9pt Verdana, Arial, Courier New;
	color: #000;
}


/* Tilmeldte */
div.tilmeldte {
	border: 1px solid #ccc;
	background-color: #eee;
}

td#fst {
	background-color: #eef;
}

td#snd {
	background-color: #efe;
}

#top {
	border-bottom: 1px solid black;
	font: 10pt Verdana, Arial;
	background-color: #eee;
}

/* Facit */
div.regler {
	border: 1px solid #ccc;
	background-color: #eee;
}

div.regler td#post {
	width: 25px;
	background-color: #eef;
}

div.regler td#post1 {
	width: 25px;
	background-color: #efe;
}



/* Regler */
div.container {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
}

#small {
	font: 8pt Verdana, Arial, Helvetica, sans-serif, Courier New;
	color: #000;
}

input.tid {
	border: 1px solid black;
	width: 75px;
}






/* Positionering */
.divIframeTitel {
	position: absolute;
	top: 25px;
	left: 195px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif, Courier New; color: #000;
}

iframe {
	position: absolute;
	top: 50px;
	left: 200px;
	
	border: 1px solid #ccc;
	width: 800px;
	height: 500px;
	padding: 10px;
	background-color: #ddd;
}

.divMenuTitel {
	position: absolute;
	top: 25px;
	left: 20px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif, Courier New; color: #000;
}

.divMenu {
   background-color: #fbfbfb;
   border: solid #dfdfdf 1px;
   font-size: 11pt;
   width: 123px;

	position: absolute;
	top: 50px;
	left: 25px;
}

.overskrift {
	font: 14pt Verdana, Arial, Helvetica, sans-serif, Courier New; color: #000;
	margin-bottom: 10px;
}


/* VisStartLister.php */
#starttid {
	border-top: 1px solid gray;
}

#startklasse {
	border-bottom: 1px solid gray;
}

#baner {
	margin-left: 50px;
	margin-top: -15px;
	margin-bottom: 20px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif, Courner New;
	color: #000;
}

#klub {
	margin-top: -13px;
	float:right;
	font: 8pt Verdana, Arial, Helvetica, sans-serif, Courner New;
	color: #000;
}

#klasser {
	margin-left: 15px;
	margin-bottom: 20px;
}

#navn {
	width: 185px;
}

#ul {
	border-bottom: 1px solid gray;
}

/* */
#bottom {
	border-bottom: 1px solid #000;
	text-align: center;
}

#cent {
	text-align: center;
	background-color: #eef;
}

#centa {
	text-align: center;
	background-color: #efe;
}


