/* 27.05.2003 / jeho */
.reddiPreview
{
	border: 1px solid #000000;
	padding: 1px 2px;
	font-size: 11px;
	background-color: #0000b0;
	color: white;
	font-family: Arial;
}

/* global font-family + bgcolor img */
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #76698E;
	background-repeat: repeat-x;
	
}


/* global fliesstext */
p,td,li,a,div,input,textarea,select
{
	font-size: 12px;
	color: #3F3E3E;
}

/* Marginalspalte */
.marg,img
{
	font-size: 11px;
	color: #6D6E71;
	line-height: 130%;
	border: none;
	background-repeat: no-repeat;
}

/* Teaser -  roter Kasten unten rechts */
.teaser
{
	font-size: 11px;
	color: #5D5371;
	line-height: 130%;
}

/* Infokasten in der Marginalie */
.infokasten
{
	font-size: 11px;
	color: #3C228F;
	line-height: 130%;
}

/* headline - Rubrik */
H1
{
	font-weight: bold;
	font-size: 14px;
	color: #621194;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

/* headline - Texttitel */
H2
{
	font-weight: bold;
	font-size: 12px;
	color: #9661BB;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-style: normal;
	font-variant: normal;
}

/* headline - Kasten - Marinalspalte */
H3
{
	font-weight: bold;
	font-size: 13px;
	color: #3C228F;
	padding: 0px;
	margin: 10px;
	border-width: 0px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
}

/* -- Anchors -- */
A:hover { color: #000000; }

/* Main Nav */
A.nav:link
{
	color: #621194;
	font-weight: bold;
	text-decoration: none;
}

A.nav:active
{
	color: #621194;
	font-weight: bold;
	text-decoration: none;
}

A.nav:visited
{
	color: #621194;
	font-weight: bold;
	text-decoration: none;
}

A.nav:hover
{
	color: #9661BB;
	font-weight: bold;
	text-decoration: none;
}

/* Sub Nav */
A.subnav:link
{
	color: #621194;
	text-decoration: none;
	font-size: 11px;
}

A.subnav:active
{
	color: #621194;
	text-decoration: none;
	font-size: 11px;
}

A.subnav:visited
{
	color: #621194;
	text-decoration: none;
	font-size: 11px;
}

A.subnav:hover
{
	color: #9661BB;
	text-decoration: none;
	font-size: 11px;
}
A.subnav_text:link
{
	color: #621194;
	text-decoration: none;
	font-size: 12px;
}

A.subnav_text:active
{
	color: #621194;
	text-decoration: none;
	font-size: 12px;
}

A.subnav_text:visited
{
	color: #621194;
	text-decoration: none;
	font-size: 12px;
}

A.subnav_text:hover
{
	color: #9661BB;
	text-decoration: none;
	font-size: 12px;
}

/* Breadcrumbs & Co */
A.pfad:link
{
	color: #9661BB;
	text-decoration: none;
	font-size: 10px;
}

A.pfad:active
{
	color: #9661BB;
	text-decoration: none;
	font-size: 10px;
}

A.pfad:visited
{
	color: #9661BB;
	text-decoration: none;
	font-size: 10px;
}

A.pfad:hover
{
	color: #621194;
	text-decoration: none;
	font-size: 10px;
}
td a,

td a:link,
td a:active,
td a:visited {
	color: #621194;
	text-decoration: none;
	font-size: 12px;
}

td a:hover {
	color: #9661bb;
	text-decoration: underline;
	font-size: 12px;
}

#laytopnavi ul{
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

#laytopnavi li{
	padding: 3px 0px;
	margin:0px;
}

* html #laytopnavi ul{
	list-style-type:none;
	list-style-position:outside;
	margin: 0px;
	padding:0px;
}

/*Sponsoren div + class*/

#sponsoren1 {
	height: auto;
	width: 230px;
	float: left;
	text-align: center;
}

#sponsoren2 {
	height: auto;
	width: 230px;
	float: left;
	text-align: center;
}

#sponsoren1 img {
	width: 150px;
	height: auto;
	align: center;
	border: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sponsoren2 img {
	width: 150px;
	height: auto;
	align: center;
	border: 0;
	text-align: center;
 	padding-bottom: 5px;
	padding-top: 5px;
}



