body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#272727;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

address {
	font-style:normal;
}

a, h1, h2, h3, h3, h4, h5, h6 {
	color:#000066;
}
	
	a:focus {
		outline: 1px dotted invert;
	}
	
a.intern {
	background-image:url(../images/unterseiten/icon_link_intern.gif);
	background-position:left center;
	background-repeat:no-repeat;	
	padding:0.2em 0pt 0.3em 1.4em;
}

a.extern {
	background-image:url(../images/unterseiten/icon_link_extern.gif);
	background-position:left center;
	background-repeat:no-repeat;	
	padding:0.2em 0pt 0.3em 1.4em;
}	

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 1.585em;
	margin-bottom:1.25em;
}

h2 {
	font-size: 1.335em;
	margin-bottom:0.9em;
}

h3 {
	font-size: 1.165em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
	font-weight:normal;
}

h6 {
	font-size: 0.8em;
	font-weight:normal;
	font-variant:small-caps;	
}


ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 2em;
}

/* Standard-Tabellen */

table.contenttable {
	width:100%;	
}

table caption {
	text-align:left;
	padding:0.15em 0;
	font-size:0.835em;
}

th {
	background-color:#ebebeb;
	color:#000066;
	font-weight:bold;
	text-align:center;
	border:0.1em solid #272727;
	border-collapse:collapse;
	padding:0.5em 0.5em 0.4em 0.5em;
}

td {
	text-align:left;
	vertical-align:top;	
	border:0.1em solid #272727;	
	border-collapse:collapse;
	padding:0.4em 0.5em 0.4em 0.5em;	
}

	th p,
	td p {
		margin:0;
		padding:0;
	}
	
th.align-left, td.align-left, p.align-left { text-align:left; }
th.align-left p, td.align-left p { text-align:left; }
th p.align-left, td p.align-left { text-align:left; }

th.align-center, td.align-center, p.align-center { text-align:center; }
th.align-center p, td.align-center p { text-align:center; }
th p.align-center, td p.align-center { text-align:center; }

th.align-right, td.align-right, p.align-right { text-align:right; }
th.align-right p, td.align-right p { text-align:right; }
th p.align-right, td p.align-right { text-align:right; }

th.align-justify, td.align-justify, p.align-justify { text-align:justify; }
th.align-justify p, td.align-justify p { text-align:justify; }
th p.align-justify, td p.align-justify { text-align:justify; }
	
tr.secondline td {
	background-color:#ebebeb;
}

/* Tabellenlayoutvariante 2 */
table.variante2 {
	border:0.1em solid #999;
	border-bottom:0.2em solid #999;
}

table.variante2 th {
	background:#A5C3FF;	
	border:0px;
}

table.variante2 tbody tr td {
	background-color:#fff;
	border:0px;
}

tr.hintergrund-blau, table tr.hintergrund-blau td {
	background:#e1ebff !important;	
}

/* Hoch- und Tiefgestellte Texte */
sub {
	font-size:smaller;
	line-height:normal;
	vertical-align:sub;
}
sup {
	font-size:smaller;
	line-height:normal;
	vertical-align:super;
}
