/**
 *
 * @author 	Alex Buchgeher <a.buchgeher@cyberhouse.at>
 * @author 	Lidia Panholzer <l.panholzer@cyberhouse.at>
 * 2007-06-18
 * artwork	Joachim Stockenreitner <j.stockenreitner@cyberhouse.at>
 *
 * css styles for sublevel sites
 *
 */





@import url(SPAMRobinOverall.css);




/* ---------------------------------------

	header

--------------------------------------- */

#header {
	width: 900px;
	height: 212px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
#SPAMRobinLogo {
	width: 299px;
	height: 106px;
	background: #fff url(images/SPAMRobinLogo.jpg) center no-repeat;
	float: left;
}
#leftLogo {
	width: 299px;
	height: 106px;
	background: #fff url(images/headerImageLeftLogo2.jpg) center no-repeat;
	float: left;		
}
#rightHeaderImage {
	width: 601px;
	height: 106px;
	/* headerImage is set in page head-section because it differs on every page:
	background: #fff url(images/headerImageKontakt.jpg) center no-repeat; */
	float: right;
}



/* ---------------------------------------

	shadow

--------------------------------------- */

#headerShadow {
	background: #fff url(images/headerShadow2.jpg) top center no-repeat;
}
#contentShadow, #footerShadow {
	background: #fff url(images/contentShadow2.jpg) top center repeat-y;
}




/* ---------------------------------------

	SubNavigation

--------------------------------------- */

ul#subNav {
	margin: 0;
	padding: 25px 1px 0 2px;
	list-style-type: none;
	list-style-image: none;
}
#subNav li {
	border-bottom: 1px dotted #efefef;
}
.subNavHeader {
	color: #ca3001 !important;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 4px;
}
#subNav li a {
	display: block;
	padding: 3px 0 3px 20px;
	color: #222;
	background: #fff url(images/subNavArrowNO.jpg) left center no-repeat;
	text-decoration: none;
}
#subNav li a:hover,
#subNav li.active a {
	color: #ca3001;
	background: #fff url(images/subNavArrowACT.jpg) left center no-repeat;
}
#subNav li.active a {
	font-weight: bold;
}
/* ---------------------------------------

	SubNavigation1

--------------------------------------- */

ul#subNav1 {
	margin: 0;
	padding: 0px 1px 0 2px;
	list-style-type: none;
	list-style-image: none;
}
#subNav1 li {
	border-bottom: 1px dotted #efefef;
}
.subNav1Header {
	color: #ca3001 !important;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 4px;
}
#subNav1 li a {
	display: block;
	padding: 3px 0 3px 25px;
	color: #222;
	text-decoration: none;
}
#subNav1 li a:hover,
#subNav1 li.active a {
	color: #ca3001;
}
#subNav1 li.active a {
	font-weight: bold;
}