﻿
/*****************************************************************************/
/* Default-Motiv in der Kopfzeile                                            */
/*****************************************************************************/

#head
{
	display: block;
	width: 960px;
	height: 153px;
	margin: 0;
	padding: 0;
}
#headTop
{
	display: block;
	width: 960px;
	height: 90px;
	background-image: url("/images/header_motivreihe.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#headNavigation
{
	display: block;
	width: 960px;
	height: 24px;
	background-image: url("/images/header_navigation.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
/*****************************************************************************/
/* Navigation TOP-Links                                                      */
/*****************************************************************************/
#topNavi
{
	width: 960px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-size: 0.90em;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(230,0,0);
}
#topNavi ul
{
	margin: 0;
	padding: 0;
}
#topNavi li
{
	width: 192px;
	margin: 0;
	list-style-type: none;
	float: left;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#topNavi a
{
	text-decoration: none;
	color: rgb(77,77,77);
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#topNavi a:hover
{
	color: rgb(230,0,0);
	text-decoration: underline;
}
#headBottom
{
	display: block;
	width: 960px;
	height: 19px;
	background-image: url("/images/header_unten.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#headMarquee
{
	display: block;
	width: 960px;
	height: 20px;
	background-image: url("/images/header_marquee.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#SidebarMarquee
{
	display: block;
	width: 620px;
	height: 20px;
	margin: 0 40px 0 300px;
	padding: 0;
}
/*****************************************************************************/
/* SidebarMarquee für Laufschrift                                            */
/*****************************************************************************/

#SidebarMarquee .SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#SidebarMarquee .SidebarItem
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#SidebarMarquee .SidebarHead
{
	display: none
}
#SidebarMarquee .SidebarContent
{
	font-size: 0.74em;
	color: rgb(77,77,77);
	line-height: 20px;
}

#SidebarMarquee .SidebarContent a, #SidebarMarquee .SidebarContent a:link, #SidebarMarquee .SidebarContent a:active, #SidebarMarquee .SidebarContent a:visited
{
 	color: rgb(204,0,0);
 	font-weight: bold;
	text-decoration: none;
}
#SidebarMarquee .SidebarContent a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
