@CHARSET "ISO-8859-1";

/*@import "../js/css/jquery-ui-1.7.2.custom.css";*/

@import "advert.css";

.clear {
	clear: both;
}

#frminput {
	
}

#frminvoice {
	width:350px;
	display: none;
	float:right;
}

#frminvoice h3 {
	background:url("/fileadmin/php/praktikum_form/css/img/70pixel.jpg");
	background-repeat:repeat-x;
	margin:0px;
	height:70px;
	color:#345576;
	font-size:20px;
	padding:30px 0 0 20px;
}
#frminvoice input[type='text'],#frminvoice select{
	width:170px;
}

#templchoose table td {
	vertical-align: top;
}

#templchoose table.paketsel {
	border-collapse:collapse;
	background-image:url("/fileadmin/php/praktikum_form/css/img/background.png");
	background-repeat:no-repeat;
	background-color:#a5a4a4;
	width:800px;
	margin-bottom:30px;
}

/**********************************************************************************************************************************
Style Table Mainselection

**********************************************************************************************************************************/

#templchoose table.paketsel tr {
	
}

#templchoose table.paketsel tr.trhead {

}
#templchoose table.paketsel tr.evn {
	background-color:#eeeeee;
}
#templchoose table.paketsel tr.trfoot span span {
	height:25px;
	width:40px;
	background-color:#eeeeee;
	margin:auto;
}

#templchoose table.paketsel th {
	width:195px;
	padding:0px 10px;
	
}

#templchoose table.paketsel td {
	width:125px;
	vertical-align:bottom;
}

#templchoose table.paketsel td span {
	width:100px;
	border-left:1px solid #a5a4a4;
	border-right:1px solid #a5a4a4;
	display:block;
	height:100%;
	line-height:20px;
	text-align:center;
}

/**********************************************************************************************************************************

Style Table Additional Table

**********************************************************************************************************************************/
table.addsel {
	background-image:url("/fileadmin/php/praktikum_form/css/img/200pixel.jpg");
	background-repeat:repeat-x;
	display:block;
	float:left;
	border-collapse:collapse;
	border:none;
	width:350px;
	background-color:#a5a4a4;
}
table.addsel td,#templchoose table.addsel th {
	padding:3px 10px;
}
table.addsel th {
	color:#345576;
	font-size:14px;
	padding:3px;
}
table.addsel th p{
	color:#606060;
	font-size:11px;
}

table.addsel h4 {
	font-size:20px;
	color:#345576;
	padding:10px;
}
table.addsel h5 {
	font-size:16px;
	
	padding:10px;
}


table.addsel tr.addhead {
		
	background-repeat:repeat-x;
	vertical-align:bottom;
}
table.addsel tr.unev {
	background-color:#EEEEEE;	
}
#templchoose .rghtbox {
	float:right;
}
#templchoose .rghtbox div {
	margin-bottom:10px;
}




/**********************************************************************************************************************************

Main Formular

**********************************************************************************************************************************/

input,select,textarea {
	border: 1px solid #999999;
}
input[type=text] {
	width:200px;
}

#frmcmp #frmnavi {
	padding: 0;
	margin: 0;
	float: left;
	width:220px;
}

#frmcmp #frmnavi ul li {
	list-style: none;
	padding:5px 0px;
	height:20px;
}

#frmcmp #frmnavi ul li p {
	/*display:inline;
	cursor:pointer;
	font-size:12px;
	*/
	display:block;
	width:160px;
	text-align:left;
}

#frmcmp #frmnavi .buttonnavi {
	padding:10px 0 0 30px;
}
#frmcmp #frmnavi .buttonnavi div {
	display:block;
	padding:5px 0;
}


#prview,#frmsave,#backbtn,#forwardbutn {
	font-size:11px;
}

#frmcmp .containertab {
	margin-left: 220px;
	padding:20px;
	width:515px;
}

#frmcmp .tabnavigation {
	width:100%;
	padding-top:10px;
}

#frmcmp .dtldiv {
	display: none;
}

#frmcmp .dtldiv  tr th {
	vertical-align:top;
}

#frmcmp #frminput label, #frmcmp #frminvoice label {
	display: block;
	float: left;
	width: 150px;
}

#frmcmp .searchfield {
	display:block;
	border: 1px solid #999999;
	height: 18px;
	line-height:18px;
	width: 200px;
	cursor:pointer;
	background-color:white;
}

#frmcmp div.searchbox {
	position: absolute;
	border: 1px solid #999999;
	background-color: #999999;
	margin: 0px;
	width: 300px;
	z-index:3;
}

#frmcmp div.searchboxhidden {
	display: none;
}

#frmcmp #frminput .searchbox label {
	display: inline;
	float: none;
	width: auto;
	white-space: nowrap;
}

#frmcmp .searchbox span {
	cursor: pointer;
}

#frmcmp .searchbox span:hover {
	text-decoration: underline;
}

#frmcmp .searchbox .topbox,#frmcmp .searchbox .btmbox,#frmcmp .searchbox .mdlbox {
	padding: 3px;
}

#frmcmp .searchbox span.lft {
	float: left;
	display:block;
}
#frmcmp .searchbox span.rgt {
	float: right;
	display:block;
}

#frmcmp .searchbox .topbox {
	background-color: #999999;
}

#frmcmp .searchbox .btmbox {
	background-color: #999999;
}

#frmcmp .searchbox .mdlbox {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:8px;
	background-color:white;
}
#frmcmp .searchbox .mdlbox div label{
	padding-left:5px;
}

#frmcmp #prcdiv {
	font-size:20px;
	height:150px;
	width:350px;
	background-image:url("/fileadmin/php/praktikum_form/css/img/200pixel.jpg");
	display:none;
}
#frmcmp #prcdiv h4 {
	color:#345576;
	padding:40px 0 5px 10px;
}
#frmcmp #prcdiv span {
	float:right;
}

#frmcmp #prcdiv span span {
	float:left;
}

#frmcmp #prcdiv h5{
	padding:0px 0 5px 10px;
}

table tr td em {
	display:block;
	color:red;
	font-weight:bold;
}

#frmcmp table tr.trcentre th,#frmcmp table tr.trcentre td {
	text-align:center;
}

img.tmplthumb {
	width:170px;
	padding-left:40px;
}

#frmcmp .displayfield img {
	max-width:150px;
	max-height:150px;
}

#frmcmp img.headpicsel {
	cursor:pointer;
}
#frmcmp .cltempl, #frmcmp .headtmpl {
	display:none;
}

.atip {
	/*border-bottom:1px dashed #345576;*/
	cursor:help;
		background-image:url("img/info_icon.gif");
	display:block;

	background-position:right;
	background-repeat:no-repeat;
	padding-right:16px;
	line-height:16px;
}


.ui-icon {float:left;}

.example {color:#aaa}


/**********************************************************************************************************************************

EmployerBranding Formular Styles

**********************************************************************************************************************************/

table.employer {
	font-size:14px;
}
table.employer th {
	text-align:center;
}
table.employer td, table.employer th{
	padding:5px;
}

.info-icon {
	background-image:url("img/info_icon.gif");
	display:block;
	width:16px;
	height:16px;
	
}


