﻿
/**************/
/* head image */
/**************/

#topHead
{
	display: block;
	width: 974px;
	height: 198px;
	background-image: url("../images/header_logo_motiv.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}

#topHeadNavi
{
	width: 974px;
	height: 30px;
	line-height: 20px;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.74em;
	letter-spacing: 1px;
}

#topHeadNavi ul
{
	margin: 0;
	padding: 0 140px 0 0;
	float: right;
	
}
#topHeadNavi li
{
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
	float: right;
}
 
#topHeadNavi a
{
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: rgb(38,45,126);
}
#topHeadNavi a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}

/***********************************/
/* Top search fields */
/***********************************/

#topSearch
{
	float: none;
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 117px 0 0 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.68em;
	letter-spacing: 1px;
	color: rgb(255,255,255);
}

.SearchField
{
	width: 100px;
	background-color: rgb(245,245,245);
	color: rgb(226,0,122);
	margin: 0 10px 0 10px;
}
.SearchButton
{
	width: 50px;
}
a.tSearchButton
{
	font-family: Sans-Serif, Verdana, Helvetica, ;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	text-decoration: none;
}