/*Für alle Seiten*/
body
	{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-image: url(blau.gif);
	line-height: 1.3;
	}

h1, h2
	{
	text-align: center;
	color: white;
	}

.zeile1
	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 24pt;
    	COLOR: white;
    	FONT-FAMILY: Arial,Helvetica,sans-serif
	}

.zeile2
	{
    	FONT-WEIGHT: bold;
    	FONT-SIZE: 18pt;
    	COLOR: white;
    	FONT-FAMILY: Arial,Helvetica,sans-serif
	}

.rahmen
	{
	border-style: outset;
	background-color: #003399;
	border-width: 1px;
	padding: 3px;
	width: 120px;
	text-align: center;	
	}

.navrahm
	{
	border-style: outset;	
	background-color: #003399;
	border-width: 1px;
	padding: 8px;
	width: 80px;
	text-align: center;
	font-weight: bold;
	}

.intlink
	{
	color: white;
	line-height: 1.5;
	}

A
	{
	text-decoration: none;
	color: #ffcc00;
	}

A:hover	
	{
	background-color: blue;
	color: white;
	}

A:link
	{
	color: white;
	line-height: 1.5;
	}


A:visited
	{
	color: white;
	}

ul
	{
	list-style-image: url(ps1.gif)
	}
