html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, caption,
tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Arial;
	background-color: transparent;
}

html {
	background-color:#e9e9e9;
	color:#858585;
}

h1 {
	font-size:2em;

}

h2 {
	font-size:1.6em;
	color:#555851;

}

h3 {
	font-size:1em;
	color:#3989bc;
	margin-bottom:10px;
}

p {
line-height:170%;
margin-bottom:20px;
font-size:0.85em;
}

hr {
	color:#dcdcdc;
	height:1px;
}

a {
	color:#858585;
	text-decoration:none;
}

a:hover {
	color:#858585;
	text-decoration:underline;
}

.blue {
	color:#01aef0;
	text-decoration:none;
}
.blue:hover {
	color:#01aef0;
	text-decoration:underline;
}

#all {
	background-image:url('../gfx/bg.jpg');
	background-repeat:repeat-x;
	
}

#extra_nav {
font-size:0.75em;
}

#top {
clear:both;
}

#container_top {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../gfx/bg_top.jpg');
	background-repeat:no-repeat;
	overflow:auto;
	clear:both;
	margin-top:-24px;
}

#container {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../gfx/bg_top.jpg');
	background-repeat:no-repeat;
	overflow:auto;
	clear:both;
	
}

#container #left {
	width:200px;
	float:left;
	padding:10px;
}

#container #right {
	width:690px;
	float:left;
	padding:10px;
	border-left:solid 1px #dcdcdc;
}

#container #right .sText {
	font-size:0.9em;
	line-height:180%;
}

#container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#container li {
	background-image: url('../gfx/arrow.png');
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 2em;
	font-size:0.85em;
	margin-bottom:10px;
}

.cText {
	font-size:1.1em;
}

.box {
	background-color:#fff;
	border: solid 1px #bcbcbc;
	background-image:url('../gfx/bg_box.jpg');
	background-repeat:repeat-x;
	padding:5px;
	overflow:auto;
	width:95%;
	margin-bottom:20px;
	font-size:0.8em;
}


.box_white {
	background-color:#fff;
	border: solid 1px #bcbcbc;
	background-repeat:repeat-x;
	overflow:auto;
	width:95%;
	margin-bottom:20px;
	font-size:0.75em;
}

.box_header {
	background-image:url('../gfx/box_top.png');
	width:100%;
	height:38px;
}
.box_header .text {
	padding:10px;
}
.box_header .seperator {
	border-left:solid 1px #aaaaaa;
	height:10px;
	background-color:#aaaaaa;
	width:3px;
}

.box_arrow {
	background-image:url('../gfx/box_arrow.png');
	width:90px;
	height:8px;
}

.small_box {
	border:solid 1px #dcdcdc;
	padding:3px;
	background-color:#fff;
}


.border {
	border: solid 1px #b5b5b5;
}
#label_professionelt_it {
	position:relative;
	width:0px;
	height:0px;
	top:-3px;
	left:802px;
}

#footer {
	background-color:#1e1d1b;
	height:160px;
	border-top:solid 10px #2f2d2a;
	margin-top:30px;
}

#footer_container {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.7em;
	color:#9b9b9b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
}

/* PANEL */

#panel {
	background: #000;
	background-image:url('../gfx/bg_panel.jpg');
	background-repeat:repeat-x;
	height: 160px;
	display: none;
	clear:both;
}

#panel #panel_container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:auto;
}

#panel .panelbox {
	background-color:#000000;
	border: solid 1px #303030;
	padding:20px;
	width:230px;
	float:left;
	margin-left:20px;
	background: url('../gfx/bg_panelbox.jpg');
}

#panel .panelbox p {
	font-size:0.75em;
}

input, select, textarea {

	background-repeat:repeat-x;
	border: solid 1px #dbd7d7;
	font-size:0.8em;
	padding:2px 5px 2px 5px;
	color:#767676;
}

textarea {
	background-repeat:repeat-x;
	border: solid 1px #dbd7d7;
	font-family:tahoma;
	font-size:1em;
	padding:2px 5px 2px 5px;
	color:#767676;
}

.subnav_on {
	background-image:url('../gfx/subnav_on.jpg');
	height:20px;
	padding:3px 0 3px 0;
	float:left;
}


#subnav {
	clear:both;
	width:100%;
	margin-top:10px;
}

#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#subnav a {
	text-decoration:none;
}

#subnav li {
	background-image:url('../gfx/subnav.jpg');
	background-repeat:repeat-x;
	height:20px;
	float:left;
	margin-left:2px;
	padding:5px 10px 0 10px;
	color:#6a6a6a;
}

#subnav li a {
	color:#474646;
}

#subnav li:hover {
	background-image:url('../gfx/subnav_hover.jpg');
	height:20px;
	color:#fff;
	float:left;
	margin-left:2px;
	padding:5px 10px 0 10px;
	cursor:pointer;
}

#subnav .active {
	background-image:url('../gfx/subnav_active.jpg');
	height:20px;
	float:left;
	margin-left:2px;
	padding:5px 10px 0 10px;
}

#subnav .active:hover {
	background-image:url('../gfx/subnav_active.jpg');
	height:20px;
	float:left;
	margin-left:2px;
	padding:5px 10px 0 10px;
}

#subnav .active a {
	color:#fff;
}


.list_bg {
	background-color:#f1f1f1;
}
