/*
 * Main structure
 */

body, #container {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	background: #CCE599;
	color: #333333;
}

input {
	cursor: pointer;
}

table.inputform tr td input {
	padding: 3px;
	font-size: 13px;
	color: #333333;
}
table.inputform tr td textarea {
	padding: 3px;
	color: #333333;
}

table.inputform tr td label {
	font-weight: bold;
}

#container {
	float: left;
	width: 100%;
	height: 100%;	
}

#header {
	float: left;
	width: 100%;
	height: 100px;
	background: url('/images/posterpoject_logo.jpg') no-repeat #330066;
}

#logo {
    float: left;
    margin-left: 60px;
    margin-top: 10px;
    display: inline;
    width:75px; 
    height:69px; 
    z-index:5;
}

#headermenu {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 13px;
	margin-right: 21px;
	margin-left: 0px;
	height: 77px;

}

#helptext {
	width: 400px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#belowheader {
	float: left;
	width: 100%;
	height: 26px;
	background: #9acd34;

}

#belowmenuext {
	float:left;
	width: 410px;
	height: 26px;
	margin-left: 52px;
	display: inline;
	background: url('/images/transparant_fonts.jpg') no-repeat #9acd34;	
}

#belowmenu {
	margin: 3px 8px 3px 8px;
}

#contentcontainer {
	float: left;
	width: 950px;
	height: 100%;
	margin-top: 25px;
}



/*
 * menu items
 */

div.headermenuitem {
	float: left;
	height: 77px;
	width: 67px;
	text-align: center;
	display: inline;
	margin-left: 14px;
}

div.headermenuitem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;

}

div.headermenuitem span {
	display: block;
}
div.headermenuitem a:hover {
	background-image: none;
}

div.headermenuitem1 {
	background: url( '/images/menu/homebtn.gif' ) top left no-repeat ;
}

div.headermenuitem1 a {
	background: url( '/images/menu/homebtn.gif' ) 0 -77px no-repeat;
}

div.headermenuitem2 {
	background: url( '/images/menu/spelbtn.gif' ) top left no-repeat;
}

div.headermenuitem2 a {
	background: url( '/images/menu/spelbtn.gif' ) 0 -77px no-repeat;
}

div.headermenuitem3 {
	background: url( '/images/menu/docentbtn.gif' ) top left no-repeat;
}

div.headermenuitem3 a {
	background: url( '/images/menu/docentbtn.gif' ) 0 -77px no-repeat;
}

div.headermenuitem4 {
	background: url( '/images/menu/demobtn.gif' ) top left no-repeat;
}

div.headermenuitem4 a {
	background: url( '/images/menu/demobtn.gif' ) 0 -77px no-repeat;
}

div.headermenuitem5 {
	background: url( '/images/menu/contactbtn.gif' ) top left no-repeat;
}

div.headermenuitem5 a {
	background: url( '/images/menu/contactbtn.gif' ) 0 -77px no-repeat;
}

div.headermenuactive a {
	background: none;
}


/* textual styles  */
h1,h2,h3,h4 {
  	color: #9acd34;
}

a {
  	color: #9acd34;
}

a:hover {
  	text-decoration:none;
}

a img {
	border: 0px;
}

#belowmenu a {
  	color: #333333;
}

div.form_error {
	color: #ff0000;
	padding-bottom: 3px;
}

/****
 * table formatting
 */
 
/* inputform */
table.inputform {

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #eeeeee;
	width: 100%;
	margin-bottom: 10px;
}

table.inputform tr td {
	padding: 5px 5px 5px 5px;
}

table.inputform tr th {
	padding: 10px 5px 10px 5px;
	text-align: left;
	font-weight: bold;
}

/* list */
table.list {

	border-bottom: 1px solid #333333;
	background: #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	
}

table.list tr td {
	padding: 5px 5px 5px 5px;
}

table.list tr td, table.list tr th {
	border-left: #ffffff 3px solid;
}

table.list tr td:first-child, table.list tr th:first-child {
	border-left: #ffffff 0px solid;
}


table.list tr th {
	padding: 10px 5px 10px 5px;
	text-align: left;
	font-weight: bold;
	background: #9acd34;
	color: #ffffff;
	
}

table.list tr th a {
	color: #ffffff;
}
	
table.list tr.even {
	background: #ffffff;
}

table.list tr th {
	/* border-bottom: 3px solid #ffffff; */
}

/* scorelist */
table.scorelist {

	border-bottom: 1px solid #333333;
	background: #efefef;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	
}

table.scorelist tr td {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
}

table.scorelist tr td, table.scorelist tr th {
	border-left: #ffffff 1px solid;
	font-size: 10px;
}

table.scorelist tr td:first-child, table.scorelist tr th:first-child {
	border-left: #ffffff 0px solid;
}


table.scorelist tr th {
	padding: 6px 3px 6px 3px;
	text-align: left;
	font-weight: bold;
	background: #9acd34;
	color: #ffffff;
	
}

table.scorelist tr th a {
	color: #ffffff;
}
	
table.scorelist tr.even {
	background: #ffffff;
}


/** Berichten */
div.message {
	border: dashed 1px #9acd34; 
	background-color: #f6faed; 
	padding: 10px; 
	font-weight:bold; 
	color: #9acd34;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 60%;
}

div.nomessage {
	border: dashed 1px #ff0000; 
	background-color: #ffffff; 
	padding: 10px; 
	font-weight:bold; 
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 60%;
}

div.alfabet {
	font-size: 13px;
	font-weight: bold;
}



