body {
     margin: 0;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
}
p {
	line-height:1.4em;
	 margin-bottom:14px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
h2,h3 {
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dotted gray;
}

textarea {
     font-family: verdana, arial, helvetica, sans-serif;
}

input {
     font-family: tahoma, arial, helvetica, sans-serif;

}
.headingicon {
     float: right;
}

.headingicon img {
     border: none;
}

/* ===================================================== Absatzformatierungen */
ul,ol {
     margin-top: 3pt;
}

li {
     margin-bottom: 3pt;
}

ul li {
     list-style-type: square;
}

hr {
     border: 1px solid #ccc;
}
table.nice {
	border: 1px solid #CFE3F3;
	border-bottom:none;
	border-right:none;
	color:#333;
	margin-bottom:12px;
	font-size:11px;
}
table.nice th{
	padding:4px;
	text-align:left;
	background-color:#CFE3F3;
	border-right: 1px solid #fff;
}
table.nice th.letzter {
	border-right: 1px solid #CFE3F3;
}
table.nice td{
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #CFE3F3;
	border-right: 1px solid #CFE3F3;
	line-height:1.5em;
}

/*hervorheben der Anker (FF)*/
a:target {
	border-left:10px solid red;
	padding-left:6px;
}
a {
	color:#2E76BE;
	text-decoration:none;
}
a:hover {
	color:#2E76BE;
	text-decoration:underline;
}

/* ================================================================== Dialoge */
.dialog table {
     margin: 24pt auto;
     border: 1px solid #039;
     border-collapse: collapse;
}

.dialog th,.dialog td {
     padding: 5px 10px;
     border: none;
}

.dialog tbody input.text,.dialog tbody input.password {
     border: 1px solid #039;
}

.dialog tbody input.disabled {
     background: #eee;
}

.dialog thead td {
     padding: 3px 5px;
     background: #039;
     color: #fff;
     font: bold tahoma, arial, helvetica, sans-serif;
     text-align: center;
}

.dialog tbody th {
     vertical-align: baseline;
     text-align: left;
     font-weight: bold;
}

.dialog tfoot td {
     text-align: center;
}

.dialog tfoot td input {
     width: 100px;
}

span.error {
     color: #f00;
     font-weight: bold;
}

/* ============================================================= News Artikel */
.article {
    /* margin: 20px 10% 0px 10%;*/
	margin-bottom:30px;
	margin-top:10px;
}

.article .title {
     background-color: #CFE3F3;
     border: 1px solid #CFE3F3;
     font-weight: bold;
     padding: 5px;
}

.article .overview {
     border-style: solid;
     border-color: #CFE3F3;
     border-width: 0px 1px 1px 1px;
     padding:5px;
padding-top:15px;
padding-bottom:15px;
}

.article .author { 
     color: #aaa; 
     font-size: xx-small; 
     font-style: italic;
}

.footer {
     padding-top: 2pt;
     border-top: 2px dotted #aaa;
     margin-top: 9pt;
}

.author {
    float: right
}
/*neue Styles*/
/*große Überschrift ausblenden - wird nicht mehr benötigt*/
h1 {
	display:none!important;
}
/*Ende neue Styles für Relaunch*/