/* default */
.container_shadow{
	background-image: url(../frame/shadow.png);
	background-repeat: repeat-y;
}
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: none;
}
body{
	margin-top: 0px;
	background: #fff url(../frame/body_bg.gif) repeat-x;
	font-family: "Trebuchet MS",Verdana, Arial, sans-sherif;
	font-size: 12px;
	color: #575757;
	text-align: center;
}

/**/
h1, h2, h3, h4, h5, h6{
	margin: 0px 0px 10px;
	font-family: "Trebuchet MS",Verdana, Arial, sans-sherif;
	font-weight: normal;
	color: #575757;
}
h2{
	font-size: 22px;
	color: #575757;
}
h3{
	font-size: 18px;
	color: #575757;
}
h4{
	font-size: 16px;
	color: #575757;
}
h5{
	font-size: 14px;
	color: #575757;
}
hr{
	clear: both;
	margin: 10px 0px;
	border: none;
	border-bottom: solid 1px #575757;
	height: 1px;
}
p{
	margin: 0px 0px 14px;
}
ul{
	margin: 0px 10px 10px 0px;
	padding: 0px 5px;
	list-style-type: circle;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
input, select, textarea{
	font-family: "Trebuchet MS",Verdana, Arial, sans-sherif;
	font-size: 14px;
	padding: 2px;
	color: #000;
	border: solid 1px #FFBA00;
}

input.checkbox{
	padding: 0px;
	border: none;
	vertical-align: middle;
}

input.button{
	margin: 0px;
	padding: 0px;
	width: 69px;
	height: 30px;
	border: none;
	background: url(../frame/button_2.gif) no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
input.button:hover{
	color: #244A90;
}
label{
	cursor: pointer;
}
a{
	color: #58595b;
	text-decoration: underline;
}
a:hover{
	color: #244a90;
}
a.anchor, a.anchor:hover{
	text-decoration: none;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
.left{
	float: left;
	width: 415px;
}
.right{
	float: right;
	width: 415px;
}

/**/
#shadow{
	margin: 0px auto;
	padding: 0px 5px;
	width: 900px;
	text-align: left;
}
#container{
	padding: 22px 21px 0px;
	width: 858px;
	background: #fff;
}
/* footer */
#footer{
	margin: 0px auto;
	padding: 3px 15px 0px 0px;
	width: 895px;
	height: 27px;
	background: url(../frame/footer_bg.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/*#footer{
	position: relative;
	margin: 0px auto;
	padding: 3px 15px 0px 0px;
	width: 895px;
	height: 27px;
	background: url(../frame/footer_bg.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .l{
	position: absolute;
	top: 3px; left: 15px;
	width:	200px;
	text-align: left;
}*/

/* header */
#header{
	position: relative;
	width: 858px;
	height: 256px;
	background: url(../frame/header_bg.jpg) no-repeat;
}
#header a.logo{
	display: block;
	position: absolute;
	top: 8px; left: 9px;
	width: 301px;
	height: 65px;
	background: url(../frame/utinfo_logo.gif) no-repeat;
	text-decoration: none;
}
#header a.logo span{
	display: none;
}
#header h1{
	position: absolute;
	top: 8px; right: 15px;
	width: 350px;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	text-align: right;
}
#header h2{
	position: absolute;
	bottom: 4px; left: 9px;
	width: 800px;
	color: #000;
	font-weight: normal;
	font-size: 24px;
}
#header h2 b{
	color: #244a90;
}

/* regform */
#registration{
	padding-bottom: 5px;
	width: 415px;
	background: url(../frame/reg_bottom.gif) no-repeat bottom;
}
#registration h2{
	margin: 0px;
	padding: 5px 0px 0px 15px;
	width: 400px;
	height: 30px;
	background: url(../frame/reg_head.gif) no-repeat;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
#registration form{
	padding: 13px;
	width: 385px;
	background: #fdf6cc;
	border-left: solid 2px #ffba00;
	border-right: solid 2px #ffba00;
}
#registration form p.txt{
	font-size: 14px;
}
#registration form .l{
	float: left;
	margin-bottom: 10px;
	padding: 3px 10px 0px 0px;
	width: 110px;
	text-align: right;
	font-weight: bold;
}
#registration form .r{
	float: left;
	margin-bottom: 10px;
	width: 265px;
}
#registration form .r input.t{
	width: 260px;
}
#registration form .r input.t2{
	width: 50px;
}
#registration input.reg_button{
	float: right;
	margin: 0px;
	padding: 15px 0 0 0;
	width: 108px;
	height: 62px;
	border: none;
	background: url(../frame/button.gif) no-repeat;
	background-position: 0 15px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
#registration input.reg_button:hover{
	color: #244A90;
}

/* content */
#content{
	padding: 20px 0px 0px;
	width: 858px;
}
#content h3{
	padding: 0px 0px 0px 20px;
	background: url(../frame/square.gif) no-repeat 0px 5px;
	font-weight: normal;
	font-size: 18px;
	color: #575757;
}

/* wrote us, support */
#wrote_us, #support{
	margin-top: 15px;
	width: 415px;
}
#wrote_us h2, #support h2{
	margin: 0px 0px 15px;
	padding: 7px 0px 0px 10px;
	width: 405px;
	height: 30px;
	background: url(../frame/h2_bg.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #575757;
}
#wrote_us ul{
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
}
#wrote_us ul li{
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#wrote_us ul li b{
	display: block;
	font-size: 14px;
	color: #58595b;
}
#wrote_us ul li a{
	font-size: 12px;
	color: #58595b;
	text-decoration: underline;
}
#wrote_us ul li a:hover{
	color: #244a90;
}
#support a {
    text-decoration: none;
}
#support img {
    padding-bottom: 10px;
}

/* 404 */

#page404{
	padding: 50px 29px;
	width: 800px;
}


/* messages */
.error, .success, .notice{
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	border: solid 2px #CC0000;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.success{
	border: solid 2px #575757;
	color: #575757;
}
.notice{
	border: solid 2px #575757;
	color: #575757;
}


/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #FDF6CC;
	text-align: left;
    overflow: hidden;
}
.fps_window .fps_windrag{
	padding: 5px 45px 0px 15px;
	width: 445px;
	height: 30px;
	background: #FFBA00 url(../frame/win_title.gif) no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 10px; right: 15px;
	width: 16px;
	height: 16px;
	background: url(../frame/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 8px; right: 40px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 8px;
	width: 480px;
	border: solid 2px #FFBA00;
}

/* impressum */
#impressum{
	padding: 20px 0px 0px;
	width: 858px;
}
#impressum h2{
	margin-bottom: 20px;
	border-bottom: solid 2px #CECECE;
	font-weight: normal;
	font-size: 28px;
	color: #575757;
}
#impressum h3{
	margin: 0px 0px 15px;
	padding: 7px 0px 0px 10px;
	width: 405px;
	height: 30px;
	background: url(../frame/h2_bg.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #575757;
}
#impressum .cont{
	width: 405px;
	text-align: center;
}
#impressum .left .cont{
	padding-top: 15px;
}
#support a{
	padding-left : 10px;
}
#download{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #575757;
	display: block;
	padding-top: 20px;
}
#download img{
	float: left;
}
#download span{
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-left: 20px;
}
#inf{
	width:270px;
	float:left;
}