/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

p, ul { 
	font-family: myriad, geneva, arial, sans-serif;
	font-size: 0.95em;
	padding-bottom: 0px;
	line-height:1.3em;
}

ul { 
    list-style-type: square; 
    }




h2 {
    color:#2668A6;
    font-weight: normal;	
	}

h3 {
    font-weight: normal;	
    }

h4 {
    color:#2668A6;
    font-weight: normal;	
    }

span.author {
font-size:11pt; 
font-weight:bold;
font-style:normal; 
color:#961207;
}

span.header {
font-size:14pt; 
font-weight:bold;
font-style:normal; 
color:navy;
}

/*css für fontresizer*/
span.cReduceTextSize{
	font-size: small;
	font-weight: bold;
	}
	
span.cReduceTextSize a:link, a:visited {
	text-decoration: none;
	color: black;
	}

span.cReduceTextSize a:hover {
	color: #527CA5;
	}

span.cNormalTextSize a:link, a:visited {
	text-decoration: none;
	color: black;
	}

span.cNormalTextSize a:hover {
	color: #527CA5;
	}

span.cEnlargeTextSize{
	font-size: larger;
	}


span.cEnlargeTextSize a:link, a:visited {
	text-decoration: none;
	color: black;
	}

span.cEnlargeTextSize a:hover {
	color: #527CA5;
	}



a.external-link-new-window,
a.external-link-new-window:visited,
a.download, 
a.internal-link,
a.external-link,
a.download:visited, 
a.internal-link:visited,
a.external-link:visited{
			color: #527CA5;
			font-weight: bold;
			text-decoration:none;
			}

a.external-link-new-window:hover,		
a.download:hover, 
a.internal-link:hover,
a.external-link:hover {
		color: #DFB988;
		font-weight: bold;
		}

a.mail {}
