* /* alles vorformatieren */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* normale text-groesse-farbe */
body,p,ul,ol,li,table,td,th,form,input,textarea,select,option
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
/* normale links */
a, a img
{
	text-decoration: none;
	vertical-align: middle;
	background-position: left center;
}

a:link, a:link img
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited, a:visited img
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:hover img
{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	border-color: #0099CC; /* bilder */
}

a:active, a:active img
{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	border-color: #0099CC; /* bilder */
}

body { 
	min-width: 960px;
	background-color: #6C6E71;
	margin: 0px;
	height: 90%;
}

.titel_deutsch
{
	font-size : 18px;
	color : #999999;
	line-height: 24px;
	font-weight : bold;
}

.titel_engl
{
	font-size : 18px;
	color : #000000;
	line-height: 24px;
	font-weight : bold;
}

.fliesstext_engl
{
	font-size : 12px;
	color : #000000;
	line-height: 16px;
}

.fliesstext_deutsch
{
	font-size : 12px;
	color : #666666;
	line-height: 16px;
}

.textklein_deutsch
{
	font-size : 11px;
	color : #666666;
}

.textmini
{
	font-size : 10px;
	color : #000000;
}

div#main {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
div#positioner {
	position: absolute;
	width: 960px;
	background-color:#FFFFFF;
	margin: 0px;
	padding-top: 0px;
}
div#header {
	height: 202px;
	background-color:#6C6E71;
	background-image: url(../art/bg_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
div#content {
	height: auto;
	background-image: url(../art/Ecke_links.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#content h1 {
	margin: 0px;
	padding: 30px 20px 20px 30px;
	font-size: 1.3em;
	color: #FF6600;
}
#content p {
	margin: 0px;
	padding: 0px 20px 20px 30px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.4em;
}

