a, a:link, a:visited, a:active {
	text-decoration:none;
	outline: none;
	color: #a0a0a0;
}

a:hover {
	text-decoration:none;
	outline: none;
	color: #ed5613;
}


html {
	height: 100%;
	min-height: 100%;
}

body {
	color: #C0C0C0;
	height: 100%;
	min-height: 100%;
	background: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Helvetica, Arial, Sans-Serif;
	padding: 0px; 
	margin: 0px;
	font-size: 11px;
}

img {
	border: 0 none;
}

#c0 {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: transparent url('../img/x1.jpg') no-repeat;
	width: 900px;
	height: 400px;
	position: relative;
}

#lang {
	position:absolute;
	bottom:0;
	right:0;
	width:80px;
	height:32px;
	background-color:#f00;
}

#lang a {
	display:block;
	text-indent:-10000px;
	width:40px;
	height:32px;
	float:left;
}

#lang a#pl{
	background: transparent url('../img/pl-flag.png') no-repeat;
}

#lang a#pl.act{
	background: transparent url('../img/pl-flag-a.png') no-repeat;
}

#lang a#de{
	background: transparent url('../img/de-flag.png') no-repeat;
}

#lang a#de.act{
	background: transparent url('../img/de-flag-a.png') no-repeat;
}

#wr{
	width: 900px;
	float: left;
}

#menu {
	background: transparent url('../img/x2.png') no-repeat;
}

#menu-x1 {
	background: transparent url('../img/x2-x1.png') no-repeat;
}

#menu,#menu-x1{
	width: 640px;
	height: 67px;
	float: left
}

#content {
	background: #000000 url('../img/x4.jpg') no-repeat top left;
	width: 620px;
	padding: 25px 10px 10px 10px;
	float: left;
}





#content-panel {
	float: left;
	width: 618px;
	min-height: 549px;
	
	border: 1px solid #808080;
	border-top-width: 0;
	
	padding: 0;
	margin: 0;
}

#right{
	background: #000000 url('../img/x3.jpg') no-repeat top left;
	width: 240px;
	padding: 25px 10px 0 10px;
	float: right;
}

#right-panel {
	float: left;
	width: 218px;
	min-height: 322px;
	
	border: 1px solid #808080;
	border-top-width: 0;
	
	padding: 0 10px;
	margin: 0px;
	
	font-size: 11px;
	line-height:1.7em;
}

#right-panel2 {
	float: left;
	width: 218px;
	
	border: 1px solid #808080;
	padding: 10px;
	margin: 20px 0 0;
	
	font-size: 11px;
	line-height:1.7em;
}


#footer {
	clear: both;
	width: 900px;
	height: 100px;
}

#qc24-logo {
	height: 50px;
	width: 50px;
	margin:0 auto;
}

#qc24-logo a {
	background: #000 url('../img/qc24e.gif') no-repeat;
	height: 50px;
	width: 50px;
	display: block;
}

#qc24-logo a:hover {
	background-position: 0px -50px;
}

#copyright {
	color: #606060;
	padding: 5px;
	text-align: center;
	
	font-size: 11px;
}








