﻿
/**************/
/* head image */
/**************/

#topHeadNavi
{
	width: 1000px;
	line-height: 20px;
	height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.74em;
	color: rgb(77,77,77);
	background-color: rgb(255,255,255);
}

#topHeadNavi ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: right;
}
#topHeadNavi li
{
	float: left;
	margin: 0;
	list-style-type: none;
}
 
#topHeadNavi a
{
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	color: rgb(77,77,77);
}
#topHeadNavi a:hover
{
	text-decoration: underline;
	color: rgb(180,0,0);
}

#head
{
	border: solid 0px red;
	width: 1000px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#headPics
{
	float: left;
	width: 1000px;
	height: 135px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#headPics img
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#trenner1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 7px;
	float: none;
	clear: both;
/*	background-image: url("../images/trennlinie_oben_unten.gif");
	background-repeat: no-repeat; */
}
