body, html
{
	margin-top: 0px;
	margin-left: 0px;
	font: normal 12px Verdana, Arial, Sans-serif;
}

#oben
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 80px;
	background-color: #C1CB2C;
}

#content
{

	background-color: #efefef;
}
#login
{
	left: 200px;
	width: 300px;
	position: absolute;
	top: 120px;	
}

#left
{
	left: 10px;
	width: 190px;
	position: absolute;
	top: 100px;
	
}

#right
{
	
	left: 210px;
	width: 740px;
	position: absolute;
	top: 100px;
	height: 550px;
	
}

.formtable td
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.formtable td input, textarea 
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}


.module {
	border:1px solid #DADADA;
	padding:12px;
	background: #fff url(../Img/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}
.module TD, .module A {
	font-size:11px;
	color:#333333;
}

.module1
{
	border-right: #dadada 1px solid;
	padding-right: 12px;
	border-top: #dadada 1px solid;
	padding-left: 12px;
	font-size: 11px;
	background: url(../Img/moduleBg.gif) #fff repeat-x;
	padding-bottom: 12px;
	margin-left:10px;
	vertical-align: top;
	border-left: #dadada 1px solid;
	color: #333333;
	margin-right: 3px;
	padding-top: 12px;
	border-bottom: #dadada 1px solid;
	font-family: Arial, Verdana;
}
.module1 TD, .module1 A {
	font-size:11px;
	color:#333333;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../Img/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}
.textfield {
	height: 18px;
	width: 77px;
	background-image:url(../Img/textfield.gif);
	background-attachment:fixed;
	padding-left:3px;
	border:0px;
	font-size:11px;
	padding-top:3px;
	background-repeat:no-repeat;
	background-color:#E5E5E5;
	vertical-align: middle;
}
.Edit_table TD TEXTAREA
{
	border: 1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
}

.Edit_table TD
{
	font-size: 11px;
	font-family: Arial;
}
.RadGrid 
{ 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Verdana, Tahoma; 
	border: 1px solid #e9e9e9;
	border-top: 0px;
}

