/*---------- Author: jens buss */
/*---------- Client: A.P.C. Munich */
/*---------- Date: 04/2009 */
/*---------- Copyright 2009 by A.P.C. Munich, All rights reserved */

/*---------- Initial Reset */

body {
	text-align: center;
}

/*---------- Navigations PLUS Bottom Line*/

#mainNavigation a, #mainNavigation li {
	font: normal normal bold 16px helvetica,arial,sans-serif;
	font-weight: bold;
}

#subNavigation, #subNavigation a, #bottomLine, #bottomLine a, #serialRoll p, #parallelRoll p {
	font: normal normal normal 17px times, serif;
	line-height: 34px;
}

#mainNavigation a, #mainNavigation li, #subNavigation, #subNavigation a, #bottomLine, #bottomLine a, #serialRoll p, #parallelRoll p  {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
}

#serialRoll p, #parallelRoll p {
	margin-top: 17px;
}

a.active {
	font-style: italic;
}

#mainNavigation a:hover {
	color: silver;
}

#subNavigation a:hover, #bottomLine a:hover {
	text-decoration: underline;
}

/*---------- Content */

#parallelRoll a img, #serialRoll a img {
	border: none;
}

#serialRoll ul, #serialRoll li {
	list-style-type: none;
}

/*---------- Copyright */

#copyright p {
	font: 10px helvetica,arial,sans-serif;
	color: black;
	display: inline;
	text-transform: uppercase;
}

::-moz-selection {
	background: #edec7c;
}

::selection {
	background: #edec7c;
}

iframe {
	border: solid 1px black;
}
