/* @override http://localhost/q3/templates/q3studio/css/template_css.css */

/* @charset "UTF-8"; */
/* CSS Document */

body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bck.jpg);
	background-repeat:repeat-x;
	background-color:#090c11;
	font: 13px/1.6em Helvetica, Arial, Geneva, sans-serif;
}

ul, ol, li {
padding:0;
margin:0;
list-style:none;
}

img {
border:0;
}

a:link, a:visited {
color: #acb7c7;
	text-decoration: none;
}

a:hover {
text-decoration:none;
	color: #fff;
}

.wrapper {
width:955px;
margin:0px auto;
}

.topmenu {
width:100%;
height:30px;
background:url(../images/topmenu_bck.jpg) no-repeat;
}

.top {
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;

}

.logo {
height:131px;
width:123px;
margin:0 auto;
background-image: url(../images/logoinactiv.jpg);
background-repeat:no-repeat;
}


a.logo {
margin:0 auto;

width:123px;
height:131px;
}

a.logo:hover{
margin:0 auto;
background-image: url(../images/logoactiv.jpg);
background-repeat:no-repeat;
width:123px;
height:131px;
}



.maincontent {
width:96%;
background-image: url(../images/cont_bg.png);
background-repeat: repeat;
background-position:top;
border: 1px solid #4e6286;
float:left;
padding:2%;
}

.topcontent, .content, .bottom, .comment {
float:left;
width:100%;
}

.footer{
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #acb7c7;
	clear: both;
}


.left {
float:left;
width:670px;
}

.leftfull {
float:left;
width:100%;
}

.right {
float:right;
width:235px;
}

.component {
float:left;
width:100%;
}

.user1 {
float:left;
width:48%;
}
.user2 {
float:right;
width:48%;
}

.topmenu ul {
width: 450px;
margin:0px auto;
text-align:center;
}


.topmenu ul li {
text-align:center;
float:left;
}

.topmenu ul li a:link, .topmenu ul li a:visited {
display: block;
color:#acb7c7;
padding:3px 10px 4px 10px;
text-decoration:none;
float:left;
line-height:1em;
text-align:center;
}

.topmenu ul li a:hover {
color:#fff;
}

.topmenu ul li#current a:link, .topmenu ul li#current a:visited {
display: block;
color:#fff;
background-color:#404f65;
padding:3px 10px 4px 10px;
line-height:1em;
text-align:center;
border-left:1px solid #6a7b94;
border-right:1px solid #6a7b94;
}

/* image treatment */
#pPan1 {
	height: 203px;
	width: 457px;
	float: left;
}


#pPan2 {
	height: 203px;
	width: 457px;
	float: left;
}

#pPan3 {
	height: 500px;
	width: 620px;
	float: left;
}

/* Text */

h1 {
	color: #acb7c7;
	font: 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.2em;
	text-indent: 0;
}

h2 {
	color: #fff;
	height: auto;
	font: 24pt/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	border-color: #acb7c7;
}