html, body {
 color:#3E3D40;
}

h1 {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-transform:uppercase;
 color:#03456B;
 font-size:13px;
 font-weight:bold;
 margin:0px 0px 20px 0px;
 border:0px;
}

h2 {
 color:#03456B;
 font-size:12px;
 font-weight:bold;
 margin:0px 0px 10px 0px;
 border:0px;
}

h3 {
 color:#3E3D40;
 font-size:12px;
 font-weight:bold;
 border:0px;
}


ul {
 margin:0px 0px 0px 10px;
 padding:0px 0px 5px 0px;
 border:0px;
 list-style-type:none;
}

li {
 padding:0px 0px 0px 5px;
 margin:0px 0px 0px 10px;
 list-style-type:square;
 text-align:left;
 border:0px;
}

img.rahmen_blau {
 border:1px solid #03456B;
}
img.rahmen_grau {
 border:1px solid #3E3D40;
}

img.rechts {
 float:right;
 margin-left:5px;
 margin-bottom:5px;
}
img.links {
 float:right;
 margin-left:5px;
 margin-bottom:5px;
}


hr {
 margin: 5px 0 5px 0;
 padding:0px;
 border-top: 1px solid #E5E5E5;
}

* html hr {
 margin: 5px 0 5px 0;
 padding:0px;
 border:0px;
 border-top-width: 1px;
 border-top-style:solid;
 border-top-color:#E5E5E5;
}


span.grau {
 color:#3E3D40;
}
span.blau {
 color:#03456B;
}
span.schwarz {
 color:#000000;
}
span.weiss {
 color:#FFFFFF;
}

p {
	margin-bottom:0.5em;
}

p.gross, span.gross {
 font-size:1.1em;
}
p.klein, span.klein {
 font-size:0.85em;
}
p.align-left, span.align-left {
 text-align:left;
}
p.align-center, span.align-center {
 text-align:center;
}
p.align-right, span.align-right {
 text-align:right;
}

p a, p a:link, p a:visited, p a:active {
 color:#03456B;
 text-decoration:none;
}

p a:focus, p a:hover {
 color:#03456B;
 text-decoration:underline;
}

a, a:link, a:visited, a:active {
 color:#03456B;
 text-decoration:none;
}

a:focus, a:hover {
 color:#03456B;
 text-decoration:underline;
 /* color:#D21811; */
 /* text-decoration:underline; */
}

a.speichern, a.speichern:link, a.speichern:visited, a.speichern:active, p a.speichern, p a.speichern:link, p a.speichern:visited, p a.speichern:active {
 color:#03456B;
 text-align:left;
 text-decoration:none;
 background-image:url(/fileadmin/layout/images/icon/save.gif);
 background-repeat:no-repeat;
 background-position:center left;
 padding-left:20px;
}
a.speichern:focus, a.speichern:hover, p a.speichern:focus, p a.speichern:hover {
 color:#03456B;
 text-decoration:none;
 background-image:url(/fileadmin/layout/images/icon/save.gif);
 background-repeat:no-repeat;
 background-position:center left;
}

a.extern, a.extern:link, a.extern:visited, a.extern:active, p a.extern, p a.extern:link, p a.extern:visited, p a.extern:active {
 color:#03456B;
 text-align:left;
 text-decoration:none;
 background-image:url(/fileadmin/layout/images/icon/linkext.gif);
 background-repeat:no-repeat;
 background-position:center left;
 padding-left:15px;
}
a.extern:focus, a.extern:hover, p a.extern:focus, p a.extern:hover {
 color:#03456B;
 text-decoration:none;
 background-image:url(/fileadmin/layout/images/icon/linkext.gif);
 background-repeat:no-repeat;
 background-position:center left;
}




table.contenttable, table.htmlarea-showtableborders{
 clear:both;
 text-align:left;
 font-size:0.90em;
 color:#3E3D40;
 border-spacing:2px;
 margin: 0px;
 padding:0px;
 width:100%;
}

thead.contenttable th, thead.htmlarea-showtableborders th {
 border: 0px;
}

tbody.contenttable th, tbody.htmlarea-showtableborders th {
 vertical-align:top;
 padding:1px;
 color:#3E3D40;
}

table.contenttable td, table.htmlarea-showtableborders td {
 vertical-align:top;
 padding:1px;
 border-bottom: 1px solid #c8c8c8;
 border-left: 0px solid #c8c8c8;
 border-right: 1px solid #c8c8c8;
 border-top: 0px solid #c8c8c8; 
}

table.contenttable td.spre, table.htmlarea-showtableborders td {
 vertical-align:top;
 text-align:right;
 padding:1px;
}
