body {
	background-color:#FFFFFF;
	text-align:center;
}

body, td{
	font-family:arial;
	font-size:11px;
	padding:0;
	margin:0;
	line-height:13px;
	vertical-align: top;
}

body, td, a {
	color: black;
}

h4 {
	font-size: 100%;
}


.hide {
	display: none;
}
#globalWrap {
	background: url('images/bg.jpg') repeat-y #fff;
	text-align: left;
	margin: 0 auto;
	width: 730px;
	padding: 0 25px 1px 25px;
}

#headerWrap {
	width: 730px;
	height: 91px;
	background-image:url('images/top.jpg');
	border-bottom: solid 3px #006699;
	margin: 0 0 1px 0;
}



#headerWrap h1 {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

#slogan {
	display: none;
}

#lastupdate {

	padding: 20px 5px 0 0;
	text-align: right;
	color: white;
}

#headerWrap h1 a {
	width: 302px;
	height: 53px;
	display: block;
	text-decoration: none;
	color: white;
	background: url('images/Xlogo.gif') no-repeat;
}

#headerWrap h1 span {
	display: none;
}

#headerWrap form.search {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 206px;
}

#headerWrap form.search input.submit {
	position: relative;
	top: 6px;
	_top: 3px;
}

#contentWrap {
	width: 730px;	
}

#contentWrap td.left {
	width: 145px!important;
	margin: 0px;
	padding: 0px;
}

#contentWrap td.header{
	text-align: right;
	padding: 3px;
	background: #EDEDED;
	height: 10px;
}

#contentWrap td.middle {
	width: 395px!important;
	padding: 0 0 0 2px;
	height: 535px;
}

#contentWrap td.middle2col {
	width: 585px!important;
	padding: 1px 0 0 2px;
}
#contentWrap td.right {
	width: 190px!important;	
	padding: 1px 0 0 2px;
}

/* LEFT MENUs */

#contentWrap td.left ul.mainmenu {
	margin: 0 0 3px 0;
	padding: 0px;	
}

#contentWrap td.left ul.mainmenu li {
	padding: 0; 
	margin: 0;
	list-style-type: none;
	border-bottom: solid 1px white;
}

#contentWrap td.left ul.mainmenu li img{
	position: absolute;
	margin: 3px 0 0 5px;
	z-index: 10;
}

#contentWrap td.left ul.mainmenu li a{
	font-weight: bold;
	width: 113px;
	z-index: 5;
	padding: 3px 0 3px 30px;
	display: block;
	font-size: 12px;
	text-decoration: none;
}

#contentWrap td.left ul.mainmenu li a.standard{
	border: solid 1px #eee;
	border-left: none;
	background: #FFFFFF;
}

#contentWrap td.left ul.mainmenu li a.active{
	border: solid 1px #006699;
	border-left: none;
	background: #006699;
	color: white;
}

/* Footer menus */
#footer {
	
}

#linkpartner {
	margin: 0;
	padding: 5px 10px;
	background: url('images/background-1px-white.gif') bottom repeat-x #EEEEEE;
	border-bottom: solid 3px #006699;
	display: block;
	height: 30px;
	color: #003366;
}


#linkpartner a{
	color: 333;
	white-space: nowrap;
	font-size: 85%;
}

#footermenu2  img{
	padding: 0 10px;
}

#footermenu2 {
	margin: 0;
	padding: 10px 15px 0px 15px;

}

#copyright {
	float: right;
	margin-top: 15px;
}

#copyright a {
	text-decoration: none;
}


/* contact ----------------------------------------------------------*/
p.required, span.required, label.required, td.required{
	color: #AA7070;
}


dl {
	width: 320px;
}

.tx-srfeuserregister-pi1 dl {
	width: 420px;
}


dd {
	/*white-space:nowrap;*/
	margin-left: 0;
}

fieldset {
	padding: 5px;
	/*border: solid 1px #B7B9BA;*/
	border: none;
	margin-bottom: 5px;
	_margin-bottom: 40px;
}

legend {
	font-weight: bold;
	color:#B7B9BA;
	_margin-bottom: -14px;
	display: none;
}
input.textField, input.textTinyField, input.textSmallField, textarea{
	width:100%;
	border:1px solid #B7B9BA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	width:100%;
	border:1px solid #B7B9BA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

option {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

input.textTinyField {
	width:30%;
}

input.textSmallField{
	width:67%;
}

textarea{
	height: 100px;
}

.button {
}

input.required, textarea.required {
	border: solid #AA7070 1px !important;
}