/* DATEI: pascherstart.css */

body
	{
	color:rgb(0,114,188);
	margin-left:0px;
	margin-top:50px;
	background-color:rgb(199,213,237);
	font-family:verdana,helvetica,sans-serif;
	}

p,ul,ol,li,div,td,th,address,blockquote
	{
	font-size:11px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	}


h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
	{
 	font-family:Verdana,Arial,sans-serif;
 	color:rgb(0,114,188);
 	}

h1
	{
	font-size:15px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:3px;
	}

h2
	{
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	}


h3
	{
	font-size:13px;
	margin-top:5px;
	font-weight:600;
	}


a:link
	{
	color:rgb(0,114,188);
	text-decoration:none;
	font-weight:bold;
	}

a:visited
	{
	color:rgb(150,150,150);
	text-decoration:underline;
	}

a:active
	{
	color:rgb(255,0,0);
	text-decoration:none;	
	}

a:hover
	{
	color:rgb(245,245,245);
	text-decoration:none;
	font-size:13px;
	}

