/* Start of CMSMS style sheet 'Typography' */
/* General */

body, html, * {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

body, td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	line-height: 1.42em;
	color: #311d00;
}

h1 {
	margin-bottom: 0.7em;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #311d00;
}

h2 {
	display: block;
	margin-bottom: 0.67em;
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;
}

/* *** Überschrift Newseinträge *** */
div.NewsSummary h2 a {
	text-decoration: none;
}
div.NewsSummary h2 a:hover {
	text-decoration: underline;
}


h3 {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #311d00;
}	

	p + h3,
	ul + h3,
	ol + h3,
	a + h3,
	img + h3 {
		margin-top: 1.2em;
	}

h4 {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.42em;
	color: #311d00;
}

p,
dl,
ul,
ol,
pre {
	margin-bottom: 0.5em;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
}
	
	dl dt {
		font-weight: bold;
		color: #493829;
	}
	
	dl dd {
		margin-bottom: 1em;
	}

ol li {
	padding: 0.12em 0;
}

dl ul {
	font-size: 1em;
}

li {
	list-style: disc;	
}

div#content ol {
	list-style-type: decimal;
	margin-left: 1.4em;
	padding-left: 0.1em;
}
	div#content ol li {
		padding: 0 0 0.5em 0;
	}
	div#content ol p,
	div#content ol h4 {
		font-size: 1em;
	}
	div#content ol h2 {
		font-size: 1.3636em;
	}
	div#content ol h3 {
		font-size: 1.1818em;
	}
	
pre,
code {
	font-family: Consolas, "Courier New", Courier, fixed;
}

table td {
	vertical-align: top;
}

table {
	text-align: left;
	line-height: 1.42em;
}
	table td {
		padding: 0px 0px 0px 0px;
		vertical-align: top;
		font-size: 11px;
	}
	.without_line td {
		padding: 14px 20px 14px 4px;
		vertical-align: top;
		font-size: 1.1em;	
		border-bottom: none;
	}
	.short_padding td {
	  padding: 4px 4px 4px 4px;
	  vertical-align: top;
	  font-size: 1.1em; 
	  border-bottom: none;
	}
	table tfoot td {
		border-bottom: none;
	}
	table th {
		padding: 4px 20px 4px 4px;
		font-size: 1.3em;
		font-weight: bold;
		border: none;
		vertical-align: middle;
	}
	table tbody th {
		font-size: 1.1em;
		vertical-align: top;
		padding: 14px 20px 14px 4px;
	}
	table ul {
		font-size: 1em;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

hr {
	clear: both;
	height: 1px;
	width: 100%;
	margin: 0 36px 0 0;
	background: #FFF;
	border: 0;
	color: #CAC3BF;
}


/* **** Links **** */

a:link, 
a:visited { 
	text-decoration:underline;
	color: #003399;
}

a:focus, 
a:hover,  
a:active { 
	text-decoration:underline;
	color: #FF9900; 
}

/* End of 'Typography' */

