﻿/*****************************************************************************/
/* Default-Motiv in der Kopfzeile                                            */
/*****************************************************************************/

#topHead
{
	display: block;
	width: 942px;
	height: 190px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url("../images/motivreihe_oben.jpg"); 
	background-repeat: no-repeat;
	background-position: top right;
}

/*****************************************************************************/
/* Zusatz_Navigation im Headerbereich                                        */
/*****************************************************************************/
#topAddNavi
{
	display: block;
	height: 21px;
	width: 540px;
	margin: 0 0 0 402px;
	padding: 0 0 0 0;
	line-height: 19px;
	background-color: rgb(244,244,244);
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
#topAddNavi ul
{
	margin: 0 0 0 0;
	padding: 0;
	float: right;
}
#topAddNavi li
{
	float: left;
	margin: 0 5px 0 5px;
	list-style-type: none;
}
 
#topAddNavi a
{
	padding: 0;
	font-size: 0.74em;
	font-weight: bold;
	text-decoration: none;
	color: rgb(102,102,102);
}
#topAddNavi a:hover
{
	text-decoration: underline;
	color: rgb(0,146,207);
}
/*****************************************************************************/
/* Suche im Headerbereich                                                    */
/*****************************************************************************/
#topSearch
{
	height: 21px;
	margin: 133px 0 0 257px;
	padding: 0 0 0 0
}
*html #topSearch
{
}
.SearchField
{
	width: 120px;
	height: 14px;
	background-color: rgb(245,248,236);
	color: rgb(51,51,51);
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 0.74em;
	border: 1px solid rgb(0,146,207);
}
* html .SearchField
{
}
.SearchButton
{
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	color: rgb(0,102,178);
	font-size: 0.74em;
	font-weight: bold;
	border: 0;
	background-color: Transparent;
}
