/* --------------------------- Überschriften --------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #454E52;

}

h2 {
   	font-family: Arial, Helvetica, sans-serif;
    	font-size: 1.05em;
    	font-weight: bold;
    	color: #383f42;
}

h3 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.95em;
    	font-weight: bold;
    	color: #383f42;
}

h4 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.9em;
    	font-weight: bold;
    	color: #383f42;
}

h5 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: normal; 
    	font-size: 0.8em;
    	font-weight: bold;
    	color: #333333;
}

h6 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.7em;
    	font-weight: bold;
    	color: #333333;
}


/* --------------------------- Schriften --------------------------- */


a{	
    	font-family:  Arial, Helvetica, sans-serif
    	color: #4261a4;
    	text-decoration: none;
}

 
p{
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.9em;
    	font-weight: normal;
    	line-height: 1.4em;
}
address {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.9em;
    	font-weight: normal;
    	line-height: 1.4em;
}

*.csc-caption{
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.75em;
    	font-weight: normal;
    	line-height: 1.4em
}
/* --------------------------- Rahmen --------------------------- */	
*.csc-frame-rulerAfter{
	border-bottom:2px solid gray;  
	margin:0px;
}
*.csc-frame-rulerBefore{
	border-bottom:2px solid gray;  
	margin:0px;
}
*.csc-frame-frame1{
   	border:4px solid gray;
	padding: 0px;
	background-color: #87CEFA;
}
*.csc-frame-frame1 h1{
	margin: 0px
}
	


/* --------------------------- Formatierung --------------------------- */

*.align-center{
	text-align: center;
}


/* -------------------------------Table--------------------------------*/
*.contenttable p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* --------------------------- Bulletlists --------------------------- */

li {
	 font-family: Arial, Helvetica, sans-serif;
}
ul {
	 font-size: 0.9em;
}
ul ul {
	 font-size: 1em;
}
ol {
	 font-size: 0.9em;
}
ol ol {
	 font-size: 1em;
}
#content li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
ul.Punktliste-A1 {
	list-style-image: url(images/bullet1.gif);
}
ul.Punktliste-A2 {
	list-style-image: url(images/bullet2.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: 1.5em;
}
* html ul.Punktliste-A2 {
	margin-top: -0.7em;
	margin-bottom: -0.7em;
	margin-left: 4.5em;
}

ul.Punktliste-B1 {
	list-style-image: url(images/bullet3.gif);
}
ul.Punktliste-B2 {
	list-style-image: url(images/bullet4.gif);
	margin-top: -0.3em;
	margin-bottom: -0.3em;
	margin-left: 1.5em;
}
* html ul.Punktliste-B2 {
	margin-top: -0.7em;
	margin-bottom: -0.7em;
	margin-left: 4.5em;
}
ul.Geordnete-Liste {
	list-style-type: decimal;
}

/* --------------------------- Links --------------------------- */

a.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #4261a4;
	background-image: url(images/link_text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
a.link_mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #4261a4;
	background-image: url(images/link_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.link_intern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #4261a4;
	background-image: url(images/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
a.link_extern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #4261a4;
	background-image: url(images/link_extern.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

/* ---------------------- Schriftformatierungen ----------------------- */

span.hervorhebung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #950000;
	font-weight: bold;
}
span.unterschrift {
    font-family:  Arial, Helvetica, sans-serif;
	color: #737373;
    font-style: italic;
    float:right;
}


.pb_publi p {
    display: inline;
}


tbody.smallfont_table {
    font-size: 0.8em;
}
