﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #c3c7ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
select {
	
	width: 200px;
	border: #000000 1px solid;
	
}


input {
	
	width: 200px;
	border: #000000 1px solid;
	
}



a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.menu {
	
	font-weight: bold;
	border-right: #0000ff 1px dotted; 
	cursor: crosshair;
	color: #990000;
	margin-left: 3px;
	margin-right: 3px;

}



/* 

## MENÜ

*/

.adminmenu{
position:absolute;
visibility: hidden;
font: normal 10px verdana;
line-height: 20px;
z-index: 100;
color: #ffffff;
width: 160px;
}

.adminmenu a{
border-bottom: #000 1px solid;
border-left: #000 1px solid;
border-right: #000 1px solid;
border-top: #000 1px solid;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
background-color: #f7ffd9;
color: #990000;
font-weight: bold;
}

.adminmenu a:hover{
color: #ff0000;
background-color: #f7ffd9;
}

.adminmenu a:visited{
background-color: #f7ffd9;
color: #ff0000;
}
