/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
	border-top: thin dashed #999999;
	border-right: thin none #FFFFFF;
	border-bottom: thin dashed #999999;
	border-left: thin none #FFFFFF;
}

body {
	background:  url(img/2009/bg2.jpg) repeat;
	color: #444;
	font: normal 50.0% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {

list-style: none;


}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 0px;}

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: transparent;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 0px 2px 2px;
	width: 780px;
	border: thin solid #FFFFFF;
	
}

/* header */
.top {
	padding: 30px 10px 0;
}

/* title */
.header {
	background-color: transparent;
	font-size: 1.2em;
	height: 125px;
	margin: 0 auto 10px;
	width: 780px;
}
.header .left, .header .right {
	background-color: transparent;
	height: 125px;	
}
.header .left {
	background-color: transparent;
	font: normal 2.8em/125px "Trebuchet MS", sans-serif;
	width: 584px;
	text-align: left;
	
}
.header .right {
	overflow: auto;
	width: 232px;
	background-color: transparent;
}
.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 {
    margin-bottom: 4px;
}
.navigation a {
    background-color: #000;
    border-right: 1px solid #D8EBD8;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 1.3em/39px "Trebuchet MS", sans-serif;
	padding: 0px 18px;
	text-decoration: none;
	margin-bottom: 12px;
}
.navigation a:hover {
    background-color: #990000;
    color: #FFF;
}
/* main */
.main {
    width: 720px;
	margin: 0 auto 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: transparent;
	
}

.popup {
    margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	top: 50px;
	left: 110px;
	
	
}
   

/* sub navigation */
.sidenav {
	float: right;
	width: 255px;
	color: #FFFFFF;
	border-left: thin none #999999;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-color: #999999;
	background:  url(img/snbg.jpg) repeat;
	
}
.sidenav h2 {
	color: #333300;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	
	
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EDEDED;
	
}
.sidenav li {border-bottom: 1px solid #EDEDED;}
.sidenav li a {
	font-size: 1.2em;
	color: #333333;
	display: block;
	padding: 3px 0 3px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
		
}

/* content */
.content {
	float: left;
	margin: 0px 0 10px;
	padding: 0px 16px 13px 0px;
	width: 430px;
	background-color: transparent;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 12px;
border: 1px solid #FFFFFF;
margin-left: 0px;
margin-top: 0px;
float: right;
}

.content p
{
color: #000000;
}

.image {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	margin-bottom: 12px;
	
      }


/* footer */
.footer {
	
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

