@CHARSET "UTF-8";
body{
	max-width:980px;
	margin:3em;
	font-family: verdana; 	
}
h1 {font-size: 1.8em;		letter-spacing:0.2em;font-weight:normal;		font-style: italic;	color: rgb(0,52,102);}
h2 {font-size: 1.4em;font-weight:normal;color: rgb(0,52,102);}
h3 {font-size: 1.1em;color: rgb(0,52,102);}
h4 {font-size: 1.0em;rgb(104,106,105);}
h5 {font-size: 0.9em;rgb(104,106,105);}
h6 {font-size: 0.8em;rgb(104,106,105);}
p {
	font-size: 1em;
	line-height: 1.75;
	margin-bottom:25px;
  	color: #383838;
}
ul {
	list-style-type:'... ';
}
li {
	margin-bottom: 8px;
	font-size: 1.0em;
  	color: #383838; 	
	}
/*------ einspaltig ------*/
.co-einspaltig-normal {
	clear:both;
	max-width:980px;
	min-width:300px;
	margin-left: auto;
	margin-right: auto;
	padding-left:1em;
	padding-right:1em;	
}	
