/******************/
/* --- RESETS --- */
/******************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ul, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	/*background: #E6F2FA;*/
	background: #DDDDDD;
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: #3c3c3c;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #B40000;
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #3c3c3c;
	padding: 25px 0 10px 0;
	font-weight: bold;
	text-align:left;
}

h1 {
	font-size: 30px;
	padding: 5px 0 15px 0;
	text-transform: uppercase;
}


h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

hr {
	padding: 0;
	margin: 15px 0;
	height: 0;
	border: 0;
	border-top: 2px solid #e5e5e5;
}

h1.header {
	margin-top: 20px;
	padding-bottom: 0;
}

h1.sub {
	font-size: 20px;
}

.headertext {

	margin-top: 10px;
	padding-bottom: 0;
	font-size: 30px;
	text-transform: uppercase;
	color: #3C3C3C;
	font-weight: bold;
	text-align: left;
	
}

.headersubtext {

	margin-top: 5px;
	padding-bottom: 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #3C3C3C;
	font-weight: bold;
	text-align: left;
	
}	

.mb10 {
	margin-bottom: 10px;
}

.table {
	border-spacing: 0;
	border: thin #ededed solid;
	width: 100%;
	height: auto;
}

.border-table {
	border: 1px solid #d7d7d7;
}

th {
	background: #b9c6cf;
}

th, td {
	padding: 4px;
}

td.row {
	background: #b9c6cf;
}

td.red {background: #E34042}

.table tr th {
	background: #ededed;
	text-align: center;
	vertical-align: middle;
}
.table tr td {
	padding: 0 2px;
}

input.text {
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 0;
	width: 179px;
}

input.text:hover,
input.text:active,
input.text:focus
{
	border: 1px solid #666;
}

input.button {
	padding: 5px;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	width: 60px;
}

input.button:hover,
input.button:active,
input.button:focus
{
	cursor: pointer;
	border: 1px solid #666;
}

.niedrig { background:#f03c11; color:#000; }
.mittel { background:#ffbc1c; color:#000; }
.hoch { background:#00bb00; color:#000; }
.klein { font-size: 0.8em; }
.bildrechts { float: right; margin-left: 10px;}
.clear { clear: both; }
.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.template {
/*	width: 985px; */
	width: 70.357142857142857142857142857143em;
	margin: 0 auto;
}

/***********************************/

.template_menu_bottom {

	width: 100%;
	/*position: relative;*/
	margin-bottom: 30px;
	height:100px;	
}


.template_menu_bottom ul {
	
	width:100%;
	height:35px;
	
	list-style-type:none;
	text-align: center;

	
	
}

.template_menu_bottom ul li {
	float: right;
	margin-top:0px;
	padding:0px 10px 0px 10px;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;


}

.template_menu_bottom ul li.first {
	
		border-left-style: none;
}

.template_menu_bottom ul li a,.template_menu_bottom ul li a:visited {
	display: block;
	/*padding: 0 0 0 22px;*/
	background: url(images/bullet_nav.png) 10px center no-repeat;
	text-decoration: none;
	color: black;
}

.template_menu_bottom ul li a:hover,
.template_menu_bottom ul li a:focus,
.template_menu_bottom ul li a:active {
	text-decoration: underline;
}

.template_menu_bottom ul li.nobullet a {
	background: none;
}


.template_menu_bottom ul li.nobullet a.langswitch_top.lang_en {
		background: url(images/flag_en.png) right top no-repeat;
	padding: 0 35px 0 0;
}

.template_menu_bottom ul li.nobullet a.langswitch_top.lang_de {
		background: url(images/flag_at.png) right top no-repeat;
	padding: 0 35px 0 0;
}

/**********************************/

/*
.template_header {
	background: #f8fcff url(images/header.jpg) no-repeat left top;
	width: 70.357142857142857142857142857143em;
	height: 137px;
	margin: 0 0 20px 0;
}*/

.template_header {
	/*background: #f8fcff;*/
	background: #f8f8f8;
	width: 70.357142857142857142857142857143em;
	height: 137px;
	margin: 0 0 20px 0;
}



/*
.template_header ul li.logo {
	position: relative;

}
*/

.template_header ul {
	height: 32px;
	position: relative;
	/*right: 5px;
	top: 102px;*/
}

/*
.template_header ul {
	height: 32px;
	position: absolute;
	right: 5px;
	top: 102px;
}
*/

/*
.template_header ul li {
	float: left;
}
*/
.template_header ul li {
	float: left;
}

.template_header ul li a,.template_header ul li a:visited {
	display: block;
/*	padding: 0 0 0 22px;*/
	/*margin-left: -20px;*/
	background: url(images/bullet_nav.png) 10px center no-repeat;
	text-decoration: none;
}
/*
.template_header ul li a,.template_header ul li a:visited {
	display: block;
	padding: 0 0 0 22px;
	background: url(images/bullet_nav.png) 10px center no-repeat;
	text-decoration: none;
}
*/
.template_header ul li a:hover,
.template_header ul li a:focus,
.template_header ul li a:active {
	text-decoration: underline;
}

.template_header ul li.nobullet a {
	background: none;
}

.template_header ul li.last {

	position: relative;
	float: right;
	padding: 20px;	
}

.template_header ul li div.search {
	/*position: relative;
	float: right;*/
	/*padding: 100px 27px 0px 0px;*/
	margin: 35px 0 10px 0;
}

.template_header ul li div.dig_austria {
	margin: 13px 0 15px 0;
	text-align: right;	
}

.template_header ul li.logo {
	position: relative;
}

/*
.template_header ul li.logo img {
	position: absolute;
	width: 165px;
	height: 135px;
	left: -725px;
	top: -100px;
	float: none;
	z-index: 999;
	cursor: pointer;

}
*/
.template_header ul li.logo img {
	position: relative;
	width: 135px;
	height: 135px;
	float: none;
	z-index: 999;
	cursor: pointer;

}

body.english .template_header ul li.logo img {
	/*left: -272px;*/
}

/*
body.english .template_header {
	background: #f8fcff url(images/header_en.jpg) no-repeat left top;
}
*/
body.english .template_header {
	/*background: #f8fcff;*/
	background: #f8f8f8;
}


.langswitch {
	position: absolute;
	right: 835px;
	top: 109px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;

}


.lang_en {
	background: url(images/flag_en.png) left top no-repeat;
	padding: 0 0 0 35px;
}

.lang_de {
	background: url(images/flag_at.png) left top no-repeat;
	padding: 0 0 0 35px;
}

.lang_en:hover,
.lang_en:focus,
.lang_en:active {
	text-decoration: underline;
}

.lang_de:hover,
.lang_de:focus,
.lang_de:active {
	text-decoration: underline;
}






.template_navigation {
	width: 20.357142857142857142857142857143em;
/*	width: 285px;*/
	padding: 0 2.489em 0 0;
	float: left;
}

.template_navigation ul li ul {
	padding: 0 0 0 20px;
}

.template_navigation ul li ul li {
	list-style: disc;
}

.navbox {
	padding: 12px 15px 10px 15px;
	margin: 0 0 20px 0;
	background: #FFF;
	position: relative;
}

.navbox a.testbutton:hover {

text-decoration: underline;
	
}

.navbox a, .navbox a:visited {
	text-decoration: none;
}

.navbox a:hover,
.navbox a:focus,
.navbox a:active {
/*	text-decoration: underline;*/
}

.navbox ul li a {
/*	padding: 5px 0;*/
	padding: 5px 0 5px 5px;
	display: block;
}

.navbox h2, .navbox h3 {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 10px 0;
	margin: 0;
	/*font-size: 26px;*/
	font-size: 22px;
}

.navboxhandy h3 {
	/*color: #60994A;*/
	color: #B5181F;
}

.navboxkarte h3 {
	/*color: #5E91BF;*/
	/*color: #8DBF73;*/
	color: #64B766;
	
}

.navboxtesten h2 {
	color: #BF8332;
}

.navboxhandy img, .navboxkarte img {
	position: absolute;
	/*right: -10px;*/
	right: 5px;
	top: 10px;
}

/*.digitales_oesterreich {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 215px;
	height: 40px;
}
*/

.template_content {
	width: 47.5em;
/*	width: 665px; */
	float: left;
}

.template_footer {
	position: relative;
}

.footer {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.copy {
	padding: 15px 0 15px 0;
	font-size: 11px;
	color: #666;
	text-align: right;
	display: block;	
}

.template_footer ul {
	overflow: auto;
}

.template_footer ul li {
	float: left;
}

.template_footer ul li a {
	display: block;
	padding: 10px 0 10px 22px;
	background: url(images/bullet_nav.png) 10px center no-repeat;
}

.template_footer ul li.nobullet a {
	background: none;
}

.contentbox {
	background: #FFF;
	padding: 10px 25px 25px 25px;
	margin: 0 0 20px 0;
	position: relative;
}

.contentbox > h1 {
	padding: 0 60px 30px 0;
}

.contentboxribbon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

.contentboxribbonhandy {
/*	width: 75px;
	height: 75px;
	background: url(images/Logo_Chiperling%20mit%20Handy.jpg) left top no-repeat;*/
	background: url(images/logos_neu/HandySign_Logo_RGB_60.png) left top no-repeat;
	width: 60px;
	height: 94px;
	margin: 10px;

}

.contentboxribbonkarte {
	/*width: 75px;
	height: 70px;*/
	/*background: url(images/Logo_CARD.jpg) left top no-repeat;*/
	background: url(images/logos_neu/Buergerkarte_Logo_RGB_94.png) left top no-repeat;
	width: 94px;
	height: 59px;
	margin: 10px;
}

.contentboxhandy > h1 {
	/*color: #60994A;*/
	color: #B5181F;
	/*font-weight: 600;*/
}

.contentboxkarte > h1 {
	/*color: #5E91BF;*/
	/*color: #8DBF73;*/
	color: #64B766;
}

.contentbox p {
	padding: 0 0 10px 0;
/*
	hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto; 
*/

}

.contentbox {
	text-align:justify;
}



.contentbox a.morelink {
	font-weight: 600;
	color: #6ba5d9;
}

.footer_left {
	width: 50%;
	float: left;
}

.footer_right {
	width: 50%;
	float: left;
}


.newsartikel {
	padding-bottom: 15px;
}


.newsartikel.index {
	
	/*padding-bottom: 0;*/
	/*height:655px;*/

}

.newsartikel.index ul li {
	padding-bottom: 5px;
	padding-top: 5px;
}


.newsartikel h1, .newsartikel h2 {
	padding-top: 0px;
}

.mainvideo {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.contentbox ul {
	padding: 0 0 0 20px;
	margin-bottom:15px;
}
.contentbox ul ul{
	margin-bottom:0px;
}

.contentbox ul li {
	list-style: disc;
}

.contentbox table {
	margin-bottom:15px;
	border:1px solid #aaa;
	border-collapse:collapse;
}
.contentbox table td,.contentbox table th{
	border:1px solid #3c3c3c;
}



.aktierierungsliste ul li {
	padding-bottom: 20px;
}

#video {
	padding: 0;
}

/* WIE FUNKTIONIERT HANDY */

.ablauf_left {
	width: 235px;
	float: left;
}

.ablauf_right {
	width: 380px;
	float: left;
}

/* PDF Signatur */

ul.dropcontent, ul.dropcontent li div ul.dropcontent {
	padding: 0;
	margin: 0 0 10px 0;
}

ul.dropcontent li, ul.dropcontent li div ul.dropcontent li {
	list-style: none;
	padding: 0;
}

ul.dropcontent li a, ul.dropcontent li div ul.dropcontent li a {
	display: block;
	padding: 5px 10px 5px 30px;
	border-bottom: 1px solid #FFF;
	background: #f5f5f5 url(images/arrowright.png) 10px center no-repeat;
}

ul.dropcontent li a:hover,
ul.dropcontent li a:active,
ul.dropcontent li a:focus,
ul.dropcontent li div ul.dropcontent li a:hover,
ul.dropcontent li div ul.dropcontent li a:active,
ul.dropcontent li div ul.dropcontent li a:focus {
	text-decoration: none;
}

ul.dropcontent li a.openToggle {
	background: #f5f5f5 url(images/arrowdown.png) 10px center no-repeat;
}

ul.dropcontent li ul {
	padding: 0 0 0 20px;
}

ul.dropcontent li ul li, ul.dropcontent li ul li ul li {
	list-style: disc;
}

ul.dropcontent li ul li a, ul.dropcontent li div a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}


ul.dropcontent li div, ul.dropcontent li div ul.dropcontent li div {
	/*display: none;*/
	padding: 10px;
	margin: -1px 0 1px 0;
	border: 2px solid #f5f5f5;
}

ul.dropcontent li div div {
	display: block;
}

ul.tabs {
	padding: 0 0 0 6px;
	height: 42px;
	margin: 0 0 0 0;
	background: #f5f5f5;
}

ul.tabs li {
	list-style: none;
	float: left;
	height: 42px;
}

ul.tabs li a {
	display: block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	border-top: 5px solid #f5f5f5;
	text-decoration: none;
	text-transform: uppercase;
}

ul.tabs li a.aktivtab {
	border-left: 0;
	background: #FFF;
	border-top: 5px solid #f5f5f5;
}

ul.tabs li a.firsttab {
	/*border-left: 1px solid #d7d7d7;*/
}

.tabscontent {
	display: none;
	padding: 10px;
	border: 2px solid #f5f5f5;
	border-top: none;
}

.aktivtabcontent {
	display: block;
}

.inlinecontentright {
	float: right;
	width: 284px;
	padding: 0 0 15px 15px;
	position: relative;
	background: #FFF;
}

.inlinecontentrightbox {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px solid #e5e5e5;
	font-size: 12px;
}

.inlinecontentrightbox td {
	vertical-align: middle;
}

.online-signieren, ul.dropcontent li div a.online-signieren {
	width: 260px;
	height: 50px;
	margin: 0 0 10px 0;
	background: url(images/online-signieren.png) left top no-repeat;
	display: block;
	overflow: hidden;
	text-decoration: none;

}

.online-signieren span, ul.dropcontent li div a.online-signieren span {
	display: none;
}

.online-signieren:hover,
.online-signieren:active,
.online-signieren:focus,
ul.dropcontent li div a.online-signieren:hover,
ul.dropcontent li div a.online-signieren:active,
ul.dropcontent li div a.online-signieren:focus
{
	background: url(images/online-signieren-hover.png) left top no-repeat;
}

.signatur-pruefen {
	width: 260px;
	height: 50px;
	margin: 0 0 10px 0;
	background: url(images/signatur-pruefen.png) left top no-repeat;
	display: block;
	text-decoration: none;
}

.signatur-pruefen:hover,
.signatur-pruefen:active,
.signatur-pruefen:focus
{
	background: url(images/signatur-pruefen-hover.png) left top no-repeat;
}

.downloadlink, ul.dropcontent li div a.downloadlink {
	display: block;
	width: 112px;
	height: 20px;
	background: url(images/herunterladen.png) left top no-repeat;
	text-decoration: none;
}

.downloadlink:hover, ul.dropcontent li div a.downloadlink:hover {
	background: url(images/herunterladen-hover.png) left top no-repeat;
}

.downloadlinken, ul.dropcontent li div a.downloadlinken {
	display: block;
	width: 112px;
	height: 20px;
	background: url(images/download-en.png) left top no-repeat;
}

.downloadlinken:hover, ul.dropcontent li div a.downloadlinken:hover {
	background: url(images/download-en-hover.png) left top no-repeat;
}

.boxfade,
.boxfadeeintraege {
	position:relative;
}

.boxfade > ul {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.boxfade > ul > li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.boxfade > ul > li > a {
	display: block;
	padding: 1px 14px;
	margin: 0 0 0 0px;
	text-decoration: none;
/*	background: #d7d7d7;*/
	background: white;
}

.boxfade > ul > li.boxliaktiv > a {
	/*background: #5E91BF;*/
	background: #969696;
	color: white;
}



.boxfade .textMobile .text{
margin-right:180px;
}

.boxfade .textCard .text{
margin-left:220px;
}

.boxfade .textDifference .text{
margin-right:180px;
}

.boxfade .textApplications .text{
margin-left:220px;
}

.boxfade .textNews .text{
margin-right:240px;
}

.boxfade .textHandySignaturAccount .text{
margin-left:220px;
}

.boxfade .textMobile img{
float:right;
margin-top:0px;
margin-bottom:10px;
margin-right:30px;
margin-left:10px;
width: 100px;
}

.boxfade .textCard img{
float:left;
margin-top:20px;
margin-bottom:10px;
margin-right:10px;
margin-left:30px;
width: 140px;

}

.boxfade .textDifference img{
float:right;
margin-top:0px;
margin-bottom:10px;
margin-right:30px;
margin-left:10px;
width: 130px;
}

.boxfade .textApplications img{
float:left;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
width: 140px;

}

.boxfade .textNews img{
float:right;
margin-top:20px;
margin-bottom:10px;
margin-right:30px;
margin-left:10px;
width: 140px;
}

.boxfade .textHandySignaturAccount img{
float:left;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
width: 140px;

}

.boxeintrag {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	
	background-color:white;	
}

.box, ul.dropcontent li div .box {
	padding: 10px;
	margin: 0 0 10px 0;	
	border: 2px solid #e5e5e5;
}

.box h2, .box h3 {
	padding: 10px 0 5px 0;
}

.box table tr td {
	vertical-align: top;
}

.box table tr td h2 {
	padding: 0 0 10px 0;
}


.boxkarussell, ul.dropcontent li div .box {
	/*padding: 10px;*/
	margin: 0 0 10px 0;
	height: 310px;
	/*border: 2px solid #e5e5e5;*/
}

.boxkarussell h2, .box h3 {
	/*padding: 10px 0 5px 0;*/
}

.boxkarussell table tr td {
	vertical-align: top;
}

.boxkarussell table tr td h2 {
	padding: 0 0 10px 0;
}



.pdfsiginhalt {
	/*width: 292px;*/
}

.pdfsiginhalt ul li {
	padding: 2px 0;
}

.glossarbegriff, ul.dropcontent li div a.glossarbegriff {
	text-decoration: none;
	border-bottom: 1px dotted #3c3c3c;
}

.glossarbegriff:hover, ul.dropcontent li div a.glossarbegriff:hover {
	border-bottom: 1px solid #B40000;
}

.glossarbegriff:after{
	content:"(?)";
	vertical-align:super;
	color:#3c3c3c !important;
	font-size:0.8em;
}



/* Lightbox: */
/* Removed overflow:hidden property, as this causes problems with displying the lightbox in Chrome */
/*#lightbox-container { display:block; position:fixed; top:0; left:0; width:100%; text-align:left; overflow:hidden; z-index:1000; }*/
#lightbox-container { display:block; position:fixed; top:0; left:0; width:100%; text-align:left; z-index:1000; }

/*invalid CSS:*/
#lightbox-hintergrund {
	position:fixed !important;
	left:0 !important;
	top: 0 !important;
	width:100% !important;
	height:100% !important;
	background: transparent url("images/transBg.png") repeat !important;

}

#lightbox-laden { position:relative; width:132px; margin: 0 auto 0 auto; z-index:1001; }
.lightbox-inhalt { 
	position:fixed !important;
	width:500px !important;
	padding:16px !important;
	border:2px solid #1c3e6c !important;
	background:white !important;
	z-index:1002 !important;
	margin: 50px 0 0 0 !important;
}
.lightbox-inhalt div { 
	position: relative;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.lightbox-inhalt div img { margin:10px 10px 0 0; }
.lightbox-chiperling {  }
.lightbox-schliessen { position: absolute; right: 0; top: 10px; padding:5px; }
.lightbox-content { display: none; }
sup {
	padding: 0 0 0 2px;
}




#hashwert { }
#hashwert td { width:1em; text-align:center; }
.seitenleiste { width:300px; float:right; border:2px solid red; }

#skiplinks a {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#skiplinks a:focus,
#skiplinks a:active {
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
  width: auto !important;
  z-index: 999;
  background: #FFF;
  padding: 2px;
}

.explorer-kasten {
	width: 300px;
	float: right;
	padding: 0 0 0 10px;
	z-index: 1;
	background: white;
}

.ablaufbild {
	padding: 5px;
	border: 2px solid #ededed;
}

div.menu_item {

	padding-left: 0px;	
}


a.menu_handy {

	margin-bottom: 2px;
	padding-left: 5px;
	
	
		
	border-left-style:solid;
	/*border-left-color: #D8EACE;*/
	border-left-color: #F5BABD;
	border-left-width: thick;
}

a.menu_handy:hover {
	/*background-color: #ECF4E8;*/
	background-color: #F5BABD;
		/*border-left-color: #396F2C;*/
	border-left-color: #B5181F;
/*	color: #396F2C;*/
	color: #B5181F;

}

/* Required for Sitemesh templates - color values must match values in applications.js */
a.menu_handy_selected {
	
	margin-bottom: 2px;
	padding-left: 5px;	
	
	border-left-style:solid;
	border-left-width: thick;

	/*background-color: #ECF4E8;
	border-left-color: #396F2C;
	color: #396F2C;*/
	
	background-color: #F5BABD;
	border-left-color: #B5181F;
	color: #B5181F;
}

a.menu_karte {
	
	margin-bottom: 2px;
	padding-left: 5px;	
	
	border-left-style:solid;
	/*border-left-color: #CED9EA;*/
	border-left-color: #E7F1E0;
	border-left-width: thick;
}

a.menu_karte:hover {
/*	background-color: #DAE2EF;
	border-left-color: #143D66;
	color: #143D66; */
	
/*	background-color: #E7F1E0;*/
	background-color: #F5FFEE;
	
/*	border-left-color: #8DBF73;*/
	border-left-color: #64B766;
/*	color: #8DBF73;*/
/*	color: #5A8C40;*/
/*	color: #64B766;*/
	color: #348736;

}

/* Required for Sitemesh templates - color values must match values in applications.js */
a.menu_karte_selected {

	margin-bottom: 2px;
	padding-left: 5px;	
	
	border-left-style:solid;
	border-left-width: thick;
	
/*	
	background-color: #DAE2EF;
	border-left-color: #143D66;
	color: #143D66;
*/
	background-color: #F5FFEE;
	border-left-color: #64B766;
	color: #348736;

}

a.menu_details {
	
	margin-bottom: 2px;
	padding-left: 5px;	
	
	border-left-style:solid;
	border-left-color: #EDD8BA;
	border-left-width: thick;
}

a.menu_details:hover {
	background-color: #FDE7C7;
	border-left-color: #5C4018;
	color: #5C4018;

}

/* Required for Sitemesh templates - color values must match values in applications.js */
a.menu_details_selected {

	margin-bottom: 2px;
	padding-left: 5px;	
	
	border-left-style:solid;
	border-left-width: thick;

	background-color: #FDE7C7;
	border-left-color: #5C4018;
	color: #5C4018;

}

.newsentry {

	width: 100%;
}

.newsentry_split_left {

	width: 75%;
	float: left;	
}

.newsentry_split_right {

	width: 20%;
	float: right;	
	text-align:right;
}

.newsentry_separator {

	margin-top: 25px; 
	margin-bottom: 25px;
	
}

.pdfsignerprovider:before,
.pdfsignerprovider:after {
content: " ";
display: table;
}
.pdfsignerprovider:after {
clear: both;
}
.pdfsignerprovider {
*zoom: 1;

}

.pdfsignerproviderentry {
float: left;
width: 50%;
	
}


/*div.button {
	padding: 5px;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	text-decoration:none;
	text-align:center;
	width:100%;
}*/

.pdfsignerproviderentrycontent {

 margin: 20px;
 text-align:left;
	
}

.pdfsignerproviderentryimage {

 margin: 20px;
 text-align:left;
	
}

.pdfsignerproviderentrybutton {

 margin: 20px;
 text-align:left;


	
	
}	

input.buttonSign {
	padding: 5px;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	width: 100%;
}

input.buttonSign:hover,
input.buttonSign:active,
input.buttonSign:focus
{
	cursor: pointer;
	border: 1px solid #666;
}


input.buttonSignSmall {
	padding: 5px;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
	width: 35%;
}

input.buttonSignSmall:hover,
input.buttonSignSmall:active,
input.buttonSignSmall:focus
{
	cursor: pointer;
	border: 1px solid #666;
}

.progressIndicatorStyle
{
    background-color:white;
    width:405px;
    height:140px;
    border:solid 1px #EF9D49;
    top:700px;
	left: 130px;
    z-index:99999;
    position:absolute;
    display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:gray;
	padding:20px;
}

.contentbox table.legendtable {

border: 0px none white;
border-collapse:collapse;	
}

.contentbox table td.legendtableentryicon {

padding-left: 30px;
padding-right: 10px;
padding-top: 10px;
padding-bottom:10px;
text-align: right;
border: 0px none white;
}

.contentbox table td.legendtableentrydescription {

padding-left: 10px;
padding-right: 30px;
padding-top: 10px;
padding-bottom:10px;
font-style:italic;
border: 0px none white;
}
