/* @override 
	http://62.138.57.212/hels/hels/templates/blank/hels_main_20070502.css
	http://62.138.57.212/hels/hels/templates/allcss/hels_main.css
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	color: #272727;
	background: #F4F1E8 url(img/htmlBg.png) repeat-x;
	font: 12px/17px "Georgia","Trebuchet MS",Helvetica,Arial,sans-serif;
}

.wrapper {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}
#selLanguage{
	width: 100px;
	height: 106px;
	float: left;
}
#selLanguage span{
	display: block;
}
#selLanguage #selEng{
	margin-top: 33px;
}
/*.wrapper {
	clear: both;
	width: 840px;
	margin: 0px auto;
	text-align: left;
}*/

#logo {
	float: left;
	height: 106px;
	background-color: #FF6600;
}

#logo img {
	float: left;
	padding-top: 5px;
}

#container {
	width: 840px;
	clear: both;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	text-align: left;
	background-color: white;
	overflow: hidden;
}

#pageHl {
	clear: both;
	display: block;
	height: 60px;
	padding-left: 17px;
	background-color: #E4E4E4;
}

#content {
	margin-top: 10px;
	clear: both;
	width: 840px;
		background-color: white;
}

/* @group horizontal Menu */

#topNav {
	width: 100%;
	height: 35px;
	background: #003B74 url(img/topNavBg.png) repeat-x;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/

#topNav ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/

#topNav ul li a {
	display: block;
	height: 35px;
	width: 103px;
	border-right: 1px solid #7398BC;
	text-decoration: none;
	background: url(img/topNavBg.png) repeat-x 0 0;
	color: white;
	text-align: center;
}

#topNav ul li a span {
	display: block;
	padding-top: 8px;
}

/*Sub level menu*/

#topNav ul li ul {
	clear: both;
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: inline;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/

#topNav ul li ul li {
		position: relative;
	display: inline;
	float: none;
}

/* Sub level menu links style */

#topNav ul li ul li a {
	width: 220px;
	/*width of sub menu levels*/
	height: 17px;
	font-weight: bold;
	padding-left: 5px;
	background: url(img/topNavSubBg2.png) no-repeat 0 0;
	text-align: left;
	color: white;
	text-indent: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	/*border: 0 solid #dfe2eb;*/
	font-size: 11px;
}

#topNav ul li a:hover {
	background-position: 0 -35px;
}

#topNav ul li ul li a:hover {
	padding-top: 1px;
	padding-bottom: 2px;
	background-position: 0 -20px;
}

#topNav .arrowdiv {
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara {
	

/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/

* html #topNav ul li {
	float: left;
	height: 1%;
}

* html #topNav ul li a {
	height: 35px;
}

/* End */

/* @end */

/* @group leftSide */

#left {
	float: left;
	width: 580px;
	padding-left: 17px;

}
#left img{
	border: 1px solid gray;
	margin-right: 15px;
}
#left a {
	color: #5996DC;
	text-decoration: underline;
}
#left .bildle{
	float: left;
	padding: 5px;
	border: 1px solid silver;
	margin-right: 15px;
}
#left .bildleRight{
	float: right;
	padding: 5px;
	/*border: 1px solid silver;*/
	margin-left: 15px;
	background-color: #f8f8ea;
}
#left .bildleRight img{
	display: block;
	margin-bottom: 5px;
	margin-right: 0px;
}
#left .bildle img{
	display: block;
	margin-bottom: 5px;
	margin-right: 0px;
}
.bildleRight h6, .bildleRight h6{
	width: 130px;
	clear: both;
	color: black;
	margin: 0px;
	font: 11px Verdana, Arial;
}


#left a:hover {
	color: #FF6600;
}

.topText {
	color: #9b9b9b;
}

/* @end */

/* @group rightSide */

.right {
	clear: right;
	float: right;
	width: 210px;
	margin-right: 17px;

}

.right .top {
	width: 210px;
	height: 20px;
	background: url(img/rightBg_top2.png) no-repeat 0 0;
	margin: 0px;
}

.right .mitte {
	background: url(img/rightBg_mitte2.png) repeat-y 0 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

.right .mitte p {
	margin-bottom: 0px;
}

.right .bottom {
	margin-top: 0px;
	width: 210px;
	height: 22px;
	background: url(img/rightBg_bottom2.png) no-repeat 0 0;
	margin-bottom: 20px;
}

.right ul {
	border-bottom: 1px solid #DDD;
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}
.right ul li {
	margin-left: 10px;
	margin-bottom: 4px;
}

.subnav {
	list-style-type: none;
}
.right a {
	color: #5996DC;
	padding: 4px 3px;
	display: block;
	width: 100%;
	/*Define width for IE6's sake*/
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.right a:hover {
	padding: 4px 3px;
	background-color: #F8FBBD;
	color: black;
	font-size: 13px;
}




/* @end */

/* @gro

up footer */

#footer {
	clear: both;
	height: 45px;
	width: 840px;
	margin-top: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	font: bold 10px/11px Arial, Helvetica, Geneva, sans-serif;
	color: #575672;
	background-color: #ececec;
	overflow: visible;
}

#footer p {
	float: left;
	padding-bottom: 5px;
	padding-left: 17px;
	text-align: left;
	font: bold 10px/11px Arial, Helvetica, Geneva, sans-serif;
	color: #575672;
}

#footer .validator {
	float: right;
	padding-right: 17px;
}

/* @end */

#copyright {
	width: 200px;
	display: block;
	padding-left: 10px;
	float: left;
}

#smallPrintLinks {
	width: 600px;
	float: right;
	display: inline;
	text-align: right;
}

#smallPrintLinks ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#smallPrintLinks ul li {
	margin: 0 10px 0 0;
	list-style: none;
	float: right;
	cursor: pointer;
}

#smallPrintLinks ul li a {
	color: #4a4a4a;
	text-decoration: none;
}

#smallPrintLinks ul li a:hover {
	color: #c98100;
	text-decoration: underline;
}

/* @group Styles */

a {
	color: #5996DC;
	text-decoration: underline;
}

a:hover {
	color: #f9881b;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 2px;
	margin-top: 0pt;
}

h2 {
	padding-top: 15px;
	font-size: 28px;
	line-height: 32px;
	color: #28476C;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	color: #002A75;
	border-bottom: 1px solid #DDD;
}

h5 {
	font-size: 17px;
	color: #002A75;
	border-bottom: 1px solid #DDD;
}

/*li {
	list-style-type: none;
}

ul {
	list-style-type: none;
}*/

img {
	border: none;
}

#jsWarnbox {
	background-color: #E73031;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0pt 0pt 30px;
	padding: 2px 3px 5px;
	text-align: center;
}

/* @end */

/* @group Forms */

form {
	margin: 0px;
	
}

input.search_submit, input#submit, input[submit] {
	margin-top: .25em;
    padding: 0 .25em;    /*width: 0;*/    overflow:visible;
	background-color: #00185C;
	border-left: 1px solid #cbcbcb ;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	color: white;
}

/* @end */

