lue
#metanavigation, .sidebar, .left a.logo, .topline, li.active .logo, .box, #headercontainer, #subnavcontainer, #footercontainer, .image_narrow, .image, #refresh, #content .header, .linkbox  {
	display: none;
}

#headercontainer .header {
	display: none;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, object, embed {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 100.01%;
	/*Damit Inhalt in Tabellen wieder zentriert werden kann - text-align weg*/
	/*text-align: left;*/
}


ul.skiplist {
    display: none;
}

a {
	color: blue !important;
	text-decoration: underline !important;
}

/*damit händische formatierungen wie fett und kursiv nicht angezeigt werden*/
h1 b {
	font-weight: normal !important;
	font-style: normal !important;
}

h1 b i {
	font-weight: normal !important;
	font-style: normal !important;
}

/*damit händische formatierungen wie fett und kursiv nicht angezeigt werden*/
h2 b {
	font-weight: normal !important;
	font-style: normal !important;
}


h2 b i {
	font-weight: normal !important;
	font-style: normal !important;
}

table table {
	border: none;
}

table table td {
	border-bottom: none;
}

table.simple tr td {
    border-top: 1px solid #e1e1e1;
    padding: 0.5em;
}

#content .textarea .article h1 {
    font-family: 'WalbaumFSBook','Times New Roman',Times, serif;
    font-size: 2.167em;
     padding: 0 0 13px;
    color: #282828;
	font-weight: normal;
	_margin: 0.8em 0 0 0;
	line-height: 1.1;
	text-align: left !important;
}

#content.narrow .textarea .article {
	border: 0;
}

#content .textarea .article .details {
	font-size: 1.2em;
	padding: 0 0 18px 0;
}

#content .textarea .article .text  td{
	vertical-align: top;
}


#content .textarea .article .text .LK-Zwischentext {
	margin: 0 0px 20px 40px;
	font-size: 1.05em;
	line-height: 1.5em;
	width: 28em;
}

table.personal {
	background: url(https://www.salzburg.gv.at/images/cms/personal_bg.png) no-repeat top left;
	margin: 0 0 10px 0;
}


table.personal {
	background: url(https://www.salzburg.gv.at/images/cms/personal_bg.png) no-repeat top left;
	margin: 0 0 10px 0;
}

.col.content .entry {
	background: url("https://www.salzburg.gv.at/images/cms/gradient_down.png") repeat-x left top #FFFFFF;
	/*background:url("https://www.salzburg.gv.at/images/cms/gradient_down.png") repeat-x scroll left bottom #FFFFFF;*/
	border-top: none !important;
	padding: 1em !important;
	width:15.063em !important;
	margin:0 0 0 0 !important;
}

#content .textarea .newsblock .entries {
	overflow: hidden;
	clear: left;
}
#content .textarea .newsblock .entries .col {
	float: left;
	width: 18.187em;
	_overflow: hidden;
	_width: 16.187em;
}

#content .textarea .newsblock .entries .col h1 {
	float: left;
	width: 18.187em;
	font-size: 1.6em;
	font-family: 'WalbaumFSBook','Times New Roman',Times, serif;
	font-weight: normal;
	margin: 0 0.4em;
	padding: 0.375em 0 0.4em 0;
}

able.personal {
	background: url(https://www.salzburg.gv.at/images/cms/personal_bg.png) no-repeat top left;
	margin: 0 0 10px 0;
}

table.personal td.border {
	border-top: 1px solid #d7d7d7;
	font-weight: bold;
	color: #464646;
	height: 40px;
}

table.personal td.padding {
	padding: 0 0 0 10px;
}

table.personal td.rightborder {
	border-right: 1px solid #d7d7d7;
	padding: 0 10px 0 10px;
}

#content .textarea .newsblock .breadcrumbs {
	display: none;
}

#lkorreditor .LK-Text {
	/*color: #FF2F2F;*/
	margin: 0 0 20px -10px !important;
	font-size: 1.05em;
	line-height: 1.5em;
	width: 33.5em;

}

#lkorreditor .LK-Untertext {
	margin: 0 0 20px 0;
	font-size: 1.05em;
	line-height: 1.5em;
	width: 33.5em;

}

#lkorreditor .LK-Zwischentext
{
	margin: 0 0px 20px 40px;
		font-size: 1.05em;
	line-height: 1.5em;
	width: 33.5em;

}

#content .textarea .article .text .LK-Text {
	/*margin: 0 0 20px -10px !important;
	font-size: 1.05em;
	line-height: 1.5em;
	width: 33.5em;*/
	margin: 0 0 20px -10px !important;
	font-size: 1.05em;
	line-height: 1.5em;
	width: 33.5em;
	/* eingebaut, da immer wieder Lücken angezeigt wurden */
	float: left;
}


#content .textarea .contentblock p {
	/*padding: 0 0 1.333em 0;*/
	padding: 0 0 0 0;
}

/* damit in der Fußzeile unter Rückfragen der Strich nicht mehr erscheint */
#content .buttonbar .right div,  #content .buttonbar .right a {
	display:none;
}

/* damit oberhalb von H1 kein Strich mehr angezeigt wird - selbst_ambulatorien.htm */
/*#content .textarea .article a{
    display:none;
}
*/

/* keine Anzeige Bild, Video und Audio bei einer LKORR-Meldung */
#content.wide .textlkorr{
	display: none;
}
#content .textarea .article .rightimage {
	float: right;
	margin: 0 0 20px 20px;
}

/* für Access Keys */
h6 {
	display: none;
}


/* AG 17.7.: damit der Accesskey nicht mehr angezeigt wird */
span.hidden {
position:absolute; left:-1000px; top:-1000px; width:1px; height: 1px;
overflow:hidden; display:inline;
}