@font-face {
	font-family: LeagueGothic;
	src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: LeagueGothic, sans-serif;
    color:#0075bd;
}

#body {
    margin: 0 auto;
    width: 760px;
    position: relative;
}

a:active, a:focus {
	outline: 0;
	outline-style:none;
	outline-width:0;
}

.no-close {
    background: none repeat scroll 0 0 transparent !important;
}

.startQuestionsLink {
    cursor: pointer;
    float: left;
    text-align: center;
}

.startText {
    float: left;
    font-size: 35px;
    margin: 30px 0;
    padding: 0 160px;
    width: 440px;
}

.ui-slider-handle {
	height:660px !important;
}

.sliderHeader {
    float: left;
    font-size: 35px;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

#slider {
	height: 440px;
	overflow: hidden;
	width: 760px;
	float:left;
}

#label1, #label2 {
    float: left;
    font-size: 30px;
    height: 45px;
    padding-top: 10px;
    text-align: center;
    width: 378px;
}


#label1 {
    border-right: 3px solid;
    width: 379px;
}

.buttonBar {
    border-top: 3px solid;
    float: left;
    height: 45px;
    padding: 45px 0;
    width: 100%;
}

.prev, .next {
    cursor: pointer;
    height: 45px;
    width: 166px;
}

.prev {
    background: url("../images/zuruck.png") no-repeat scroll 0 0 transparent;
    float: left;
}


.next {
    background: url("../images/weiter.png") no-repeat scroll 0 0 transparent;
    float: right;
}

.sliderFooter {
    float: left;
    margin: 20px 0 15px;
    width: 100%;
}

.overlay1, .overlay2 {
	height: 440px;
	overflow: hidden;
	position: absolute;
	top: 0;
	
}

.overlay1 {
	left: 0;
	width: 380px;
}

.overlay2 {
	right: 0;
	width: 380px;
}

.overlay2 img {
	position: absolute;
	right: 0;
}

.overlay1 img {
	position: absolute;
	left: 0;
}

.overlay2 img, .overlay1 img {
	height: 440px;
	width: 760px;
}

.label1, .label2 {
    color: #FFFFFF;
    float: left;
    font-size: 30px;
}

.summaryBlock {
    float: left;
	width: 760px;
}

.rowBox {
    float: left;
    width: 760px;
	margin-bottom: 20px;
}


.rowBox .label {
    color: #036EB8;
    float: left;
    font-size: 28px;
    margin: 6px 20px 0 0;
    text-align: right;
    width: 160px;
}

.rowBox .label.last {
	color: #058BD2;
    float: right;
    margin: 6px 0 0 20px;
    text-align: left;
}

.questionBlock {
    float: left;
    width: 400px;
}

.questionBlock .infoBlock {
    background-color: #036EB8;
    float: left;
    height: 45px;
    position: relative;
}

.questionBlock .infoBlock.last {
    background-color: #058BD2;
}

.infoBlock {
    background: none repeat scroll 0 0 #0075BD;
    float: left;
    height: 45px;
    position: relative;
    width: 400px;
}

.separator {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 45px;
    position: absolute;
    width: 3px;
}

.label1 {
    margin: 5px 0 0 10px;
}

.label2 {
    float: right;
    margin: 5px 10px 0 0;
}

.subline {
    float: left;
    font-size: 26px;
    width: 100%;
}


.buttonBox {
    float: left;
    margin: 40px 0;
    padding: 0 180px;
    width: 400px;
}

.text {
    color: #333333;
    float: left;
    font-family: Arial;
    font-size: 15px;
    margin-top: 15px;
    padding: 0 180px;
    width: 400px;
}

.proceedToJob {
    background: url("../images/ja.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    margin: 0 0 50px 43px;
    width: 314px;
}

.goToSummary {
    background: url("../images/nein.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    margin: 0 0 50px 2px;
    width: 396px;
}

.doAgain {
    background: url("../images/nochmal.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    margin: 0 0 0 43px;
    width: 314px;
}


#impressumDialog a, #datenschutzDialog a {
    color: #0075BD;
}


#impressumDialog p, #datenschutzDialog p {
    color: #333333;
    font-size: 14px;
}

.text a {
    color: #0075BD;
    text-decoration: none;
}

#ajaxContainer {
    min-height: 790px;
}

.sliderHeader.single {
	padding: 24px 0;
}

.footer {
    border-top: 1px solid;
    float: left;
    margin: 5px 0;
    padding: 10px 0;
    width: 760px;
}

.text a:hover {
    text-decoration: underline;
}

.footer a {
    margin-right: 25px;
    cursor: pointer;
	font-size:20px;
}

.ui-tooltip-content {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #0075BD;
    font-family: LeagueGothic,sans-serif;
    font-size: 26px;
    padding: 8px 20px;
}

.ui-tooltip {
    background: none repeat scroll 0 0 transparent !important;
    border: 3px solid #FFFFFF !important;
    padding: 3px !important;
}

.no-close .ui-button {
	display: none;
}

.dialogContent button {
    background: url("../images/close-btn.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    margin: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    cursor:pointer;
}

.dialogContent {
    background: none repeat scroll 0 0 #0075BD;
    color: #FFFFFF;
    float: left;
    font-family: LeagueGothic,sans-serif;
    font-size: 26px;
    min-height: 110px;
    padding: 20px;
    text-align: center;
	position: relative;
}

.dialogContent span {
	float: left;
    font-size: 38px;
    text-align: center;
    width: 278px;
}

.no-close .ui-widget-content {
    border: 3px solid #0075BD !important;
    -moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
    padding: 3px;
}

.no-close .ui-widget-header {
    display: none;
}

.startBtn {
    float: left;
    padding: 0 230px;
}
