body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ff9933;
	font-family: Arial;
	/*background-image:url(globalimages/bg.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
}

.topspacer {
	background-color: #FF9933;
	height: 3px;
}

.innertable {
	width: 1000px;
}

.lang_bar {
	background: #a6ce38;
	height: 15px;
	font-size: 12px;
	padding: auto;
	margin: auto;
}

.partner_bar
{
	background: #a6ce38;
	height: 15px;
	font-size: 12px;
	padding: auto;
	margin: auto;
	}

.maincontent {
	vertical-align: top;
	width: 700px;
	height: 440px;
	text-align: center;
	background: #FFFFFF;
	overflow: hidden;
	font-size: 12px;
	background-image: url(globalimages/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/*opacity:0.5;
	filter:alpha(opacity=50);*/
}

.contentdiv {
	overflow: auto;
	/*display:none;*/
}

#mainmenuholder {
	background: #d3e599;
	width: 150px;
	border: none;
	border-spacing: 0px;
	vertical-align: top;
	height: 440px;
	margin: 0px 0px 0px 0px;
}

.mainmenu {
	background: #e7f2c8;
	border: normal;
	border-spacing: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	color: #000000;
	width: 150px;
}

.mainmenu th { /*Menu�berpunkte*/
	text-align: left;
	vertical-align: normal;
	font-size: 12px;
	font-weight: normal;
	background: #a6ce38;
	height: 13px;
	color: #000000;
	margin-bottom: 2px;
}

.mainmenu td { /*Menuunterpunkte*/
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	background: #d3e599;
	height: 13px;
	color: #000000;
	padding-left: 2px;
	padding-bottom: 2px;
}

.mainmenu td a { /*Menuunterpunkte LINKS*/
	display: block;
}

#submenuholder {
	background: #e7f2c8;
	width: 0px;
	border: none;
	border-spacing: 0px;
	vertical-align: top;
	height: 440px;
	overflow: hidden;
}

.submenu {
	background: #e7f2c8;
	border: none;
	border-spacing: 0px;
	display: none;
	vertical-align: middle;
	color: #000000;
	width: 150px;
}

.submenu th { /*Menu�berpunkte*/
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	background: #a6ce38;
	height: 13px;
	width: 150px;
	padding-left: 3px;
	margin-bottom: 2px;
}

.submenu td { /*Menuunterpunkte*/
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	background: #e7f2c8;
	height: 13px;
	width: 150px;
	padding-left: 4px;
	padding-bottom: 2px;
}

.submenu td a {
	display: block;
}

input,textarea {
	background: #a6ce38;
	font-size: 12px;
}

* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

* td {
	text-align: left;
}

.centered{
 	margin-left: auto;
 	margin-right: auto;
 	display: table;
 } 
 

