select, textarea
{
	background-color: #b1c9e6;
	border-top-color:  #000000;
	border-left-color:  #000000;
	border-right-color:  #000000;
	border-bottom-color:  #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 10px;
	border-bottom-width: 1px;
	font-family: verdana,helvetica;
	border-right-width: 1px ;
	font-family: verdana, sans-serif;
	font-size: 11px
}

input 
{
	background-color:#b1c9e6;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 10px;
	border-bottom-width: 1px;
	font-family: verdana,helvetica;
	border-right-width: 1px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

a:link
{
	color: #000000;
	text-decoration:none;
	font-style: normal;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a:active
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

.tabelBackground
{
	border-collapse: collapse;
	border-color: #0080c0;
}

.rahmen
{
	border: 1px dashed rgb(0, 128, 192);
}
#infomessage
{
	padding-left: 15px;
	padding-top:  0px;
	padding-right: 15px;
	color: #1E90FF;
	width: 450px;
    border: 1px solid #666666;
    text-align: left;
    position: absolute;
    top: 35%;
    left: 25%;
	border-color: #0080c0;
	background-color: #E6E6FA;
}
#infomessage img
{
	/*margin-left: 35%;
	margin-bottom: 5px; */
	position:relative;
right:15px;
}
#infomessage #close
{
	z-index:1;
	position:absolute;
	right:5px;
	top:-10px;
	color: #ffffff;
	font-size: 14px;
}
#infomessage #close p:hover
{
	color: #1E90FF;
	text-decoration: underline;
	font-style: normal;
}
.hide
{
	visibility:hidden;
}
