
/* $Id: style.css 400 2007-04-05 13:58:52Z cb $ */
/* $HeadURL: file://localhost/usr/local/svnroot/kibuhaus/trunk/html/inc/style.css $ */
/* $Author: cb $ */


/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	font-family: Times, "Times New Roman", Georgia, Palatino, serif;
	font-size: 12px;
	background-color: #FFF;
	background-image:url(/img/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

body.home {
	background-color: #DADA21;
	background-image: none;
}

body.home #head h2 {
	display: none;
}


/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#content {
	margin: 156px 0 25px 240px;
	width: 30.5em;
	color: #CE0036;
	line-height: 1.3em;
	font-size: 1.25em;
}

#content.program {
	margin-top: 67px;
}

#content a {
	color: #CE0036;
	font-weight: bold;
}

#content h1, #content h2 {
	margin: 0 0 2em 0;
	font-size: 1em;
	font-weight: bold;
}

#content.program h1 {
	margin-bottom: 1.25em;
}

#content.program strong {
	color: #DADA21;
}

#content h2 {
	margin-bottom: 1em;
}

#content h1 + h2 {
	margin-top: -1em;
}

#content p {
	margin: 0 0 1em 0;
}

#head h2 {
	/* Logo */
	position: absolute;
	top: 2px;
	left: 24px;
}

#head h2 a {
	display: block;
	width: 142px;
	height: 135px;
	background-image:url(/img/logo.gif);
	background-repeat: no-repeat;
}

#head h2 span {
	position: absolute;
	top: -500px;
	left: -500px;
}

#home {
	margin: 65px auto 0 auto;
	width: 555px;
	text-align: right;
}


/* - - - - - - - - - - - - NAVIGATION - - - - - - - - - - - - */

#head ul {
	position: absolute;
	top: 158px;
	left: 24px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#head li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	background-image:url(/img/nav_separator.gif);
	background-repeat: no-repeat;
	background-position: 0 22px;
}

#head ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 216px;
}

#head li li {
	background-image:none;
	background-color: #FFF;
	padding: 14px 15px 6px 0;
}

#head ul a {
	display: block;
	width: 190px;
	padding: 2px 6px 1px 4px;
	margin-bottom: 5px;
	color: #CE0036;
	font-weight: bold;
}

#head ul a:hover, #head ul a.active {
	background-color: #DADA21;
}

#head ul ul a, #head ul ul a:hover {
	background-color: #BBE5FA;
	width: 105px;
	margin-bottom: 0;
}

#head ul ul a:hover {
	background-color: #DADA21;
}
