/**
 * Copyright Christian Kubitza
 * christian@ck3d.eu 
 * 2007-2008
 */

body{
	/*background-color: #ececec;*/
	background-color: #d4d4d4;
	background-image: url(../images/site/backgradient.gif);
	background-repeat: repeat-x;
	text-align:center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

body,td,textarea.formular{
	/*line-height: 150%;*/
	/*font-family: Tahoma, Geneva, Arial, FreeSans, Helvetica, sans-serif;*/
	font-family: Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.centerobject {
	width: 963px;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	clear: both;
	/*border: solid 1px #000;*/
}

.testborder {
	border: solid 1px #0f0;
}

.topleft {
	position: absolute;
	top: 0;
	left: 0;
}



td.mainmenu{
	height: 25px;
	background-image: url(../images/site/head_menu.gif);
}
td.mainmenu_submenu{
	background-image: url(../images/site/head_menu_sub.gif);
}

td.submenu{
	height: 21px;
	background-image: url(../images/site/head_submenu.gif);
}

td.submenu_sub{
	height: 21px;
	background-image: url(../images/site/head_submenu_sub.gif);
}

td.headbottom{
	height: 12px;
	background-image: url(../images/site/head_bottom.gif);
}





td.footer{
	width: 963px;
	height: 23px;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 9px;
	padding-top: 2px;
}



a:link,a:active,a:visited{
	/*color: #2f84cd;*/
	color: #000;
	text-decoration: underline;
}

a:hover{
	/*color: #215d91;*/
	color: #1090ff;
	text-decoration: none;
}


a.onblue:link,a.onblue:active,a.onblue:visited{
	color: #fff;
	text-decoration: underline;
}

a.onblue:hover{
	color: #feb;
	text-decoration: none;
}


/*a.white:link,a.white:active,a.white:visited,a.white:hover{
	color: #fff;
	text-decoration: none;
}*/




a.mainmenubutton:link,a.mainmenubutton:visited,a.mainmenubutton:active{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
	
a.mainmenubutton:hover{
	text-decoration: none;
	font-size: 16px;
	color: #000;
}
a.mainmenubuttonselected:link,a.mainmenubuttonselected:visited,a.mainmenubuttonselected:active,a.mainmenubuttonselected:hover{
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

a.submenubutton:link,a.submenubutton:visited,a.submenubutton:active{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
	
a.submenubutton:hover{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
a.submenubuttonselected:link,a.submenubuttonselected:visited,a.submenubuttonselected:active,a.submenubuttonselected:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}




a.footerlink:link,a.footerlink:active,a.footerlink:visited{
	color: #fff;
	text-decoration: none;
}

a.footerlink:hover{
	color: #000;
	text-decoration: none;
}

a.blind:link,a.blind:active,a.blind:visited{
	color: #000;
	text-decoration: none;
}
a.blind:hover{
	color: #555;
	text-decoration: none;
}



#headerlogin {
	position: absolute;
	top: 17px;
	right: 18px;
	text-align: right;
}
	/*#headerlogin .fields {
		position: absolute;
		right: 50px;
		top: 0;
	}
		#headerlogin .fields input {
			margin: 2px;
		}
	#headerlogin input.button {
		position: absolute;
		right: 0;
		top: 0;
	}*/
	#headerlogin input.formular {
		font-size: 11px;
		height: 15px;
		width: 86px;
		padding: 0;
		margin: 0 2px 6px 0;
	}


