

html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	/* background: #CCD8E0 ; */
	/* background: #CCD8E0 url('img/tv-bg2.jpg') ; */
	background: #CCD8E0 url('img/bg-carbon.gif') ;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif
}
p, code, ul {
	padding-bottom: 10px;
}

ul {

	list-style: none;

}

h1 {
	font: normal 1.8em Tahoma, sans-serif;
	margin-bottom: 4px;
}
h2 {
	font: normal 1.6em sans-serif;
}
h3 {
	font: bold 1.1em sans-serif;
}
.textbox {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma, sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

.definition {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma, sans-serif;

	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	
}

.quoteblock{
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: 1em Verdana, sans-serif;
	padding-left: 26px;
	margin-bottom: 35px;
	line-height: 1.6em;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: 0.9em Verdana, sans-serif;
	padding-left: 26px
}
big {
	font-size: 1.1em;
}
h1, h2, h3 {
	padding-top: 6px;
}
label {
	display: block;
	font-size: 0.9em;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px ;
	width: 990px;
	/* opacity: 0.7; */
}
/* header */
.top {
	/* background: url('img/clouds.gif') repeat-x; */
	
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	padding-bottom:0
}
/* title */
.header {
	background: #FFF url('img/bg-top.jpg') no-repeat;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 990px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}
.header .left {
	background: #B3C2C7 url('img/header.jpg') no-repeat;
	text-align: center;
	width: 564px;
	font: normal 2.8em "Trebuchet MS", sans-serif;
	line-height: 150px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p, .header .right h2 {
	padding: 0 16px;
}
.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS", sans-serif;
}
/* navigation */
.navigation {
	border: 1px solid #CFDEE7;
	border-color: #DFEEF7 #CFDEE7;
	background:#D9E1E5 url('img/nav.gif');
	height: 41px
}
.navigation a {
	background: #D9E1E5 url('img/nav.gif');
	border-left: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #234;
}
.navigation ul {
	display: inline;
	list-style: none;
}
.navigation li {
	float: right;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	background: url('img/bgmain.gif') repeat-y;
}
/* sub navigation */
.sidenav {
	float: left;
	width: 210px;
}
.sidenav h2 {
	/* color: #5A5A43; */
	color: #fa8f26;
	font: bold 1em Verdana, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
}
.sidenav li a {
	/* font-size: 1.1em; */
	font: 1em Verdana, sans-serif;
	color: #554;
	display: block;
	padding: 8px 0 8px 15%;
	text-decoration: none;
	width: 85%;

}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}
/* content */
.content {
	float: right;
	margin: 10px 20px;
	padding: 0 16px 0;
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	
	padding: 1px 0 1px 16px;
}
.content p {
	line-height: 2;

}

.content a {
	color: #963;
	text-decoration: none;
}
.content a:hover {
	color: #C60;
	text-decoration: underline;
}

.content ol, ul {

	margin-left: 40px;

}

.content h1 {

	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #fa8f26;

}

.content h2 {

	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #fa8f26;
	font-variant: small-caps;


}

.content h3 {

	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #fa8f26;


}

/* footer */
.footer {
	background: url('img/bgfooter.gif') repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer a, .footer a:hover {
	color: #FFF;
}

.content .info {
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.content img {
	border: 2px solid #DDD;
	margin: 4px 0;
	
	
}
.info-foto a img {
	border: 4px solid #DDD;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.info-foto a:hover img {
	border-color: #CCC;
	opacity: 1;
	filter: alpha(opacity=100);
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
/* comments */

#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #664;
}
textarea.styled {
	width: 280px;
}
.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {
	margin-bottom: 3px;
}
a img {
	border:none;
}