/* globale Definitionen fuer HTML-Tags     #############*/

body         
 { 
 font-family: Verdana; 
 font-size: 0.8em
 }
h1
 { 
 font-family: Verdana; 
 font-size: 1.5em;
 color: #4471B5;
 } 
h2
 { 
 font-family: Verdana; 
 font-size: 1.3em;
 color: #4471B5;
 } 
h3
 { 
 font-family: Verdana; 
 font-size: 1.0em;
 color: #4471B5;
 } 
a:link
 {
 /* text-decoration:none;  */
 font-weight:normal;
 font-size: 100%;
 background-color:white;
 color:black;
 }
a:visited
 {
 /* text-decoration:none;  */
 font-weight:normal;
 font-size: 100%;
 background-color:white;
 color:black;
 }
a:hover
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 100%;  
 background-color:#4471B4;
 color:white;
 }
a:active
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 100%;  
 background-color:#4471B4;
 color:white;
 }
a.navi:link
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 90%;
 background-color:white;
 color:black;
 }
a.navi:visited
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 90%;  
 background-color:white;
 color:black;
 }
a.navi:active
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 90%;  
 background-color:#4471B4;
 color:white;
 }
a.navi:hover
 {
 text-decoration:none; 
 font-weight:normal;
 font-size: 90%;  
 background-color:#4471B4;
 color:white;
 }
.content.main
 {
 width: 100%;
 background: url('images/cp.gif');
 }  
.content
{
 font-size: 100%;
}  
.copyright 
{
 font-size: 70%;
 background: url('images/cp.gif');  
}
body.rahmen 
{
 margin-top:10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
} 
.balken
{
  width: 44px;
  height: 500px;
  background: url('images/balkenlinks.jpg');
}
.blau
{
 background: url('images/blau.jpg');
}.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #CC6159;
	text-align: center;
}

