/*    SourceBricks Template CSS    */
/* (c) 2007 Stefan Lange-Hegermann */
/*       All Rights reserved       */
/* Header Image by www.pixelio.de  */

* {
	padding:0;
	margin:0;
}

body {
	margin:0;
	font-family:Futura, Arial, Verdana;
	font-size:0.75em;
	color:#555555;
	background-color:#274461;
}

img {
	border:none;
	padding:2px 8px;
}

a {
	color:inherit;
}

h1 {
	font-weight:normal;
	margin-bottom: 10px;
	margin-top: 5px;
}

h2 {
	font-weight:normal;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	color:#31567a;
	margin:0 10px 10px 10px;
}

p {
	margin-bottom: 1.5em;
}

#pagecontent {
	width:720px;
	background:#274461 url('../images/pagebg.png') repeat-y;
	margin:auto;
}

#pageheader {
	width:680px;
	height:80px;
	background:#274461 url('../images/head.png');
	padding:20px 20px 20px 20px;
	font-size:4em;
	font-weight:bold;
}

#pageheader a {
	text-decoration: none;
}

#pagecontent > ul {
	width:686px;
	height: 19px;
	margin: auto;
	background-image:url('../images/menubg.png');
	color:white;
	padding:8px 5px;
	font-size:1.1em;
	list-style:none;
}

#pagecontent > ul li {
	position:relative;
	float:left;
	padding:0 30px 0 5px;
}

#pagecontent > ul li.active {
	text-decoration:underline;
}

#pagecontent > ul li a {
	color:inherit;
	text-decoration:none;
}

#pagecontent > ul li a:hover {
	color:#cccccc;
}

#pagecontent > ul ul {
	display:none;
}

#pagebody {
	padding:5px 20px;
	border:none;
}

#pagebody p {
	padding:0 20px;
	line-height:1.5em
}

#pagebody ul {
	padding:0 35px;
	line-height:1.5em;
	margin-bottom: 1.5em;
}

#pagebody ul ul {
	padding:0 10px;
	line-height:1.5em;
	margin-bottom: 1.5em;
}

#pagefoot {
	font-size:0.8em;
	text-align:center;
	border-top:1px solid #ac9860;
	margin: 0 11px;
	padding:5px;
	line-height:1.5em;
}

#pagebottom {
	width:720px;
	height:2px;
	background-image:url('../images/bottom.png');
}