html, body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:100%;
	font-style: normal;
	line-height: 1.3em;
	color:#4E4E4E;
	background-image: url(images/white.gif) !important;
	background-color:#ffffff;
}
[data-role=page]{
	background-image: url(images/white.gif) !important;
}

[data-role=header]{
	min-height:40px;
}

[data-role=footer]{
	background-image: url(images/white.gif) !important;
}

[data-role=content]{
	background-image: url(images/white.gif) !important;
	background-color:#ffffff;
	height:100%;
}

[data-role=content] h1 {
	font-size:1.3em;
	line-height:1.4em;
	color:#005983;
	margin-bottom:10px;
}

[data-role=content] h2 {
	font-size:1.2em;
	line-height:1.3em;
	color:#005983;
	margin-bottom:10px;
}

[data-role=content] h3 {
	font-size:1.1em;
	line-height:1.3em;
	color:#005983;
	margin-bottom:10px;
	text-transform:uppercase;
}

[data-role=content] h4 {
	font-size:1.1em;
	font-weight: bold;
	line-height:1.3em;
	color:#005983;
	margin-bottom:10px;
}

[data-role=content] h5 {
	font-size:1.1em;
	font-weight: bold;
	line-height:1.1em;
	color:#005983;
	margin-bottom:10px;
}

[data-role=content] h6 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:10px;
}
/********************** und noch ein paar eigene Formatierungen ***************************/
img.startbild{
	margin-left:-20px;
	margin-top:-20px;
}

table{
	width:100%;
	border-collapse:collapse; 
	margin-bottom: 0;
}

td{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#4E4E4E;
}
th.dringend{
	color:#de5619;
}

.mit_linien
{
	border:0px;
	margin:0px;
	padding: 0px;
}
.mit_linien td { padding:3px; border-bottom:1px #005983 solid;}
.mit_linien td.head { font-weight:bold;}
.mit_linien td.hell { border-bottom:1px #e6eff3 solid;}
.mit_linien th.hell_d {background-color:#de5619; color:#4e4e4e; font-weight:bold; border-bottom:1px #e6eff3 solid;}
.mit_linien td.green {background-color:#d4e58f; color:#4e4e4e; font-weight:bold; border-bottom:1px #e6eff3 solid;}
.mit_linien td.hell_b {background-color:#e6eff3; color:#4e4e4e; font-weight:bold; border-bottom:1px #e6eff3 solid;}
.mit_linien td.tickettitle_edv { font-style:italic; color:#009ee0}
.mit_linien td.tickettitle { font-style:italic;}


.weiss_Rahmen_rot
{
	border:2px #DE5619 solid;
	background-color:#ffffff; 
	margin:0px;
}

.liste
{
	border-bottom:1px #005983 solid;
}


.abstand_zum_Text_rechts
{
	padding-right: 5px;
}

.abstand_zum_Text_links
{
	padding-left: 5px;
}

.clear {
	clear: both;
}

.redText
{
	color:#de5619;
}

.redTextbold
{
	color:#de5619;
	font-weight:bold;
}

/*LISTEN*/
ul, ol, dl {line-height:18px;padding:0px;}
li {
	line-height:1.4em;
}

/************************ eigene Icons ***************************/

.ui-icon-telefon {
	background-image:url(images/telefon.png);
}