/* ----------------------------------------------------------

	Site:		VPE
	Type:		Main CSS

------------------------------------------------------------- */

/* @group common */

html, body, div, span, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

body, table td, table th, input, button, textarea {
	font: 12px/20px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	color: #000;
}

body {
	background: #fff;
}

ul, ol {
	list-style-type: none;
}

a {
	color: #b41e27;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end common */

/* @group common-classes */

.clr:after,
.colwrp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screenrdr,
.hidden,
.skip {
	position: absolute;
	left: -9999px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dspnone {
	display: none;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.noborder {
	border: 0 !important;
}

.iwrp,
.iwrp img {
	display: block;
}

/* @end common-classes */

/* @group layout */

.index #Container {
	background: #eee url(../i/bg_body_main.png) repeat-x;
}

#Container {
	padding-bottom: 35px;
	background: #eee url(../i/bg_body.png) repeat-x;
}

#Header {
	height: 128px;
	position: relative;
	width: 994px;
	margin: 0 auto;
	background: url(../i/bg_head.png) no-repeat;
}

#Content {
	position: relative;
	width: 994px;
	margin: 0 auto;
	min-height: 450px;
}

.index #Content {
	background: url(../i/bg_content_map.png) no-repeat;
}

#Footer {
	height: 81px;
	background: #fff;
	border-top: 1px solid #d4d4d4;
}

/* @end layout */


/* @group Header */

#Header .iwrp {
	float: left;
	margin: 17px 0 0 30px;
}

#Header .lang {
	position: absolute;
	top: 0;
	left: 861px;
	width: 60px;
	height: 31px;
	line-height: 29px;
	background: #b41e27 url(../i/bg_head.png) no-repeat -861px 0;
	padding: 0 0 0 24px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

#Header .blind {
	display: block;
	position: absolute;
	top: 0;
	left: 945px;
	width: 34px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff200 url(../i/bg_head.png) no-repeat -945px 0;
}

#Header .login {
	display: block;
	position: absolute;
	top: 0;
	left: 550px;
	width: 300px;
	height: 31px;
	line-height: 29px;
	text-align: right;
}

#Header .login a {
	margin-left: 10px;
	background: url(../i/arrow.gif) 0 1px no-repeat;
	padding-left: 18px;
	font-size: 11px;
	font-weight: bold;
}

/* @end Header */

/* @group Content */

/* @group Content-cols */

#leftcol,
#midcol,
#rightcol {
	min-height: 200px;
	float: left;
}

#leftcol {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 247px;
}

#midcol {
	width: 486px;
	margin-left:267px;
}

#rightcol {
	width: 206px;
	margin: -30px 0 0 20px;
}

#rightcol.wide {
	position: absolute;
	top: 0;
	left: 753px;
}

.index #midcol {
	padding-top: 196px;
}

#midcol.wide {
	width: 712px;
}

/* @end Content-cols */

/* @group menu */

#menu {
	padding-left: 31px;
	width: 216px;
	padding-bottom: 12px;
	background: url(../i/bg_menu.png) no-repeat 100% 100%;
}

#menu ul {
	background: #4f4f4f;
}

#menu li {
	position: relative;
	padding-top: 1px;
	background: url(../i/separator_menu.png) no-repeat;
}

#menu li.firstchild {
	padding-top: 0 !important;
	background: none;
}

#menu a {
	display: block;
	line-height: 14px;
	padding: 8px;
	color: #fff;
	position: relative;
}

#menu li.sel a,
#menu li:hover a,
#menu li.hover a {
	text-decoration: none;
	color: #b21e24;
	background: #b2b2b2;
}

#menu a span {
	position: absolute;
	display: none;
	top: 0;
	left: -31px;
	width: 31px;
	height: 30px;
	background: url(../i/bg_menu_bullet.png) no-repeat;
}

#menu li.sel span,
#menu li:hover span,
#menu li.hover span {
	display: block;
}

/* submenu */

#menu ul ul {
	position: absolute;
	top: 1px;
	left: -9999px;
	width: 257px;
	padding-left: 31px;
	padding-bottom: 10px;
	background: url(../i/bg_submenu_bottom.png) no-repeat 100% 100%;
	z-index: 20;
}

#menu li:hover ul,
#menu li.hover ul {
	left: 185px;
}

#menu ul ul li {
	background: #fff url(../i/separator_menu.png) no-repeat 100% 0;
}

#menu ul ul li.firstchild {
	margin-left: -31px;
	padding-left: 31px;
	background: #fff url(../i/sprite-main.png) no-repeat -469px -220px;
}

#menu ul ul a {
	background: none !important;
	color: #000 !important;
}

#menu ul ul a:hover {
	color: #b21e24 !important;	
}

/* @end menu */

/* @group innercontent */

/* @group breadcrumb */

.breadcrumb {
	font-size: 11px;
	line-height: 14px;
	padding: 13px 0 6px;
	width: 487px;
	border-bottom: 1px solid #d5d5d5;
}

.breadcrumb li {
	float: left;
	padding-left: 13px;
	background: url(../i/sprite-main.png) no-repeat 4px -136px;
}

.breadcrumb li.firstchild {
	padding: 0;
	background: none;
}

.breadcrumb a {
	color: #000;
}

/* @end breadcrumb */

#welcome {
	margin-bottom: 35px;
}

#welcome h1 {
	color: #b41e27;
	margin-bottom: 18px;
}

#midcol h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

#midcol p.indent {
	padding-left: 20px;
	text-indent: -20px;
}

#midcol h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 10px 0 15px;
}

/* @group cikklist */

.cikklist {
	padding-bottom: 20px;
}

.cikklist li {
	padding: 18px 0;
	border-top: 1px solid #d5d5d5;
}

.cikklist li.firstchild {
	padding-top: 0;
	border: 0;
}

.cikklist li h3 {
	font-size: 12px;
	line-height: 14px;
}

.cikklist li p {
	padding-left: 20px;
}

.cikklist li .d {
	display: block;
	padding-left: 20px;
	font-size: 10px;
	line-height: 12px;
}

/* @end cikklist */

/* @group searchlist */

.searchlist {
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
}

.searchlist li {
	margin: 10px 0 0 0;
	padding-left: 20px;
}
.searchlist li a {
	background: url(../i/arrow.gif) no-repeat 0 0;
	padding-left: 20px;
	font-weight: bold;
}

/* @end searchlist */

/* @group pager */

.pager {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.pager div {
	height: 24px;
	line-height: 24px;
	width: 90px;
	text-align: center;
	color: #fff;
	background: #b41e27;
	margin-right: 5px;
	float: left;
}

.pager a,
.pager .sel {
	float: left;
	text-align: center;
	height: 22px;
	line-height: 22px;
	border: 1px solid #b41e27;
	margin-right: 5px;
	background: #fff;
	padding: 0 8px;
}

.pager a:hover {
	text-decoration: none;
	background: #b41e27;
	color: #fff;
}

.pager .page {
	padding: 0;
	width: 22px;
}

.pager .sel {
	border: 1px solid #eee;
	background: none;
}

/* @end pager */

/* @group cikkcontent */

.cikkpage h1 {
	margin: 15px 0;
}

#midcol.cikkpage h2.em {
	font-size: 12px;
	font-weight: bold;
	color: #b41e27;
	margin-bottom: 0;
}

#midcol.cikkpage .d {
	font-size: 10px;
	line-height: 12px;
	padding-left: 20px;
}

#midcol.cikkpage .lead {
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* @group cikkrel */

.cikkpage .rel {
	margin: 20px 0 0;
}

.cikkpage .rel h5 {
	font-size: 12px;
	font-weight: bold;
}

.cikkpage .rel ul {
	padding-left: 20px;
}

.cikkpage .rel li,
.cikkpage .rel a {
	line-height: 15px;
}

.cikkpage .rel li {
	margin-top: 3px;
	padding: 5px 0 5px 24px;
	background: url(../i/sprite-utils.gif) no-repeat 0 6px;
}

.cikkpage .reldocs li {
	padding-left: 24px;
}

.cikkpage .reldocs .pdf {
	background-position: 0 -86px;
}

.cikkpage .reldocs .xls {
	background-position: 0 -176px;
}

/* @end cikkrel */

/* @group cikktable */

.cikktable th {
	height: 37px;
	background: #b41e27;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 0 15px;
}

.cikktable th.firstchild {
	background: #b41e27 url(../i/sprite-utils.gif) no-repeat 0 -263px;
}

.cikktable td {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 7px 15px;
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
}

.cikktable .odd td {
	background: #e2e2e2;
}

.cikktable tfoot td {
	background: #4f4f4f;
	color: #fff;
	border: 0;
	padding: 0;
}

.cikktable tfoot .b {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background: url(../i/cikktable_foot.png) no-repeat 100% 0;
}

.cikktable tfoot .b div {
	margin-right: 12px;
	height: 26px;
	background: url(../i/cikktable_foot.png) no-repeat;
}

/* @end cikktable */

/* @group cikktxt */

.cikktxt {
	padding-left: 20px;
}

.cikkborderbottom {
	border-bottom: 1px solid #d5d5d5;
}

.cikktxt .fleft,
.cikktxt img[align=left] {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.cikktxt .fright,
.cikktxt img[align=right] {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

.cikktxt img {
	display: block;
	clear: both;
	border: 1px solid #4f4f4f;
}

div.cikktxt h2, div.cikktxt h3, div.cikktxt h4, div.cikktxt h5 {
	font-size: 13px;
	font-weight: bold;
}

div.cikktxt h2, div.cikktxt h3, div.cikktxt h4, div.cikktxt h5, div.cikktxt p, div.cikktxt blockquote, div.cikktxt ul, div.cikktxt fieldset, div.cikktxt ol, div.cikktxt dl {
	margin: 0 0 1.5em
}

div.cikktxt object {
	display: block;
	margin: 0 auto 1.5em;
}

div.cikktxt ol{
	padding: 0 0 0 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

div.cikktxt ul {
	list-style: disc;
	list-style-position: inside;
}

/* @end cikktxt */

/* @end cikkcontent */

/* @end innercontent */

/* @group boxes */

.box {
	width: 206px;
	margin-bottom: 29px;
	background: url(../i/bg_box.png) no-repeat;
}

.box h5 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding-left: 11px;
	overflow: hidden;
}


.box .bullet {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 10px;
	background: url(../i/sprite-main.png) no-repeat -286px -120px;
}

.box .b {
	margin-top: -5px;
	height: 12px;
	overflow: hidden;
	background: url(../i/bg_box_corners.png) no-repeat 100% 0;
}

.box .b div {
	height: 12px;
	margin-right: 12px;
	background: url(../i/bg_box_corners.png) no-repeat;
}

.box .cnt {
	padding: 8px 0 0 0;
	background: #fff;
}

.box .cnt p {
	margin: 0 10px 9px 11px;
	font-size: 11px;
	line-height: 16px;
}

/* @group searchbox */

.searchbox {
	height: 73px;
	position: relative;
	margin-bottom: 91px;
}

.searchbox input {
	position: absolute;
	top: 40px;
	left: 13px;
	border: 0;
	background: none;
	width: 145px;
	font-size: 11px;
	outline: 0;
}

.searchbox button {
	position: absolute;
	top: 38px;
	left: 177px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	padding: 0;
	cursor: pointer;
}

/* @end searchbox */

/* @group kapellabox */

.kapellabox {
	position: relative;
}

.kapellabox .cnt {
	width: 174px;
	padding-top: 20px;
	background: #fff url(../i/sprite-main.png) no-repeat -254px 11px;
}

.kapellabox p {
	margin: 0 0 18px 58px !important;
}

.kapellabox .download {
	display: block;
	position: absolute;
	top: 35px;
	left: 179px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

/* @end kapellabox */

/* @group loginbox */

.loginbox {
	position: relative;
	width: 206px;
	height: 94px;
	padding-top: 10px;
	background: url(../i/sprite-main.png) no-repeat 0 -22px;
}

.loginbox br {
	display: none;
}

.loginbox label {
	font-size: 11px;
	color: #fff;
	width: 62px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 9px;
	text-align: right;
	display: block;
	padding-right: 135px;
	position: relative;
}

.loginbox label input {
	position: absolute;
	top: 3px;
	left: 72px;
	border: 0;
	background: none;
	width: 118px;
	font-size: 11px;
	outline: 0;
}

.loginbox button {
	position: absolute;
	top: 80px;
	left: 179px;
	background: none;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
}

.loginbox a {
	display: block;
	position: absolute;
	top: 73px;
	left: 32px;
	width: 134px;
	padding-left: 8px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-weight: bold;
}

.loginbox a:hover {
	background: #fff;
	color: #b41e27;
	text-decoration: none;
}

/* @end loginbox */

/* @end boxes */

/* @group sitemap */

ul.sitemap li {
	margin-left: 2px;
	padding-left: 18px;
	background: url(../i/arrow.gif) 0 4px no-repeat;
}

/* @end sitemap */

/* @group register */

div.register,
div.registererrors {
	padding-left: 20px;
	position: relative;
}

p.register {
	padding: 0 0 13px 20px;
	border-bottom: 1px solid #d5d5d5;
}

div.register div {
	padding: 0;
	margin: 0 0 9px 0;
	position: relative;
	z-index: 10;
}

div.register form {
	margin-top: 25px;
}

div.register div span.req {
	display: block;
	position: absolute;
	left: 445px;
	top: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.register div span.input,
div.register div span.checkbox {
	display: block;
	position: absolute;
	left: 210px;
	top: 0;
}

div.register div span.input {
	background: url(../i/sprite-main.png) 0 -300px no-repeat;
	width: 229px;
	height: 22px;
	border: 1px solid #eee;
}

div.register div span.input input {
	width: 219px;
	height: 22px;
	border: 0;
	padding: 0 5px;
	background: transparent;
	font-size: 11px;
	color: #4f4f4f;
}

div.registersubmit {
	border-top: 1px solid #d5d5d5;
	position: relative;
	margin-top: 12px;
	padding: 1px 0 0 357px;
}

div.registersubmit button {
	cursor: pointer;
	border: 0;
	width: 103px;
	height: 31px;
	display: block;
	background: #b41e27 url(../i/sprite-main.png) no-repeat 0 -191px;
}

div.registersubmit button span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin-left: 32px;
	line-height: 31px;
}

div.registererrors {
	background: #fff;
	border: 0;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 7px;
}

div.registererrors b,
div.registererrors strong,
div.register div.error span.input input,
div.register div.error span.req {
	color: #b41e27;
}

div.register div.error span.input {
	border-color: #b41e27;
}

/* @end register */

/* @end Content */

/* @group Footer */

#FooterInner {
	font-size: 11px;
	width: 948px;
	margin: 0 auto;
	padding: 16px 16px 0 30px;
}

#FooterInner li {
	display: inline;
}

#FooterInner li a {
	font-weight: bold;
}

#FooterInner address {
	font-style: normal;
	display: inline;
}

#FooterInner dt,
#FooterInner dd {
	display: inline;
}

#carnation {
	width: 135px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	color: #7f7f7f;
	position: relative;
	clear: both;
	float: right;
	margin-top: 15px;
}

#carnation:hover {
	text-decoration: none;
}

#carnation .fir {
	width: 135px;
	height: 21px;
	background: url(../i/sprite-main.png) no-repeat;
}

#emailsubs {
	display: none;
}

/* @end Footer */























