@import url('form.css');

html {
	height: 100%;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
	background: white url('images/pageBG.png') top left repeat-x;
}

HTML,BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

A:link, A:visited, A:active {
	color: #999999;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: none;
}



h1 {
	font-weight: 100;
	font-size: 22px;
	color: #99cc00;
	margin: 14px 0 20px 0;
}
h2 {
	font-weight: 900;
	color: #000;
	font-size: 12px;
	margin: 6px 0 4px 0;
}
h3 {
	font-weight: 700;
	font-size: 18px;
	color: #99cc00;
	margin: 0px 0 5px 0;
}
h4 {
	font-weight: 700;
	font-size: 18px;
	color: #ff6600;
	margin: 0px 0 5px 0;
}
h5 {
	font-weight: 700;
	font-size: 18px;
	color: #0075bd;
	margin: 0px 0 5px 0;
}
.csc-firstHeader { margin-top: 0px; }



div.div {
	font-size: 0;
	line-height: 0;
	height: 1px;
	border-bottom: 1px dotted #000;
	margin: 20px -10px 15px 0;
}






/* Layout ID's */
.pagewidth {
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: #fff;
}

.borderLeft {
	width: 4px;
	height: 640px;
	float: left;
	background: url('images/bgLeft.png') top left no-repeat;
}
.borderRight {
	width: 4px;
	height: 640px;
	float: right;
	background: url('images/bgRight.png') top left no-repeat;
}


.maincol {
	float: left;
	display: inline;
	width: 870px;
	margin: 0;
}

.menu {
	float: left;
	width: 242px;
	margin: 0 18px 0 0;
}

.content {
	float: left;
	width: 600px;
	padding: 0 10px 10px 0;
	min-height: 400px;
	background: #ffffff;
}

.footerAddress {
	position: relative;
	height: 10px;
	padding: 18px 0 10px 260px;
	margin: 15px 0 15px 0;
	background: url('images/bgFooter.png') bottom left no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}
.footerAddress a:link, .footerAddress a:active, .footerAddress a:visited, .footerAddress * {
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: 100;
	margin: 0;
}
.footerAddress a:hover {
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: 100;
	margin: 0;
}

.headerRow {
	height: 213px;
	width: 870px;
	margin-bottom: 17px;
}

.menuMeta {
	float: right;
	font-family: Verdana;
	font-size: 9px;
	padding: 36px 9px 0 0;
}

.logo {
	float: left;
	padding: 11px 0 10px 16px;
}

.headerImage {
	height: 143px;
	width: 610px;
	clear: both;
}







.menu_top_no, .menu_top_act {
	padding: 0 5px 0 5px;
}
.menu_top_no A:link, .menu_top_no A:active, .menu_top_no A:visited {
	color: #666;
	text-decoration: none;
}
.menu_top_no A:hover,
.menu_top_act A:link, .menu_top_act A:active, .menu_top_act A:visited, .menu_top_act A:hover {
	color: #000;
	text-decoration: none;
}

.redBar {
	width: 1px;
	display: inline;
}
.redBar img {
	position: absolute;
	top: 39px;
}


.menu1_no,
.menu1_act {
	width: 222px;
	background: url('images/menu_no.png') bottom left no-repeat;
}
.menu1_no a, .menu1_no a:link, .menu1_no a:visited, .menu1_no a:active, .menu1_no a:hover,
.menu1_act a, .menu1_act a:link, .menu1_act a:visited, .menu1_act a:active, .menu1_act a:hover {
	display: block;
	width: 214px;
	height: 18px;
	padding: 6px 0 0 6px;
	color: #000;
	font-weight: 900;
	text-decoration: none;
	margin-left: 21px;
	border-bottom: 1px dotted #000;
}

.menu_gruen {
	background: url('images/menu_gruen.png') bottom left no-repeat;
}
.menu_rot {
	background: url('images/menu_rot.png') bottom left no-repeat;
}
.menu_blau {
	background: url('images/menu_blau.png') bottom left no-repeat;
}


.menu2_no {
	height: 11px;
	padding: 4px 4px 4px 38px;
}
.menu2_no a, .menu2_no a:link, .menu2_no a:visited, .menu2_no a:active, .menu2_no a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
}
.menu2_act {
	height: 11px;
	padding: 4px 4px 4px 38px;
}
.menu2_act a:link, .menu2_act a:visited, .menu2_act a:active, .menu2_act a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana;
}

.menu2Wrap {
  margin-bottom: 13px;
}









P, FORM {
	margin: 0;
	padding: 0;
}
P {
	font-family: Arial, sans-serif; /* RTE WON'T SHOW FONT-FAMILY IF NOT MENTIONED HERE */
}

/* RTE Classes */
SPAN.gruen {
	font-weight: 900;
	color: #99cc00;
}

SPAN.blau {
	font-weight: 900;
	color: #0075bd;
}

SPAN.rot {
	font-weight: 900;
	color: #ff6600;
}




div.tx-fechangepassword-pi1 label {
	display: block;
}









.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block; font-size: 0; line-height: 0;}
/* End hide from IE-mac */

