
/*
	table-object
*/

.cell {
	
	border-bottom:1px solid #cccccc;
	padding:2px;
}


p, div, form {
	margin:0;
}

input {

	border:1px solid black;
  height:20px;

}

.checkbox {

	border:none;

}

/*
	menue
*/

.menu1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
}

.menu2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#999999;
}

p {
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
}

/* menu links */

a {font-family:Arial !important;font-size:12px;color:#000000;text-decoration:none;}
a:link {font-family:Arial !important;font-size:12px;color:#000000;text-decoration:none;}
a:visited {font-family:Arial !important;font-size:12px;color:#000000;text-decoration:none;}
a:hover {font-family:Arial !important;font-size:12px;color:#000000;text-decoration:none;}
a:active {font-family:Arial !important;font-size:12px;color:#000000;text-decoration:none;}

a.menu1:link {font-family:Arial;font-size:12px;color:#ffffff;}
a.menu1:visited {font-family:Arial;font-size:12px;color:#ffffff;}
a.menu1:hover {font-family:Arial;font-size:12px;color:#ffe500;}

a.menu2:link {font-family:Arial;font-size:12px;font-weight:bold;color:#ffffff;}
a.menu2:visited {font-family:Arial;font-size:12px;font-weight:bold;color:#ffffff;}
a.menu2:hover {font-family:Arial;font-size:12px;font-weight:bold;color:#ffffff;}

a.menu2_active:link {font-family:Arial;font-size:12px;font-weight:bold;color:#ffe500;}
a.menu2_active:visited {font-family:Arial;font-size:12px;font-weight:bold;color:#ffe500;}
a.menu2_active:hover {font-family:Arial;font-size:12px;font-weight:bold;color:#ffe500;}

a.menu3:link {font-family:Arial;font-size:12px;color:#ffffff;}
a.menu3:visited {font-family:Arial;font-size:12px;color:#ffffff;}
a.menu3:hover {font-family:Arial;font-size:12px;color:#ffe500;}

a.menu4:link {font-family:Verdana;font-size:10px;color:#ffffff;}
a.menu4:visited {font-family:Verdana;font-size:10px;color:#ffffff;}
a.menu4:hover {font-family:Verdana;font-size:10px;color:#ffe500;}

/* borders */

.b-cccccc {border:1px solid #cccccc;}
.br-cccccc {border-right:1px solid #cccccc;}
.bl-cccccc {border-left:1px solid #cccccc;}
.bb-cccccc {border-bottom:1px solid #cccccc;}
.bt-cccccc {border-top:1px solid #cccccc;}

/* backgrounds */

.bg-ffe500 {background-color:#ffe500;}
.bg-cccccc {background-color:#cccccc;}
.bg-eeeeee {background-color:#eeeeee;}
.bg-ffffff {background-color:#ffffff;}

/* specific */

#left {
	
  background-image:url(../pictures/bg_left.jpg);
  background-repeat:no-repeat;

}

#bottom {
	
  background-image:url(../pictures/bg_bottom.jpg);
  background-repeat:no-repeat;

}


