﻿/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000 ;
	color: #fff;
	font: bold 62% Tahoma,sans-serife;
}

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

blockquote {font: bold 1em tahoma,sans-serife;}

imp_small {color: #ffffff;}

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 Tahoma,sans-serife;}
h2 {
	font: bold 1.6em Tahoma,sans-serife;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url('img/stripe.gif');
	height: 6px
}
.left {float: left; width: 64%;}
.right {float: right; }

/* header */
.header {
	background: #000 url('img/background.jpg') no-repeat ;
	background-position:center;
	width: 100%;
	height: 740px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:135%; font-family:Tahoma, sans-serife
}
.header a {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	color: #BBB;
}
.gheader {
	background: #000 url('img/logo.jpg') no-repeat ;
	width: 940px;
	height: 690px;
	margin-left: 15px;
	padding-top: 50px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:135%; font-family:Tahoma, sans-serife
}
 .gheader p {
	margin-right: 15px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:100%; font-family:Tahoma, sans-serife
 }

.gheader a {
	color: #FF00FF;
	text-decoration: none;
}
.gheader span {padding-left: 32px;}
.gheader a:hover {
	
	color: #BBB;
}
/* structure */
.container {
	border: 1px solid #444;
	margin-top: 2em;
}

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

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

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

/* navigation */
.nav {
	position:absolute; top:35px; left:10px; width:150px; height:650px;
    line-height: 51px;
	}
.nav a {
	border-left: 1px solid #161616;
	color: #CCC;
	float: left;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Tahoma, sans-serife;
}
.nav a:hover {
	background: #191919 url;
}

/* 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;
	margin: 0; list-style-type:none
}
.subnav li a {
	color: #666;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* menue */
.menue {
	background: #101010;
	color: #666;
	margin: 0 1em 0 1em;
	font-size: 1.1em;
}
.menue ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.menue li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.menue li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.menue a {color: #fff;}
.menue a:hover {
	color: #BBB;
	background: #222;
}

/* footer */
.footer {
	background: #010101;
	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 {
	text-align: center;
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
