/* - general element definitions - */
body {
	background: #f5f8fc url(../img/bgd_page.jpg) repeat-x;
	font-size: 12px;
	color: #000;
}
* {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	margin: 0;
	padding: 0;
	border: none;
}
a, a:visited {
  color: #e60000;
  text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.posleft {
	float: left;
}
.posright {
	float: right;
}
div.clearer {
	clear: both;
    font-size: 0;
    height: 0px;
}
/* - - */


/* -  main page layout definitions  -*/
#wrapper {
	text-align: left;
	width: 982px;
	margin: 0 auto;
}
#shadowleft {
	float: left;
	width: 16px;
	height: 700px;
	background: url(../img/bgd_shadow_left.jpg) no-repeat;
}
#container {
	float: left;
	width: 950px;
	background-color: #fff;
}
#shadowright {
	float: right;
	width: 16px;
	height: 700px;
	background: url(../img/bgd_shadow_right.jpg) no-repeat;
}
/* - - */


/* - header area defintions -*/
#header {
	height: 140px;
	background: #fff url(../img/bgd_header.jpg) no-repeat;
}
#cornercard {
	float: left;
	padding: 47px 0 0 17px;
}
#banner {
	float: left;
	width: 460px;
	margin: 37px 0 0 93px;
}
#headerright {
	float: right;
	width: 140px;
	padding: 43px 14px 0 0;
	text-align: right;
}
#partners {
	margin: 0 3px 0 0;
}
#language {
	height: 20px;
	margin: 20px 0 0 0;
	font-size: 11px;
}
#language li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}
#language li.selected a {
	color: #000;
	font-weight: bold;
}
#language li a {
	color: #005aaa;
	text-decoration: none;
}
/* - - */


/* - headline definitions - */
h1 {
	width: 900px;
    margin: 0 0 16px 20px;
    color: #999;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}

h1.flashtxt1 {
    width: 680px;
    margin:0px;
    color: #999;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;

}
/* - - */


/* - step browsing definitions - */
#steps {
	padding: 0 21px 0 21px;
	background: url(../img/bgd_steps.gif) repeat-x bottom;
	
}
#steps ul {
	height: 42px;
}
#steps li {
	list-style: none;
	width: 106px;	/* visual size: 120px */
	height: 42px;
	float: left;
	border-left: 1px solid #fff;
	line-height: 20px;
}
#steps li.todo, #steps li.todosmall {
	padding: 0 7px 0 7px;
	color: #7facd4;
}
#steps li.todosmall {
	width: 40px;
}
#steps li a {
	display: block;
	height: 42px;
	text-decoration: none;
}
#steps li.active, #steps li.activesmall {
	height: 38px;
	padding: 4px 7px 0 7px;
	color: #fff;
	font-weight: bold;
	line-height: 17px;
}
#steps li.active {
	width: 106px;
	background: url(../img/bgd_step_active.gif) no-repeat;
}
#steps li.activesmall {
	width: 40px;
	background: url(../img/bgd_step_small_active.gif) no-repeat;
}
#steps li.passed {
	padding: 0 7px 0 7px;
	color: #fff;
}
#steps li.passed span {
	color: #005aaa;
}

#steps li.passed a {
	padding: 0 7px 0 7px;
	color: #fff;
}
#steps li.passed a span {
	color: #005aaa;
}
#steps li.last {
	width: 0px;
}
/* - - * /


/* - contentarea definitions - */
#contentarea {
	position: relative;
	min-height: 400px;
}
#content {
 	float:left;
 	width: 690px;	/* visual size: 770px */
 	padding: 30px 20px 10px 20px;
}
#content.midcolumn {
	width: 533px;
}
#content.twocolumn {
	float: right;
	position: relative;
}
#contentintro {
 	float:left;
 	width: auto;
 	padding: 0px;
}

.introflash {
 	float:left;
	position: relative;
	margin-top: -30px;
	margin-left: -20px;
	padding: -30px -20px -10px -20px;
}

#teasers {
 	float: right;
 	width: 160px;	/* visual size: 180px */
 	padding: 30px 20px 0 0;
}
#leftcolumn {
	float: left;
	width: 197px;
	/*min-height: 360px;*/
	padding: 30px 0px 0px 0px;
}

#formleftcolumn {
	float: left;
	width: 197px;
	/*min-height: 360px;*/
	padding: 0px 0px 0px 15px;
}

/* - content definitions - */
p {
    padding: 3px 20px 4px 0;
	
}
.card_hor {
	float: right;
	margin: 0 20px 16px 0;
}
.card_ver {
	margin: 0 0 10px 20px;
}
#card_alt {
	float: right;
	margin: 0 20px 20px 20px;
}

/*Claudia, 21.07.2007 - Image size*/
.card_hornew {
	float: right;
	margin: 0 20px 16px 0;
	width: 173px; /* 173px x 111px */
	height: 111px;
}
.card_vernew {
	margin: 0 0 10px 20px;
	width: 173px;
	height: 111px;
}
#card_altnew {
	float: right;
	/*margin: 0 20px 20px 20px;*/
	margin: 0px 0px 0px 2px;
	width: 173px;
	height: 111px;
}
/* end */
h2 {
    padding: 10px 20px 8px 0px;
    color: #005aaa;
    font-size: 18px;
}
h2.form {
    margin-left: -15px;
    padding: 10px 20px 8px 0px;
    color: #005aaa;
    font-size: 16px;
}
h3 {
    padding: 8px 20px 5px 0px;
    font-size: 14px;
}
.lead {
    padding: 8px 20px 5px 0px;
    color: #005aaa;
    font-size: 14px;
    font-weight: normal;
}
div.hr {
	clear: both;
	border-bottom: 1px solid #ccc;
	font-size: 0;
	height: 1px;
	margin: 9px 20px 16px 0;
}
#content ul {
	margin: 4px 0 8px 0;
}
#content li {
	margin: 2px 0 3px 16px;
}
/* - application form definitions - */
.formbox {
	clear: both;
	width: 710px;
	margin: 10px -20px 10px -20px;
}
.formhead {
	height: 16px;	/* visual size: 30px */
	padding: 7px 10px 7px 10px;
	background: #015baa url(../img/bgd_application_head.gif) no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.formrow {
	padding: 10px;
	border-bottom: 1px solid #fff;
	background: #ececec url(../img/bgd_application_section.gif) no-repeat;
}
/*Claudia, 06.07.2007*/
.formrowerror {
	width: 710px;
        margin-left: -15px;
	padding: 15px 0px 15px 0px;
	background: url(../img/bgd_error.png) no-repeat;
}
/*end*/
.formrow h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.formrow.last {
	border-bottom: 1px solid #666666;
}
.w355 {
	width: 335px;
	 /* visual size: 355px */
}

.w355.posleft2 {
	padding: 0 5px 0 0;
}

.w355.posleft {
	padding: 0 10px 0 0;
}
.w355.posright {
	padding: 0 0 0 10px;
}
.formnote {
	color: #005aaa;
	font-size: 10px;
}
label {
	display: block;
	min-height: 18px;
	margin: 3px 0 3px 0;
}
label.title {
	float: left;
}
label.short, label.short2, label.radio {
	font-weight: bold;
}
label.title.short {
	width: 120px;
}

/*Claudia 30.11.2007 */
label.title.shortConf {
	width: 222px;
}
/*end*/

label.title.short2 {
	width: 190px;
}

/*Claudia 05.09.2007 */
label.titlered {
	float: left;
	color: red;
}
label.shortred, label.short2red, label.radiored {
	font-weight: bold;
	color: red;
}
label.title.shortred {
	width: 120px;
	color: red;
}
label.title.short2red {
	width: 190px;
	color: red;
}
label.title.short2idcard {
	width: 140px;
}
.inlinered {
	margin-left: 7px;
	color: red;
}
p.error {
	font-weight: bold;
	color:red;
	padding-left: 10px;
}
/*end*/
.notbold {
	font-weight: normal;
}
.inline {
	margin-left: 7px;
}
/*14/12/2007*/
.inlinewide {
	/*margin-left: 40px;*/
	margin-left: 30px;
}
.verticalspace {
	clear: both;
	height: 8px;
}
/* - form elements - */
input, select {
	color: #4c8bc3;
}
input:focus {
    border-top: 1px solid #252525;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-left: 1px solid #252525;
	background: #fff;
}
select, .ipt_standard, .ipt_small, .ipt_smallest, .ipt_smallest_data, .ipt_medium, .ipt_large  {
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #868686;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #868686;
	background: #fff url(../img/bgd_input.gif) no-repeat;
}
select {
 	width: 200px;
}
.ipt_standard {
 	width: 196px;
}
.ipt_small {
	width: 126px;
}
.ipt_smallest {
	width: 80px;
}
.ipt_smallest_data {
	width: 40px;
}
.ipt_medium {
	width: 320px;
}
.ipt_large {
	width: 551px;
}

/*Claudia 14.09.2007*/
.ipt_standard_dis, .ipt_small_dis, .ipt_smallest_dis, .ipt_smallest_data_dis, .ipt_medium_dis, .ipt_large_dis {
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #868686;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #868686;
	background: #C0C0C0;
}
.ipt_standard_dis {
 	width: 196px;
}
.ipt_small_dis {
	width: 126px;
}
.ipt_smallest_dis {
	width: 80px;
}
.ipt_smallest_data_dis {
	width: 40px;
}
.ipt_medium_dis {
	width: 320px;
}
.ipt_large_dis {
	width: 551px;
}
/*end*/

label.radio input {
/*Claudia, 26.10.2007*/	
	/*margin: 0 3px 0 8px;*/
	margin: 0 2px 0 0px;
/*end*/	
	vertical-align: -15%;
}
label.radio.mostleft input {
	margin-left: 0;
}

/*Claudia 05.09.2007*/
label.radio.mostleftred input {
	margin-left: 0;
	color:red;
}
/*end*/
.ipt_check {
	margin-right: 4px;
	vertical-align: middle;
}
#duettooption {
	margin: 10px 0 10px 0;
}
#duettooption input {
	float: left;
	vertical-align: middle;
}
#duettooption label {
	margin: 8px 0 12px 24px;
}
#confirmdisclaimer {
	float: left;
	margin: 8px 6px 40px 0;
}
/* - captcha form - */
.captcha {
	padding-left: 20px; 
	width: 100%;
}
.captcha .formrow {
	border-top: 1px solid #ccc;
}
.captcha label {
	padding-bottom: 6px;
}
#cf_image {
	float: right;
	margin-left: 14px;
}
/*Claudia, 21.07.2007 */
#cf_image_captcha {
	float: right;
	margin-left: 14px;
	width: 200px;
    height: 59px;
}
/*end*/
/* - info (& news) box definitions */
.infobox {
	float: left;
	width: 513px;
    margin: 16px 0 16px 0;
    background: #ccdeee url(../img/bgd_ibox_head_left.gif) no-repeat;
}
.ib_head {
    background: url(../img/bgd_ibox_head_right.gif) top right no-repeat;
}
.ib_head h3 {
    padding: 8px 12px 8px 12px;
}
.ib_body {
    padding: 6px 12px 2px 12px;
    background: #e5eef6 url(../img/bgd_ibox.gif) repeat-x;
    text-align: left; 	
}
.ib_topic {
	display: block;
	float: left;
	width: 200px;
}
.ib_value {
	font-weight: bold;
	/* 30.11.2007 */
	padding-left: 50px;
	/* end */
}

#ib_content {
	position: relative;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 5px;
} 

.ib_foot {
    background: #e5eef6 url(../img/bgd_ibox_foot_left.gif) no-repeat;
}
.ib_foot div {
    height: 8px;
    background: url(../img/bgd_ibox_foot_right.gif) bottom right no-repeat;
}
/* browse buttons */
#start {
	display: block;
	position: absolute ;
	top: 364px;
	right: 219px;
	width: 143px;
	height: 31px;
	z-index: 2;
}
#browse {
	clear: both;
	height: 51px;
}
#browse a, #start a {
	color: #fff;
	text-decoration: none;
}
#back {
	display: block;
	float: left;
	width: 45px;	/* visual size: 81px */
	height: 19px;	/* visual size: 22px */
	margin: 25px 0 0 0;
	padding: 3px 8px 0 28px;
	background: #bdb9bb url(../img/btn_grey_81x22.gif);
}
#back:hover {
	background: #bdb9bb url(../img/btn_grey_81x22_hover.gif);
}
#forward {
	display: block;
	float: right;
	width: 107px;	/* visual size: 143px */
	height: 23px;	/* visual size: 31px */
	margin: 20px 20px 0 0;
	padding: 8px 25px 0 11px;
	background: #e60000 url(../img/btn_red_143x31.gif);
	font-size: 14px;
	font-weight: bold;
}
#forward:hover {
	background: #e60000 url(../img/btn_red_143x31_hover.gif);
}

/*Claudia, 17.09.2007*/
.forwardbtn {
	display: block;
	float: right;
	width: 143px;	
	height: 31px;	
	margin: 20px 20px 0 0;
	padding: 0px 25px 0 8px;
	background: #e60000 url(../img/btn_red_143x31.gif);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: white;
	cursor:pointer;	
}
.over { 
	background: #e60000 url(../img/btn_red_143x31_hover.gif);

}
.backbtn {
	display: block;
	float: left;
	width: 81px;	
	height: 22px;	
	margin: 25px 0 0 0;
	padding: 3px 27px ;
	font-size: 12px;
	text-align: left;
	color: white;
	background: #bdb9bb url(../img/btn_grey_81x22.gif);
	cursor:pointer;
}
.overback {
	background: #bdb9bb url(../img/btn_grey_81x22_hover.gif);
}
/*end*/

#forward em {
	font-weight: normal;
	font-style: normal;
}
#forward.openpdf {
	width: 200px;	/* visual size: 236px */
	background: #e60000 url(../img/btn_red_236x31.gif);
}
#forward.openpdf:hover {
	background: #e60000 url(../img/btn_red_236x31_hover.gif);
}
/* - - */


/* - footer area defintions - */
#footer {
	clear: both;
    height: 87px;
    padding-top: 20px;
    background: #fff url(../img/bgd_footer.jpg) no-repeat bottom;
    font-size: 11px;
}
#footer ul {
	height: 23px;
	padding: 7px 0 0 16px;
	background-color: #99bddd;
}
#footer li {
	list-style: none;
	float: left;
	padding: 0 6px 0 6px;
	color: #fff;

}
#footer li a, #footer li a:visited {
	color: #fff;
	text-decoration: none;
}

#subtitle {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #57B2B9;
}
.flashTitle {
	padding-left: 10px;
}
.flashTitle h2 {
    color: #005aaa;
    font-size: 16px;
}
.teaser_left {
	padding-top: 15px;
	padding-left: 12px;
}

#wide {
	display: block;
	height: 23px;	/* visual size: 31px */
	margin: 20px 20px 0 0;
	padding: 8px 25px 0 11px;
	float: none;
 	width: 200px;	/* visual size: 236px */
   	background: #e60000 url(../img/btn_red_236x31.gif);
	font-size: 14px;
	font-weight: bold;
}

#wide:hover {
    background: #e60000 url(../img/btn_red_236x31_hover.gif);
    color: #fff;
    text-decoration: none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
        background: #0066B1;
	padding:2px 5px;
	color:#FFFFFF;
	display:none;
	}
/* - - */



/* - internet explorer 6 specific definitions (hacks) - */
* html #content { height: auto !important; height: 400px; } /* ie6 min-height hack */
* html input.posleft { margin-left: 3px; }
* html label { height: auto !important; height: 16px; } /* ie6 min-height hack */

/*Claudia, 26.10.2007*/
/* * html label.radio input { margin: -2px 1px 2px 6px; vertical-align: -30%; } */
* html label.radio input { margin: -2px 1px 2px 0px; vertical-align: -30%; }
/*end*/

* html label.radio.mostleft input { margin-left: 0; }
* html .formrow { height: auto !important; height: 20px; } /* ie6 min-height hack */
* html .verticalspace { font-size: 0; }
* html .card_hor { margin: 0 20px 8px 0; }
/*Claudia, 17.09.2007*/
* html .card_hornew { margin: 0 20px 8px 0; }
/*end*/
* html #forward { margin: 20px 10px 0 0; }
* html .ib_foot div { font-size: 0px; }
/* - - */