﻿/* Style Sheet */
/* Formatvorlage */

p, h1, h2, h3, h4, h5, h6 {
      font-family: Arial, Verdana, sans-serif;
      vertical-align: top;
      margin-top: 0pt;
      margin-bottom: 0pt; 
}

h1 {
	font-size: 32px;
	margin-top: 5pt;
    margin-bottom: 5pt;
    padding-top: 1px;
    color: #BF2F38;
    font-style: italic;
    background-image: url("../grafiken/Notenlinien.gif");
	background-repeat: repeat-x;
	text-align: center;
	}
	
h2 {
	font-size: 16pt;
	color: #BF2F38;
	}
	
h3 {
	font-size: 12pt;
	margin-top: 2pt;
	margin-bottom: 5pt;
	color: #BF2F38;
	}
	
h4 {
	font-size: 10pt;
	margin-top: 2pt;
	margin-bottom: 5pt;
	color: #BF2F38;
	}
	
h5 {
	font-size: 150pt;
	}
	
h6 {
	font-size: 150pt;
	}	
	
p {
	font-size: 10pt;
	text-align: justify;
	}

/* Formatierung der "Link"-Tabelle */
	 
#LinkListe A{
	text-decoration: none;
	color: black;
	padding-left: 10px;
	}
	
#LinkListe A:link, #LinkListe A:visited {
	
   	}
	
#LinkListe A:hover, #LinkListe A:focus {
	background-color: #DADADA;
	padding: 0px 10px 0px 10px;
   	}

#LinkListe table {   	
	border-collapse: collapse;
 	}
 	
#LinkListe td {
	border: 1px solid black;
	}   
	
#LinkListe td.td_Datum {
	background-color: #D1DAFA;
	text-align: center;
	}
	
#LinkListe td.td_Titel {
	background-color: #D1DAFA;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	}
	
#LinkListe td.td_Titel_Link {
	background-color: #D1DAFA;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #BF2F38;
	}
	
#LinkListe td.Zwischenraum {
	border: none;
	}
	
#LinkListe td.td_Inhalt {
	text-align: left;
	padding: 3px;
	}
	
#LinkListe input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 3px;
	border: none;
	}

#LinkListe textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: 3px;
	border: none;
	}