body {
	margin:0;
	padding:0;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif; 
	font-size:10px;
	background: #ffffff url(../images/content_bg.png) repeat-y;
	width: 100%;
	height: 100%;
	float: left;
}

img {border:0;}

h1 {font-size:1.5em;margin-bottom: 1em; line-height:1.2em; font-weight:bold;}

h1.sifr {font-size:2.2em;margin-bottom: 1em; line-height:1.2em;}

h2 {
	color: #999;
	font-size:1.5em;
	margin: 0.5em 0 0.4em 0;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.2em;
}
h4 {
	margin-top: 2em;
	margin-bottom: 0.6em;
}

a {
	color: #0071bd;
	/*text-decoration: underline;*/
	cursor:pointer;
}

a:hover {text-decoration: underline}

div.hr {
	display: block;
	float: left;
	height: 1px;
	width: 580px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

div#trafficLights {
	position: absolute;
	bottom: 55px;
	left: 6px;
	width: 40px;
	height: 110px;
	background: url(../images/traffic_lights.png) no-repeat;
}

/* @group MENY */

#header 
{
    background-image:none;
	float:left;
	width: 100%;
	height:50px;
	background-color: #525b6e;
	position: static;
	font-weight: bold;
	z-index: 2;
}

/*#header a {
	display: block;
	color: #8994ac;
	text-decoration: none;
	width: 100%;
	padding: 5px 0;
}

#header table {
	position: absolute;
	left: 45px;
	bottom: 10px;
}

#header table td {
	border-left: 2px solid #8994ac;
	padding: 0 50px 0 10px;
	vertical-align: top;
}

#header table td.selected {border-color: #fff}
#header table td a.selected {color: #fff}*/

/* @end */

/* @group CONTENT */

#wrapper {
	position: absolute;
	left: 50px;
	top: 80px;
	right: 0px;
	bottom: 50px;
	overflow: auto;
	padding-bottom: 50px;
}
/*#wrapper
{
	margin: 30px 0px 50px 50px;
}*/

#content {
	width: 600px;
	padding-left: 60px;
	padding-bottom: 50px;
	position: relative;
}

#header p#breadcrumbs { color:#8994AC; font-size:1.3em;}
#header #breadcrumbs {padding: 5px 0 0 10px; margin-top:10px;}
#header #breadcrumbs a, #header #breadcrumbs span {color: #8994ac;text-decoration: none;font-family:Verdana,"Lucida Grande",Lucida,sans-serif;font-size:12px;line-height:15px;}


#content h1
{
	float: left;
	width: 100%;
	position: relative;
}
#content h2,
#content h3,
#content p,
#content ul {
	float: left;
	width: 100%;
	position: relative;
	font-size:1.1em;
}

#content span.bodyText p { width:auto; float:none; font-size:1.1em; margin-bottom:1em;}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left:1.4em;
}

#content ul li div {
	display:inline;
}

#content .result {
	margin-left: -20px;
}

#content .result img {
	border: 0;
	width: 569px;
	height: 57px;
	margin-bottom:10px;
}

#content .result h2 {
	height:20px;
	padding-left:10px;
	margin-bottom:0;
}

/* @end */

/* @group NAVIGATION */

#navigation {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;

	height: 40px;
}

#navigation a {
	position: absolute;
	display: block;
	height: 38px;
	right: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #525b6e;
	background: url(../images/arrow.png) no-repeat right top;
	padding-right: 50px;
	line-height: 1.68em;
	cursor: pointer;
	cursor: hand;
	outline:none;
	text-decoration:none;
}

#navigation a.left {

	left: 0;
	padding-right: 0;
	padding-left: 50px;
	background-position: left bottom;
}

#navigation a.left span{
	position:relative;
	top:7px;
	left:-5px;
}

#navigation a.left span:hover, #navigation a.right span:hover
{
	text-decoration:underline;
}

#navigation a.right span{
	position:relative;
	top:7px;
	right:-5px;
}

/* @end */

/* @group BOX */

.boxes {
	width: 580px;
	float: left;
	margin: 20px 0;
}

.box {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 80px;
	padding-bottom: 10px;
	background: #fff url(../images/box_bottom.png) no-repeat 0 bottom;
	margin-bottom:10px;
}

.noInfo{ background:none; }

.answer{ width:120px;}

.box h5 {
	font-size: 1.0em;
	margin: 0;
	background-color: #525b6e;
	color: #fff;
	padding: 0.6em 10px;
}

.box h5 a {
	display: block;
	color: #fff;
	width: 100%;
	font-size:1em;
	font-weight:bold;
}

#content .box p,
.box p {
	padding: 5px 10px 0;
	margin: 0;
	width: 193px;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	font-weight: normal;
	font-size: 1em;
}

.alt h5{
	background-color: #B9C3D7;/*#8893ab;*/
}

.boxes .right{
	float:right;
	margin-right:0;
}

.related {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top:20px;
}

/* @end */

div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height:50px;
	width:100%;
	margin-top:50px;
	background: #525b6e url(../images/footer_logo.png) no-repeat;
}

.floatFix
{
	clear:both;
	float:none;
}

div#content div.secondBody p
{
	font-size:1em;
}

h1.sifr span
{
	display:none;
}

.pageBody p
{
	font-size:0.95em;
	line-height:1.40em;
	margin-bottom:10px;
	margin-top:-5px;
}

#container 
{
    width:auto;
}
