﻿/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
}
a:hover {
	color: #616161;
}
body {
	background: #FFF url(../img/bg.gif);
	color: #FFF;
	font: normal 75.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #FFF;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,ol {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: #454545;
	border: 1px solid #E0E0E0;
	border-left: 6px solid #000000;
	color: #E0E0E0;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #fee2aa;
	padding-top: 6px;
}
strong {
	color: #fee2aa;
	font-weight: normal;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
}

/* header */
.header {
	background: url(../img/bgheader.gif) repeat-x;
	height: 165px;
	margin: 0 auto;
	width: 960px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #ADADAD;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(../img/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 925px;
}
.navigation a {
	color: #555555;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #616161;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 24px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #545454 url(../img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	list-style: none;
}
.sidenav li a {
	background: #969696;
	color: #FFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #454545;
	color: #FFF;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #454545;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content ul { 
	list-style: url(../img/li.gif); 
} 
.content li { 
	margin-left: 18px; 
	margin-top: 7px;
} 
.content a {
	color: #def4fe;
}
.content h1 a {
  color: #fee2aa;
}
/* footer */
.footer {
	background: #000 url(../img/bgfooter.gif) repeat-x;
	color: #000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}