@charset "utf-8";
body  {
	
	/*background:#FFF8E8 url(img/grad000.jpg) repeat-x top;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}

body, td, th { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a { color:#0063B3; text-decoration:none; }
a:hover { color:#0000FF; }
/* Formulare */

input, select, textarea { font:11px Verdana; color:#000000; line-height:15px; }
.search { width:100px; }
.search2 { width:40px; }


.td_1{
	/*background:url(img/img_left.jpg) no-repeat top left;*/
	/*border-right:1px solid #999999;*/
	/*border-left:1px solid #999999;*/
}
.doubleside-border
{
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:10px solid #CCCCCC;
}
.header
{
	
}
.menulink:hover
{
	background-color:#003399;
	color:#FFFFFF;
	height:16px;
	line-height:16px;
	display:block;
}
.menulink
{
	color:#2C5287;
	display:block;
}
