
body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #2c2e35;
	margin: 0px 0px 0px 0px;
}

a, a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #2c2e35;
	text-decoration: underline;
}  

a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #2c2e35;
	text-decoration: underline;
}

#main{
	position: relative;
	width: 840px;
	margin: 0 auto;
	background-image: url(/fileadmin/framework/images/back_main.png);
	background-repeat: repeat;
}


h1{
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 19px;
}

h2, h3{
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

.th_main_wrap{
	width: 585px;
	padding: 30px;
}

#th_steps{
	float: right;
	/*border-bottom: 1px solid #2c2e35; */
}

#th_steps .th_step_info{
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #bcbcbc;
}

#th_steps .th_step_title{
	float: left;
	line-height: 26px;
	padding-right: 10px;
	color: #bcbcbc;
}

#th_steps .step_act{
	background-color: #e0e0e0;
}

#th_steps .step_act_cur{
	border: 1px solid #8d8d8d;
	color: #8d8d8d;
}

.th_info_box{
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
	width: 70px;
	padding-right: 10px;
	display: block;
	float: left;
}

label.row2{
	margin-left: 45px;
}

input{
	height: 18px;
	font-size: 11px;
	border: 0;
	padding: 1px;
	background-color: #EAEAEA;
	width: 180px;
	float: left;
}

textarea{
	height: 68px;
	font-size: 11px;
	border: 0;
	padding: 1px;
	background-color: #EAEAEA;
	width: 180px;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

select{
	/*height: 18px;*/
	font-size: 11px;
	border: 0;
	width: 180px;
	padding: 0;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #EAEAEA;
	float: left;
}

.next_button{
	color: white;
	background-color: #ff0000;
	padding: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

.back_button{
	color: white;
	background-color: #ff0000;
	padding: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

#th_control_buttons{
	margin-top: 20px;
	margin-bottom: 20px;
}

#th_control_buttons .back_button{
	float: left;
	cursor: pointer;
}

#th_control_buttons .next_button{
	float: right;
	cursor: pointer;
}

.hide_me{
	display: none;
}

input.radio{
	width: 20px;
	height: 14px;
	margin-top: 0px;
}

div.radio_desc{
	float: left;
	margin-right: 10px;
}

.trenner{
	clear: both;
	height: 5px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.ufd {
	display: -moz-inline-stack;
	display: inline-block;
    position: relative;
    white-space: nowrap;
}

.ufd,
.ufd input,
.ufd button,
#ufd-container div.list-scroll,
#ufd-container div.list-wrapper,
#ufd-container ul,
#ufd-container li  {
    border: 0;
    margin: 0;
    padding: 0;
        
}

.ufd,
.ufd button,
#ufd-container div.list-scroll,
#ufd-container div.list-wrapper,
#ufd-container ul,
#ufd-container li {
    overflow: hidden;
}

.ufd select,
#ufd-container .invisible,
.ufd.invisible {
	display: none;
}

.ufd input,
.ufd button {
	position: relative;
	float: left;
}

.ufd button.disabled {
	cursor: default;
}

.ufd input.disabled {
    color: graytext;
}

#ufd-container div.list-wrapper {
    position: absolute;
}

#ufd-container ul {
    list-style-type: none;
}

#ufd-container li {
    cursor: pointer;
    height: 20px;
    display: block;
    white-space: nowrap;
}

span.ufd.plain {
    height: 18px;
    /*background-color: #B5B8C8;*/ /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
    border: 1px solid #B5B8C8;
}

span.ufd.plain-focus {
    background-color: #757888;
    border: 1px solid #757888;
}

.ufd.plain input {
    line-height: 16px !important;
    height: 16px;
    padding: 1px 3px;
    border: 0px;
}

.ufd.plain input.disabled {
	color: #ccc;
    background-color: gray !important;
}

.ufd.plain input.focus {
}

.ufd.plain button {
    width: 18px;
    height: 18px;
    margin-left: 1px; /* for divider */
    /*background: url(/fileadmin/framework/images/arrowDropdown.png) no-repeat 0px 0px;*/
}

.ufd.plain button.focus {
}


.ufd.plain button.hover {
	/*background-position: -18px 0px;*/
}

.ufd.plain button.mouseDown {
	/*background-position: -36px 0px;*/
}

.ufd.plain button.disabled {
	/*background-position: -54px 0px !important;*/
}

/* dropdown */

#ufd-container .plain div.list-scroll {
    border: 1px solid #757888;
    border-top-width: 0px;
    background-color: #FFF;
}

#ufd-container .plain div.list-wrapper-up div.list-scroll {
    border-top-width: 1px;
    border-bottom-width: 0px;
}

#ufd-container .plain li {
    padding-left: 5px;
}

#ufd-container .plain li em {
	font-weight: bold;
	font-style: normal;
}


#ufd-container .plain li.active {
	background-color: highlight;
	color: highlighttext;
}

.errMessages{
	border: 1px solid red;
	padding: 20px;
	margin-top: 10px;
	display: none;
	
}

.errMessagesInfo{ 
	float: left;
	width: 30px;
	font-size: 32px;
	font-weight: bold;
	color: red;
}

.errMessagesText{
	float: left;
	width: 350px;
	color: red;
	font-weight: bold;
}

.label85 label{
	width: 85px;
}
