
body {
	font-family: 'Lucida Console', monospace;
	text-align: left;
	font-size: 10pt;
	color: black;
}

p, td, th, table {
	font-family: 'Lucida Console', monospace;
	text-align: left;
	font-size: 10pt;
	color: black;
}


h1 {
	font-family: 'Lucida Console', monospace;
	text-align: left;
	font-size: 25pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-family: 'Lucida Console', monospace;
	text-align: left;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 20px;
}
h3 {
	font-family: 'Lucida Console', monospace;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
}
a, a:visited, a:active {
	color: rgb(128,128,128);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	color: yellow;
	width: 100%;
	border: solid 1px yellow;
}

ul {
	list-style-type: square;
	color: yellow;
}

ul li {
	color: black;
	padding-left: 10px;
}

td, th {
	vertical-align: top;
	text-align: left;
}
th {
	font-weight: bold;
}

img {
	border: none;
}



.euro, #euro {
	text-align: right;
}

td.highlight {
	color: yellow;
}
th.highlight {
	color: yellow;
}



/* admin ****************************************************************/
	h1.admin {
		margin-top: 5px;
		padding: 5px;
		background-color: rgb(255,255,200);
		border: 2px solid yellow;
	}
	
	table.admin {
		border: 1px solid white;
		border: hidden;
		border-collapse: collapse;
	}
	th.admin {
		border: 1px solid #bbbbbb;
		padding: 0px 2px;
		vertical-align: middle;
		background-color: #dddddd;
	}
	td.admin {
		border: 1px solid #dddddd;
		padding: 0px 2px;
	}
	td.buttons,
	td.button {
		text-align: right;
	}

	div.boxadmin {
		text-align: right;
		font-size: 8pt;
		background-color: rgb(255,255,200);
	}
	div.boxadmin a {
		display: inline;
 	}
 	
	div.toolbar {
		text-align: left;
		margin: 2px;
		padding: 2px;
		background-color: rgb(255,255,200);
		color: black;
	}
	


/* Meldungs-boxen *********************************************************/

	div.actionmessage {
		text-align: left;
		margin: 2px;
		padding: 2px;
		background-color: rgb(255,255,200);
		color: black;
		border: 1px dotted red;

	}
	.error {
		color: red;
	}


	div.message, div.message_info, div.message_warning, div.message_error {
		background-color: rgb(200,200,200);
		color: black;

		vertical-align: middle;
		width: 50%;
		min-height: 48px;
		height: 48px;
		margin-left: 30px;
		margin-bottom: 10px;
		margin-top: 0px;
		padding: 2px;
		padding-left: 60px;
		text-align: left;
	}
	div.message,
	div.message_info {
		border: 2px solid rgb(0,50,153);
		background: url(img/admin/information.png);
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-color: rgb(220,220,240);
	}
	div.message_warning {
		border: 2px solid rgb(255,224,0);
		background: url(img/admin/warning.png);
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-color: rgb(220,220,180);
	}
	div.message_error {
		border: 2px solid rgb(202,1,0);
		background: url(img/admin/error.png);
		background-position: 2px 2px;
		background-repeat: no-repeat;
		background-color: rgb(220,200,200);
	}


/* formulare ****************************************************************/
	input, select {
		font-family: 'Lucida Console', monospace;
		font-size: 10pt;
	}
	input.text, textarea {
		width: 300px;
		/*padding: 2px;*/
		/*border: 1px solid grey;*/
		/*background-color: rgb(255,255,200);*/
		/*color: black;*/
	}
	input[type=text], input[type=password] {
		width: 300px;
		/*padding: 2px;*/
		/*border: 1px solid grey;*/
		/*background-color: rgb(255,255,200);*/
		/*color: black;*/
	}
	textarea {
		height: 100px;
	}
	input[type=submit], input[type=reset],
	button, input.button {
		/*padding: 2px;*/
		/*border: 1px solid grey;*/
		/*background-color: rgb(255,255,200);*/
		/*color: black;*/
		width: 100px;
		font-weight: bold;
	}
	select {
		/*border: 1px solid grey;*/
		/*background-color: rgb(255,255,200);*/
		/*color: black;*/
		width: 300px;
	}
	
	
/* navigation ****************************************************************/
	.navigation1 {
		margin-left: 0px;
	}
	.navigation2 {
		margin-left: 10px;
	}
	.navigation3 {
		margin-left: 20px;
	}
	
	
/* tabelle mit rahmen ****************************************************************/
	table.border {
		border: 1px solid white;
		border: hidden;
		border-collapse: collapse;
	}
	th.border {
		border: 1px solid #dddddd;
		padding: 0px 2px;
		vertical-align: middle;
	}
	td.border {
		border: 1px solid #dddddd;
		padding: 0px 2px;
	}
	
/* debug ****************************************************************/
	div.debug {
		background-color: yellow;
		color: #898B90;
		border: 1px solid silver;
		padding: 2px;
		overflow: auto;
	}
	textarea.debug {
		width: 99%;
		background-color: yellow;
		color: #898B90;
		border: 0px solid silver;
	}
	div#speed {
	    display: none;

		font-size: 8pt;
	}
