/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* structure */
body {
	background: #EEE url(img/bg.gif);
	color: #444;
	font: normal .6em "Verdana",sans-serif;
}
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	padding-bottom: 10px;
	width: 900px;
	margin: 0 auto 0 auto;
	background: #f1f1f1;
}
.header {
	background: url(img/header_pbcpba4.jpg) no-repeat;
}
/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 50px;
	padding-top: 10px;
	padding-left: 8px;
	margin-bottom: 0px;
	text-align: left;
}

/* main */
.main {
	clear: both;
	margin: 0px 0 0 0 0;
	padding: 2px 2px 2px;


}
.r{
	float:right;
	padding: 0 0 0 10px;
}



/* navigation */
.navigation {
	margin-bottom: 0px;
	width: 100%;

}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	font: bold 1.2em "Verdana",sans-serif;
	text-decoration: none;

}
.navigation a:hover {
	color: #f2aa18;
}

/* main left */

.box {
	margin:4px 4px 4px 4px;
	padding:4px 4px 4px 4px;
	border:2px dotted #4A91C3;
}

.sidenav h1{
	margin-left: 12px;
}
.sidenav p{
	padding-left: 4px;
	font-size: 7pt;
	color: black;
}
.sidenav {
	background: #FADC7A;
	border: 1px solid #EEE;
	padding-left: 2px;
	float: left;
	width: 200px;
	height: auto;
}

.sidenav h1 {
	color: #004D99;
	font-size: 1.3em;
	height: 20px;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background-color: #FAEA7A;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 0px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: white;
	background-color: #4A91C3;
}
.side_p {
	font-size: 11px;
	line-height: 18px;
	margin-top: 1.2em;
}

/* content */
.content {
	float: right;
	width: 675px;
	margin: 8px 8px 0 2px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.content td {
  border: 0px solid red;
  padding: 4px 4px;

}
.normal {
	width: 500px;
}
.content .item {
	padding: 0px 12px;
	border: 1px solid #EEE;
	background: white;
	margin-bottom: 18px;
}



p{
	font-family: Verdana;
	text-side: 1em;
	line-height:1.5em;
}
.content .descr {
	color: #DDDDDD;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


.main_div{

	padding-bottom: 6px;

	background: url(img/grad.jpg) no-repeat 0px 1.8em;
	margin-bottom: 4px;
}




/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;

	
}



/* misc */
.clearer {
	clear: both;
}





/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {

	border-top: 2px solid #EECE70;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 880px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}