/* CSS Document */

.border {
	border: 1px solid #666666;
}
.border_top {
	border-top: 1px solid #666666;
}
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}
A:link {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:visited {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:active {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:hover {
	COLOR: #5a6974; TEXT-DECORATION: none
}
P {
	FONT-STYLE: normal
}
#small {
	FONT-SIZE: 9px; COLOR: #7ea1ca; FONT-FAMILY: Verdana
}
#blue {
	FONT-SIZE: 10px; COLOR: #9b8e81; FONT-FAMILY: Verdana
}
#index {
	FONT-SIZE: 9px; COLOR: #7ea1ca; FONT-FAMILY: Verdana
}
#newsheadline {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7b6d5d; FONT-FAMILY: Verdana

}

BODY {
	SCROLLBAR-FACE-COLOR: #202020; FONT-SIZE: 10px; MARGIN-BOTTOM: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #4b4b4b; MARGIN-LEFT: 0 auto; SCROLLBAR-SHADOW-COLOR: #2b2b2b; COLOR: #949596; 					
	SCROLLBAR-3DLIGHT-COLOR: #000000; MARGIN-RIGHT: 0px; SCROLLBAR-ARROW-COLOR: #6b6b6b; SCROLLBAR-TRACK-COLOR: #202020; FONT-FAMILY: Verdana, Tahoma, Arial; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; BACKGROUND-COLOR: #000000;
}


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

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
TD {
	FONT-SIZE: 10px; COLOR: #c9cacb; FONT-FAMILY: verdana
}
A:link {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:visited {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:active {
	COLOR: #8093b0; TEXT-DECORATION: none
}
A:hover {
	COLOR: #5a6974; TEXT-DECORATION: none
}
P {
	FONT-STYLE: normal
}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 1px solid #404143;
	border-top: 1px solid #404143;
	border-right: 1px solid #404143;
	border-bottom: 1px solid #404143;	
	padding: 16px;
	background-image: url(img/bakom.gif);
	background-repeat:no-repeat;
	background-position:center;
		background-color:#000000;	

}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919;
	/*url(img/nav.gif);}*/
.nav a {
	/*background: #191919 url(img/nav.gif);*/
	/*border-right: 1px solid #161616;*/
	color: #CCC;
	float: left;
	font: 10px Verdana,sans-serif;
	line-height: 21px;
	padding: 0 20px;
	
}
.nav a:hover {
	background: #191919
	/* url(img/nav_hover.gif);*/
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

