@charset "UTF-8";
/*
 * :copyright: 2008 by Peter Tönnies.
 * :license: GNU GPL.
*/

* 
{
	padding: 0;
	margin: 0;
}

body
{
	font-style: normal;
	font-weight: normal;
	color: black;
  	font-size: 10pt; 
	font-family: 'Verdana', 'Deja-Vu Sans', 'Bitstream Vera Sans', sans-serif; 
	background-color: rgb(208, 209, 217);
	margin:20px;
}

.text
{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
}
.head
{
	font-size:12pt;
	font-weight: 700;
	color: #000000;
	text-align: center;
}

.blue
{
	color:#142386;
	font-weight:bold;
}

.klein
{
	font-size:9pt;
}

a, :link, :visited
{
 	color: #142386;
 	text-decoration: underline;
  	cursor: pointer;
}

a img, :link img, :visited img
{
 	border: none;
}

a.strong
{
	color: #142386;
 	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}


/*Textformatierungen*/

h1, h2, h3
{
	font-weight: 700;
	text-decoration:none;
	line-height:100%;
	text-align:center;
	font-size:16pt;
	margin:1em 0;
}
h2
{
	font-size:13pt;
}
h3
{
	font-size:10pt;
	margin: 2em 0 1em 0;
	text-align:left;
}
h4
{
	font-size:12pt;
	text-align:left;
}


