/* main elements */
body {
	margin: 0;
	padding: 0;
	font: 9pt arial, sans-serif;
	background: #0A0A0A;
	color: #000000;
}
a:link, a:visited { 
	color: #000000;
}
a:hover, a:active { 
	color: #595959;
}
a img { 
   color: inherit;
   border: none;
}

/* main divs */
#headerwrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 112px;
	background: #0A0A0A url(../images/bg-header-winter.gif);
}
#header {
	margin: 0px auto;
	width: 960px;
}
#mainwrap {
	background: #FFFFFF;
}
#main {
	margin: 0px auto;
	width: 960px;
}
#footerwrap {
	width: 100%;
	height: 48px;
	background: #0A0A0A url(../images/bg-footer-winter.gif);
}
#footer {
	margin: 0px auto;
	width: 760px;
}
#menu {
	margin-top: 46px;
}
#lbox {
	width: 530px;
	min-height: 400px;
	/*color: #333333;*/
}
#rbox {
	float: right;
}
.teaserPrevBtn a {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	background: transparent url(../images/btn_arrows_teaser.png) 0 0 no-repeat; 
}
.teaserPrevBtn a:hover {
	background-position: 0 -35px;
}
.teaserNextBtn a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 34px;
	height: 34px;
	background: transparent url(../images/btn_arrows_teaser.png) -35px 0 no-repeat; 
}
.teaserNextBtn a:hover {
	background-position: -35px -35px;
}

/* div classes */
div.regline {
	height: 1px;
	font-size: 1pt;
	border-top: solid 1px #FFFFFF;
	background: #000000;
}
div.newsitem {
	margin-top: 4px;
	padding: 4px;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #F2F2F2;
}
div.newsitemx {
	margin-top: 4px;
	padding: 4px;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #E5E5E5;
}
div.txtheader {
	font-family: arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	border-bottom: solid 3px #000000;
	color: #000000;
}
div.contentbox {
	padding: 4px;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #E5E5E5;
}
div.mdheader {
	margin-bottom: 3px;
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 2px #ADADAD;
	background: #FFFFFF;
	color: #000000;
}
div.mdheadersub {
	margin-bottom: 3px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 2px #ADADAD;
	background: #FFFFFF;
	color: #000000;
}

/* spans */
.sm {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}
.smbold {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
.smboldhighlight {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	background: #EEEEEE;
}
.copyright {
	font-family: arial, sans-serif;
	font-size: 8pt;
	padding-left: 4px;
	color: #C0C0C0;
}
.copyright a:link, .copyright a:visited {
	color: #C0C0C0;
}
.copyright a:hover, .copyright a:active { 
	color: #FFFFFF;
}
.smheader {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: solid 1px #ADADAD;
	color: #000000;
}
.mdheader {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 1px #ADADAD;
	color: #000000;
}
.newsdate {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	/*border-bottom: solid 1px #000000;*/
	background: #FFFFFF;
	color: #333333;
}
.tab {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.tabd {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	border-bottom: solid 2px #71D200;
	color: #FFFFFF;
}
.tab a:link, .tab a:visited {
	text-decoration: none;
	padding: 3px;
	border-bottom: solid 2px #767676;
	color: #C0C0C0;
}
.tab a:hover, .tab a:active { 
	text-decoration: none;
	padding: 3px;
	border-bottom: solid 2px #71D200;
	color: #FFFFFF;
}
.tsrlink a:link, .tsrlink a:visited {
	color: #7CC576;
}
.tsrlink a:hover, .tsrlink a:active { 
	color: #FFFFFF;
}
.imgdark {
	border: solid 4px #FFFFFF;
}
.ssthumb {
	border: solid 4px #FFFFFF;
	margin-right: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.imgthumb {
	border: #171717 solid 3px;
}
.imgreg {
	border: #171717 solid 8px;
}
