body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: .7em;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #D52325;
}

a:visited {
	text-decoration: none;
	color: #D52325;
}

a:hover {
	text-decoration: underline;
	color: #D52325;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	color: #000;
	padding: 0;
	margin: 32px 0 0.6em 0;
}
	
	
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 111%;
	padding: 0;
	color: #7B7B7B;
	margin: 0 0 0.8em 0;
}


h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 111%;
	padding: 0;
	margin: 1.4em 0 0.6em 0;
	color: #D52325;
}

h4, h6, h7 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 101%;
	padding: 0;
	margin: 1.4em 0 0.6em 0;
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 111%;
	padding: 0;
	margin: .1em 0 0 0;
	color: #D52325;
}
	
p, p.bodytext {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	line-height: 122%;
}


b, strong, p.bodytext b, p.bodytext strong {
color: #000;
}

img {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

hr {
	height: 1px;
	border-top: 1px solid #c4c4c4;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}	







/* 
 ----------------------------------------------- */

#wrapper {
	width: 100%;
	position: relative;
}

#head-logo {
	margin: 0 auto;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	width: 800px;
	height: 31px;
	background: url(../img/head_logo_bg.jpg) no-repeat;
	background-color: #C5C5C1;
	text-align: left;
}

#logo a {
	width: 200px;
	height: 31px;
	display: block;
}

#languagemenu {
	xdisplay: none;
	color: #fff;
	float: right;
	margin: 3px 0 0 0;
	padding: 6px 0 0 10px;
	background-color: #878784;
	height: 21px;
	width: 247px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

#languagemenu img {
    margin-right: 4px;
}


#head-line {
	border-top: 1px solid #fff;
	height: 8px;
	background: url(../img/line_bg.jpg) no-repeat;
	background-position: center;
	background-color: #9B0F11;
	font-size: 0;
}

#head-flash {
	margin: 0 auto;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	width: 800px;
	height: 183px;
	text-align: left;
}


/* 
 ----------------------------------------------- */

#main {
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	width: 800px;
}

#main-line {
	height: 5px;
	background-color: #999;
	font-size: 0;
}

table {
	font-size: 1em;
}

#t-main {
	text-align: left;
}

#t-main td {
	vertical-align: top;
}

td.rightcol {
	width: 256px;
}

td.contentcol {
	width: 545px;
	border-right: 1px solid #7F7F7F;
}

#content {
	margin: 0 35px 35px 35px;
}

#content ul {
	list-style: none;
	margin: 1.4em 0 .7em 0;
	padding-left: 12px;
}

#content ul li {
	padding: 0 0 2px 14px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 6px no-repeat;
}

#rightcol-content {
	margin: 0 9px 35px 9px;
}

#rightcol-content b, #rightcol-content strong {
	color: #606060;
}


/* 
 ----------------------------------------------- */

#topnavcontainer {
	background: url(../img/topnav_bg.jpg) no-repeat;
	background-position: center;
	background-color: #9B0F11;
	height: 24px;
}

#topnav {
	margin: 0 auto;
	width: 800px;
	font-size: 110%;
	xpadding-left: 24px;
	text-align: left;
}

#topnavlist {
	margin: 0;
	padding: 0px;
}


/* box model hack ie win */
* html #topnavlist {
	position: absolute;
 }


#topnavlist ul {
	margin: 0;
	padding: 0;

}

#topnavlist li {
	display: inline;
	list-style: none;
}

a.starter, a.starter:link, a.starter:visited {
	color: #fff;
	font-weight: bold;
	margin: 2px 0 1px 0;
	padding: 2px 14px 4px 14px;
	position: relative;
	text-decoration: none;
	float: left;
	xheight: 16px; /* height only for mozilla */
	background: url(../img/topnav_item_bg.gif) no-repeat 4px 7px;
	white-space: nowrap;
}

a.on, a.on:link, a.on:visited {
	background: 0 none;
	background-color: #9A0F10;
}

a.starter:hover {
	background: 0 none;
	background-color: #9A0F10;
}

.menu {
	text-align: left;
	color: #747474;
	background-color: #fff;
	border-left: 1px solid #939393;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;	
	position: absolute;
	width: 160px;
	z-index: 100;
	visibility: hidden;
}

.menu li a, .menu li a:visited {
	color: #747474;
	display: block;
	line-height: 1.4em;
	font-size: 86%;
	border-bottom: 1px solid #939393;
	margin: 0px;
	padding: 5px 10px 5px 34px;
	text-decoration: none;
	width: 116px;
	background: url(../img/listpunkt_subnav.gif) no-repeat;
	background-position: 18px 8px;

}

/* box model hack ie win */
* html .menu li a, * html .menu li a:visited {
width: 160px;
w\idth: 116px;
}

.menu li a:hover {
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 18px 8px;
	background-color: #E4E4E4;
}


/* 
 ----------------------------------------------- */

#sectiontitle {
	font-size: 130%;
	font-weight: bold;
	margin: 32px 0 0 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #939393;
}

#subnav {
	margin: 0 0 20px 0;
	padding: 0;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnavlist li {
	margin-left: 0;
	list-style: none;
}


#subnavlist li a:link, #subnavlist li a:visited {
	color: #000;
	background: url(../img/listpunkt_subnav.gif) no-repeat;
	background-position: 18px 12px;
	padding: 9px 16px 9px 36px;
	display: block;
	border-bottom: 1px solid #939393;
	height: auto;
}

#subnavlist li a:hover {
	color: #000;
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 18px 12px;
	padding: 9px 16px 9px 36px;
	text-decoration: none;
	background-color: #E4E4E4;
}

#subnavlist li a.on, #subnavlist li a.on:link, #subnavlist li a.on:visited {
	color: #000;
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 9px 16px 9px 36px;
	font-weight: bold;
}

#subnavlist li a.on:hover {
	color: #000;
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 9px 16px 9px 36px;
	text-decoration: none;
}

#subnavlist li a.out, #subnavlist li a.out:link, #subnavlist li a.out:visited {
	color: #000;
	background: url(../img/listpunkt_subnav_out.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 8px 16px 8px 36px;
	font-weight: bold;
}

#subnavlist li a.out:hover {
	color: #000;
	background: url(../img/listpunkt_subnav_out.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 8px 16px 8px 36px;
	text-decoration: none;
}


#subnavlist2 li a:link, #subnavlist2 li a:visited {
	color: #000;
	background: url(../img/listpunkt_subnav2.gif) no-repeat;
	background-position: 18px 12px;
	padding: 8px 16px 8px 36px;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #939393;
}

#subnavlist2 li a:hover {
	background: url(../img/listpunkt_subnav2.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 8px 16px 8px 36px;
	text-decoration: none;
}

#subnavlist2 li a.on, #subnavlist2 li a.on:link, #subnavlist2 li a.on:visited {
	background: url(../img/listpunkt_subnav2.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #fff;
	padding: 8px 16px 8px 36px;
}

#subnavlist2 li a.on:hover {
	background: url(../img/listpunkt_subnav2.gif) no-repeat;
	background-position: 18px 12px;
	background-color: #E4E4E4;
	padding: 8px 16px 8px 36px;
	text-decoration: none;
}

/* 
 ----------------------------------------------- */


#customerarea {
	width: 211px;
	padding: 0px 8px 14px 0;
	margin: 20px 0;

}

/* box model hack ie win */
* html #customerarea {
width: 237px;
w\idth: 213px;
}


.loginform {
	margin: 0;
	padding: 0;
}

#customerarea h3 {
	color: #000;
	margin-top: 10px;
}

.loginform input {
	font-size: 101%;
	width: 110px;
}

.logintext {
	width: 80px;
	display: block;
	float: left;
	margin-top: 4px;
}

input.loginbutton {
	float: right;
	background-color: #EC2729;
	color: #fff;
	width: 55px;
	font-weight: bold;
	margin: 10px 14px 0 0;
	border: none;
	padding: 1px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


/* 
 ----------------------------------------------- */



#footer-line {
	background: url(../img/line_bg.jpg) no-repeat;
	background-position: center;
	background-color: #9B0F11;
	height: 5px;
}

#footer {
	margin: 12px 0;
	text-align: center;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* 
 ----------------------------------------------- */

.line {
    margin: 0;
    padding: 0;
}

#printlink {
	margin: 5px 0 15px 35px;
}

.break { clear: both; }

.external {
	background: url(../img/externerlink.gif) 0 4px no-repeat;
	padding-left: 12px;
	display: inline;
}

/* csc items */

p.csc-header-date { 
	border-top: 1px solid #E6E5E0;
	margin: 1.6em 0 0 0; 
	padding: 1em 0 0 0; 
}

