/*- Webfonts -*/ 
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=== Setup ===*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #000000;
	font: .875em open_sans, Arial, Helvetica, Sans-Serif;
	min-width: 1000px;
}
a{
	color: #6d6d6d;
	outline: none;
	text-decoration: none
}
a:hover{
	color: #000000;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font: 12px open_sans, Arial, Helvetica, Sans-Serif;
	padding: 2px
}
li{
	list-style: none
}
h1, h2{
	color: #ff3600;
	font-size: 1.285em;
	font-weight: 600;
	margin: 0 0 1em
}
h3{
	font-size: 1.145em;
	font-weight: normal;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em
}
h5{
	font-size: 1em;
	font-weight: normal
}
p{
	line-height: 1.3em;
	padding: 0 0 1.4em
}
table{
	border-collapse: collapse;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	overflow: hidden;
	width: 1000px
}
#page-bot{
	background: #3a3a3a
}
/*=== Header ===*/
#header{
	height: 160px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 5
}
#header-content{
	height: 38px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	position: relative;
}
/*- Logo -*/
#logo{
	float: right
}
/*- Title Banner -*/
#title{
	height: 423px;
	overflow: hidden;
	position: relative
}
.title-pic img{
	bottom: 0;
	height: auto;
	min-width: 1400px;
	position: absolute;
	width: 100%
}
.title-bar{
	background: url(blend.png);
	bottom: 0;
	height: 20px;
	left: 0;
	position: absolute;
	right: 0
}
.headline{
	background: #767676;
	color: #ffffff;
	font: 600 18px/31px open_sans;
	height: 31px;
	margin: 0 0 20px;
	padding: 0 0 0 15px
}
.headline a{
	color: #ffffff;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Top Nav -*/
.nav-top{
	float: right;
	line-height: 38px
}
.nav-top li{
	float: left
}
.nav-top li:after{
	color: #ffffff;
	content: '|';
	padding: 0 13px
}
.nav-top li:last-child:after{
	content: '';
	padding-right: 0
}
.nav-top a{
	color: #ffffff;
	text-decoration: none
}
.nav-top a:hover{
	text-decoration: underline
}
.nav-top img{
	margin: 0 5px 0 0;
	vertical-align: -10%
}
.nav-top li#navtb96791 {
	display:none;
}
/* temporär */
.nav-top li#navtb1595 {
	display: none;
}
.nav-top li#navtb30866 {
	display: none;
}

/* Font-Size */
#control-wrap {
	left: 400px;
    position: absolute;
    top: 10px;
}
#controls {	

}
#controls li {
	float:left;
	display:block;
	list-style-type:none;
	margin:0;	
	padding: 0;
}

a#fs-minus {
	background: url(minus.png) no-repeat;
	outline: 0 none;
	width: 24px;
	height: 16px;
	display: block;	
	padding: 0;
}
a#fs-plus {
	background: url(plus.png) no-repeat;
	outline: 0 none;
	width: 24px;
	height: 16px;
	display: block;
	padding: 0;
}

.nav-top2{
	float: left;
	line-height: 38px;
	padding: 18px 0 0
}
.nav-top2 ul{
	float: right;
	margin: 0 40px 0 0;
}
.nav-top2 li{
	display: block;
	margin: 0 0 -10px
}
.nav-top2 a{
	display: block;
	position: relative;
	text-decoration: none
}
.nav-top2 a:before{
	background: #ff3600;
	content: '';
	display: inline-block;
	height: 11px;
	margin: 0 11px 0 0;
	width: 11px
}
.nav-top2 a:hover{
	color: #ff3600
}
/*- Main Nav -*/
#nav-bar{
	background: #3a3a3a
}
#nav-bar2{
	background: #e3e3e3;
	text-align: center
}
.nav1{
	background: #ff3600;
	bottom: -20px;
	font: 1.285em/53px open_sans;
	height: 53px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase
}
.nav1 li{
	display: inline-block;
	margin: 0 30px
}
.nav1 a{
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-decoration: none
}
.nav1 a:hover:after,
.nav1 .active a:after{
	background: black;
	bottom: -5px;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	right: 0
}
.nav1 a:hover,
.nav1 .active a{
	color: #ffffff
}
/*- Secondary Nav -*/
.nav2{
	margin: 0 0 1em
}
.nav2 li{
	margin: 0 0 2px
}
.nav2 li a{
	background: #fafafa;
	color: #444444;
	display: block;
	padding: 6px 0 6px 15px;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #ff3600;
	color: #ffffff
}
/* Nav2 Level2 */
.nav2 ul ul{
	padding: 5px 0
}
.nav2 li.active li a{
	background: none;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 0 3px 25px;
	margin: 0 2px 0 0;
}
.nav2 li.active li.active a,
.nav2 li.active li a:hover{
	background: url(ico-arrow.png) no-repeat right;
	color: #ff3600
}
/*- Nav3 -*/
.nav3{
	float: right
}
.nav3 li{
	display: inline-block
}
.nav3 li:after{
	content: " |";
	padding: 0 5px
}
.nav3 li:last-child:after{
	content: ""
}
/*=== Columns ===*/
#columns{
	padding: 45px 0
}
#leftcol{
	float: left;
	width: 190px
}
#centercol{
	float: right;
	padding: 0 15px 0 0;
	width: 700px
}
.col1{
	float: left;
	width: 350px
}
.col2{
	float: left;
	margin: 0 0 0 52px;
	width: 350px
}
.col3{
	float: right;
	width: 200px
}
.col4{
	float: left;
	width: 330px
}
.col5{
	float: right;
	width: 405px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	padding: 0 15px
}
.list1 a{
	color: #444444;
	display: block
}
.list1 a:hover{
	color: #ff3600;
	text-decoration: none
}
.list1 dt{
	color: #ff3600
}
.list1 dd{
	margin: 0 0 15px
}
/*- List2 -*/
.list2{
	padding: 0 0 0 15px
}
.list2 a{
	background: url(dot.png) 0 3px no-repeat;
	color: #4d4d4d;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 3px 20px;
	text-decoration: none
}
.list2 a:hover{
	background: url(dot2.png) 0 3px no-repeat;
	color: #ff3600
}
.list2 li{
	margin: 0 0 .8em
}
.list2 a:hover{
	color: #ff3600
}
/*- List3 -*/
.list3{
	margin: 0 auto;
	padding: 23px 0;
	width: 1000px
}
.list3 a{
	color: #000000;
	display: table-cell;
	display: block;
	font: 500 1.145em open_sans;
	padding: 75px 0 0;
	text-decoration: none;
	vertical-align: middle
}
.list3 a:hover{
	color: #de2d2c
}
.list3 li{
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 25%
}
.ico01 a{
	background: url(ico01.png) top no-repeat
}
.ico01:hover a{
	background: url(ico01-.png) top no-repeat
}
.ico02 a{
	background: url(ico02.png) top no-repeat
}
.ico02:hover a{
	background: url(ico02-.png) top no-repeat
}
.ico03 a{
	background: url(ico03.png) top no-repeat
}
.ico03:hover a{
	background: url(ico03-.png) top no-repeat
}
.ico04 a{
	background: url(ico04.png) top no-repeat
}
.ico04:hover a{
	background: url(ico04-.png) top no-repeat
}
/*=== Styling Forms ===*/
/*- Search Form -*/
#suche{
	float: left;
	height: 20px;
	margin: 5px 0 0;
	width: 265px
}
#suche label{
	color: #ffffff;
	float: left;
	font-size: 14px;
	line-height: 25px
}
#suche input{
	background: #fff;
	border: 0;
	color: #333333;
	float: left;
	margin: 3px 0 0 10px;
	width: 165px
}
#suche .btn-search{
	background: none;
	border: 0;
	float: left;
	margin: 3px 0 0 7px;
	padding: 0;
	position: relative;
	width: auto
}
/* Suchvorschläge */
.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.ac_over {
    background-color: #ff3600;
    color: #ffffff;
}
.ac_odd {
	background-color: #888888;
	color: #ffffff;
}

/*=== Link Buttons ===*/
.btn-more a{
	color: #ffffff;
	display: block;
	float: right;
	font-size: 14px;
	letter-spacing: normal;
	padding: 0 15px;
	text-transform: none
}
/*- PDF, Print Icons -*/
#icons{
	float: right;
	height: 23px
}
#icons li{
	float: left;
	padding: 0 0 0 15px
}
/*=== Footers ===*/
#footer{
	color: #ffffff;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 25px 0;
	width: 1000px
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
.contact-info dt{
	float: left;
	width: 120px
}
#footer2{
	color: #a0a0a0;
	font-size: .857em;
	height: 50px;
	margin: 0 auto;
	padding: 8px 0 15px;
	position: relative;
	width: 1000px
}
#footer2 a{
	color: #a0a0a0;
	text-decoration: none
}
#footer2 a:hover{
	color: #ff3600
}
/*=== Misc. ===*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: " ";
	display: table
}
.clearfix:after,
.row:after {
	clear: both
}

/* popup navigation styling */	
ul.popup-navigation-nav0 li ul.popup-navigation-nav1, ul.popup-navigation-nav1 li ul.popup-navigation-nav2, ul.popup-navigation-nav1 li ul.popup-navigation-nav2 li ul.popup-navigation-nav3 {display: none;}
ul.popup-navigation-nav0 li:hover ul.popup-navigation-nav1 {display: block !important; position: absolute; z-index:999;}
ul.popup-navigation-nav1 li:hover ul.popup-navigation-nav2 {display: block !important; position: absolute; z-index:999;}
ul.popup-navigation-nav2 li:hover ul.popup-navigation-nav3 {display: none !important; position: absolute; z-index:999;}
ul.popup-navigation-nav3 li:hover ul.popup-navigation-nav4 {display: none !important; position: absolute; z-index:999;}
ul.popup-navigation-nav0{ width:auto; height:auto;}
ul.popup-navigation-nav0 li.activeTopMenu a {color: #ffffff; background: url(bg-nav.png) 0px 46px repeat-x;}
ul.popup-navigation-nav0 li.activeTopMenu:hover{background: none;}
ul.popup-navigation-nav0 li.activeTopMenu{background: none;}
ul.popup-navigation-nav0 li.activeTopMenu ul.popup-navigation-nav1 li {background:none;}
ul.popup-navigation-nav0 li.activeTopMenu ul.popup-navigation-nav1 li:hover {background: none;}
ul.popup-navigation-nav0 li.activeTopMenu ul.popup-navigation-nav1 li a {color: #4d4d4d;}
ul.popup-navigation-nav0 li.activeTopMenu ul.popup-navigation-nav1 li a:hover {color: #ffffff;}

ul.popup-navigation-nav1{margin: 0; padding: 0; width: 199px; border-top: none; color:#4d4d4d !important; background-color: #e6f0f1; background-image: none; content: none;}
ul.popup-navigation-nav1 li{float:left; width:199px; padding:0; border-bottom: 1px solid #ffffff; line-height: normal; background: none;border-top:none; margin:0; bottom:0;}
ul.popup-navigation-nav1 li:last-child{border:0; content: none;}
ul.popup-navigation-nav1 li a{text-align:left;color:#4d4d4d; font-size:12px; font-weight:normal; display: block; padding:8px 10px; text-transform:none; width:199px; height:auto; content: none;}
/*ul.popup-navigation-nav1 li:hover{background-color:#ff3600; background-image:none; content: none;}*/
ul.popup-navigation-nav1 li:hover, ul.popup-navigation-nav1 a:hover::after, ul.popup-navigation-nav1 .active a::after{background-color:#ff3600; background-image:none; content: none;}
ul.popup-navigation-nav1 li:hover a{color:#ffffff;}
ul.popup-navigation-nav1 li a.navigatorActive{background-color:#ff3600; background-image:none; margin: 0;border-top: none;color:#ffffff !important;}
ul.popup-navigation-nav1 li.activeTopMenu a.navigatorActive {color:#ffffff !important;background-image:none;}
ul.popup-navigation-nav1 li.navigatorActive a {color:#ffffff;background-image:none;}
ul.popup-navigation-nav1 li.activeTopMenu ul.popup-navigation-nav2 li.activeTopMenu a {color:#ffffff !important;background-color:#ff3600;}

ul.popup-navigation-nav2{border-left: 1px solid white; position:absolute; background-color: #e6f0f1; background-image:none; left:200px; width:199px; margin: -30px 0 0 -1px;}
ul.popup-navigation-nav2 li{width:199px; padding:0; border-bottom: 1px solid #ffffff;}
ul.popup-navigation-nav2 li a{text-align:left; font-size:12px; color:#4d4d4d !important;width:199px;}
ul.popup-navigation-nav2 li:hover a{color:#ffffff; background-color: #ff3600;}

.popup-navigation-nav2 img.arrowNavigation{
	display:none;
}

ul.popup-navigation-nav3{display:none !important;}
ul.popup-navigation-nav4{display:none !important;}
ul.popup-navigation-nav5{display:none !important;}

img.arrowNavigation { margin: 4px 0 0 0; float:right; }

/* OS */ 
.question {padding:6px 4px 3px 14px; font-family: arial; font-weight: normal; background-color: #ededed !important }
.panel-heading {
  background: none !important;
}

#fontsizeminus1 table td {max-width: 400px;}

.rr_textarea80 { 
	width: 480px; 
}

a {outline:none !important;
}

#contenttab select{
    max-width: 200px;
	width: auto;
	overflow:hidden;
}

#contenttab option{
    max-width: 200px;
	width: auto;
	overflow:hidden;
}

#contenttab {
	width: 690px;
	height: 484px;
	font-family: open_sans,Arial,Verdana,Helvetica,Sans-Serif;
	line-height: 1.5em;
}

#contenttab img{
	max-width: 690px;
}

#contentboxsub {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#contentboxsub form {
	margin: 0px;
	padding: 0px;
}

#contentboxsub table {
	margin: 0px;
	padding: 0px;
}
#contentboxsub table .table,
#contentboxsub table .table_activ {
	font-size: 13px;
	padding: 2px 4px;
}

#contentboxsub table th {
	text-align: left;
}

#contentboxsub form td{
	vertical-align: top;
	padding: 2px;
}

#contentboxsub td{
	padding: 1px;
}
#contentboxsub .table{
	padding: 4px;
}
#contentboxsub .table_activ{
	padding: 4px;
}
#contentboxsub .td_border{
	padding: 2px;
	background: #eaeaea;
}

#contentboxsub #icmswebcam li {margin:0 0 0 4px;}

#icmswebcam li.singlepic{
	display:block;
	float:left;
	text-align: right;
}

#icmswebcam li.folder{
	display:block;
	float:left;
	text-align: right;
}

#contentboxsub li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}

#contentboxsub img{;
	padding: 0px;
	margin:  0 5px;
}

#contentboxsub p{
	padding: 10px 0 18px 0;
}

#contentboxsub ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #ff3600;
	text-decoration: none;
}

#contentboxsub font a{
	color: #ff3600;
	text-decoration: none;
}

#contentboxsub p a{
	color: #ff3600;
	text-decoration: none;
}

#contentboxsub a:visited{
	color: #ff3600;
	text-decoration: none;
}

#contentboxsub a:focus{
	background:#dfdfdf;
	color: #ff3600;
	text-decoration: underline;
}

.amtSelect {
width: 100px;
}
/* hover zebra */
table.display tr.odd:hover, table.display tr.even:hover {
    background-color: #dddddd !important;
}
.ab_menu td {
    border: 1px solid #dddddd !important;
}

.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}



/*=== KMS eKonto  ===*/
.kms-eKonto .saldo {
    font-weight: bold;
}

.kms-eKonto .printcommand {
    float: right;
    margin-bottom: 10px;
}

.kms-eKonto .titel {
    font-style: italic;
    font-size: 13px;
    clear: both;
    margin-bottom: 10px;
}

.kms-eKonto .table td {
    white-space: nowrap;
}

.kms-eKonto .table th {
    background-color: #000000;
    color: #ffffff;
    white-space: nowrap;
    padding-right: 10px;
}

.kms-eKonto .table .odd,
.kms-eKonto .table .even {
    background: #ffffff;
	line-height: 2.2em;
	border-bottom: 1px solid #dedede;
}
.kms-eKonto .table tr:hover td {
	background-color: #F5F5F5;
}

.kms-eKonto .amount {
    text-align: right;
}

.kms-eKonto .label {
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

.kms-eKonto label {
    font-weight: bold;
}

.kms-eKonto .text {
    clear: both;
}

.kms-eKonto .register label {
    display: inline-block;
    width: 180px;
}

.kms-eKonto .register .input {
    margin-bottom: 10px;
}

#page .kms-eKonto .payment form {
    margin-top: 20px;
}

.kms-eKonto .navigation {
    margin-bottom: 40px;
}

#page .kms-eKonto .navigation li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-top: 10px;
    margin: 0px;
}

#page .kms-eKonto .navigation li.active a {
    background-color: #dbdbdb;
}

.kms-eKonto .nestLogo {
    float: right;
    margin-top: 30px;
}

.kms-eKonto .nestLogo img {
    margin-left: 5px;
}

.kms-eKonto .generateesr {
    clear: both;
    float: right;
    margin-bottom: 10px;
}

.kms-eKonto .esrOrange {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.kms-eKonto .esrOrange img {
    top: 0;
    left: 0;
}

.kms-eKonto .esrOrange .address {
    position: absolute;
    top: 100px;
    left: 20px;
}

.kms-eKonto .esrOrange .account {
    position: absolute;
    top: 178px;
    left: 110px;
}

.kms-eKonto .esrOrange .reference {
    position: absolute;
    top: 139px;
    left: 275px;
}

.kms-eKonto .esrOrange .ocrb {
    position: absolute;
    top: 340px;
    left: 20px;
}

.kms-eKonto .table {width: 100%}
.kms-eKonto .table td {max-width:150px; white-space:normal !important; vertical-align:text-top; line-height: normal}
