/* General styles */
html {
	height: 			100%;
}


body {
	min-height: 100%;
	height: 100%!important;
}

body {
	margin:				0;
	font-family:		verdana, arial, helvetica;
	font-size:			10px;
	color:				#333333;
	font-weight:        normal;
	text-align:			center;
	background-color: 	#d0c8b6;	
}

a {
	color:				#333333;
}

h1 {
	font-size:			10px;
	margin:				13px 5px 3px 7px;
	padding:			0;
	color:				#60bf00;
	font-weight:		normal;
}

p {
	font-size:			10px;
	margin:				0 5px 0 7px;
	padding:			0;
	color:				#7d7d7d;
}

div.clear {
	height:				1px;
	overflow:			hidden;
	clear:				both;
	margin-top:			-1px;
}

div#main {
	position:			relative;
	margin: 			0 auto;
	width:				814px;
	min-height:			100%;
	text-align:			left;
	background-color: 	#FFFFFF;
	
}



/* IE-specific hack */
* html div#main {
	/* mac hide \*/
	height: 100%;
	/* end mac hide*/
}


/* STYLES FOR CONTENTTYPE */

div.main2Col {
	background-image:	url(/images/main2ColBG.gif);
	background-repeat:	repeat-y;
}

div.main2_2Col {
	background-image:	url(/images/main2_2ColBG.gif);
	background-repeat:	repeat-y;
}

div.main4Col {
	background-image:	url(/images/main4ColBG.gif);
	background-repeat:	repeat-y;
}

div.mainCol {
	background-image:	url(/images/mainBG.gif);
	background-repeat:	repeat-y;
}

div.topSpacer {
	border-bottom: 		1px solid #FFFFFF;
	height:				16px;
	background-color: 	#d0c8b6;
}

/* STYLES FOR CONTAINER */
div.container {
	position:			relative;
	padding:			0 1px 0 1px;
	margin:				0;
}


/* STYLES FOR TOPBAR */
div.top {
	text-align:			center;
	background-color:	#FFFFFF;
}

div.topImage img {
	padding:			1px 0 1px 0;
	background-color:	#FFFFFF;
	border-bottom:		1px solid #999999;
}

/* STYLES FOR MENU */
div.menu {
	position:			relative;
	height:				23px;
	border-top:			1px solid #FFFFFF;
	border-bottom:		1px solid #999999;
	background-image:	url(/images/menuBG.gif);
	text-transform: 	uppercase;
}

div.menu h1, div.menu h2 {
	display:			none;
}

div.menu ul {
	list-style:			none;
	padding:			0;
	margin:				0;
	height:				23px;
}

div.menu ul li {
	float:				left;
	padding:			0 10px 0 10px;
	margin:				0;
	height:				23px;
	line-height:		23px;
}

div.menu ul li ul {
	position:			absolute;
	left:				0;
	top:				24px;
	width:				812px;
	height:				15px;
	border-top:			1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	background-color:	#cccccc;
	text-transform: 	none;
}

div.menu ul li ul li {
	height:				15px;
	line-height:		15px;
}


/* link menu styles */
div.menu ul li.active {
	height:				23px;
	line-height:		23px;
}

div.menu ul li a {
	text-decoration:	none;
	color:				#666666;
}

div.menu ul li.active a {
	color:				#000000;
	font-weight:		bold;
}

/* link submenu styles */
div.menu ul li ul li.active {
	height:				15px;
	line-height:		15px;
}

div.menu ul li ul li a {
	text-decoration:	none;
	font-weight:		normal !important;
	color:				#666666 !important;
}

div.menu ul li ul li.active a {
	color:				#000000 !important;
	font-weight:		bold !important;
}

/* STYLES FOR MENUSPACER */
div.menuSpacer {
	height:				17px;
	border-bottom:		1px solid #999999;
	background-color:	#FFFFFF
}


/* STYLES FOR IMAGE */
div.wideImg {
	background-color:	#FFFFFF;
}

div.wideImg img {
	margin:				1px 0 1px 0;
}


/* STYLES FOR CONTENTAREA */
div.contentArea {
	
}

/* STYLES FOR 2 COLUMNS  */
div.main2Col div.column1 {
	float:				left;
	width:				365px;
	margin:				0 1px 0 0;
}

div.main2Col div.column2 {
	float:				left;
	width:				446px;
}

div.main2Col div.column3,div.main2Col div.column4 {
	display:			none;
}

/* STYLES FOR 2_2 COLUMNS  */
div.main2_2Col div.column1 {
	float:				left;
	width:				217px;
}

div.main2_2Col div.column2 {
	float:				right;
	width:				566px;
}

div.main2Col div.column3,div.main2Col div.column4 {
	display:			none;
}


/* STYLES FOR 3 COLUMNS  */
div.main3Col div.column1 {
	float:				left;
	width:				193px;
	
}

div.main3Col div.column2 {
	float:				left;
	width:				427px;
}

div.main3Col div.column3 {
	float:				left;
	width:				192px;
}

div.main3Col div.column4 {
	display:			none;
}

/* STYLES FOR 4 COLUMNS  */

div.main4Col div.column1 {
	float:				left;
	width:				212px;
	text-align:			left;
	padding:			0;
}

div.main4Col div.column2 {
	float:				left;
	width:				195px;
	
}

div.main4Col div.column3 {
	float:				left;
	width:				195px;
}

div.main4Col div.column4 {
	float:				left;
	width:				197px;
}

div.main4Col div.borderControl {
	height:				100%;
	width:				100%;
	background-color:	#FFFFFF;
}

/* STYLES FOR TEASERS */

div.teaser {
	margin:				22px 6px 0 6px;
}

div.teaser p a {
	color:				#990099;
	text-decoration:	none;
}

div.main4Col div.teaser img {
	width:				183px;
}

div.main4Col div.teaser h1 a {
	color:				#333333;
	text-decoration:	none;
}

div.main4Col div.teaser {
	margin-top:			54px;
}

div.main3Col div.teaser {
	margin-top:			17px;
}


div.main3Col div.teaser img {
	width:				167px;
}

div.main3Col div.teaser h1 {
	color:				#60bf00;
}

div.main3Col div.teaser h1 a {
	color:				#60bf00;
	text-decoration:	none;
}


/* STYLES FOR IMAGECONTAINER */

div.imageContainer {
	padding:			0 0 10px 0;
	margin: 			0;
	background-image:	url(/images/imageContainerBG.gif);
	background-position:bottom;
	background-repeat:	repeat-x;
}


/* STYLES FOR IMAGELARGE */

img.imageLarge {
	padding:			0;
	margin: 			1px 0 0 1px;
	background-image:	url(/images/imageContainerBG.gif);
	background-position:bottom;
	background-repeat:	repeat-x;
}

/* STYLES FOR HEADING */

H2 {
	margin:				28px 31px 17px 19px;
	padding:			0;
	font-size:			11px;
	color:				#333333;
	font-weight:		normal;
}

div.mainCol div.column1 H2 {
	color:				#999999;
	font-size:			10px;
	font-weight:		bold;
	margin:				55px 31px 17px 282px;
}

/* STYLES FOR P  */

div.main2Col div.column2 div.textModule, div.main2Col div.column1 div.textModule,div.main2Col div.column2 p, div.main2Col div.column1 p {
	margin:				0 30px 10px 19px;
	line-height:		13px;
	color:				#666666;
}

div.main2Col div.column2 div.textModule a, div.main2Col div.column1 div.textModule a {
	text-decoration:	none;
	color:				#333333;
}

div.main2Col div.column2 div.imageText {
	margin:				0 31px 10px 19px;
	line-height:		13px;
	color:				#999999;	
}

div.main2Col div.column2 div.imageText img {
	float: 				left;
	margin:				2px 15px 10px 0;
}


/* STYLES FOR IMAGE TOP*/
div.imageTopModule {
	border-bottom:		1px solid #999999;
}

div.main2Col div.column1 div.imageTopModule {
	padding:			1px 1px 1px 0;
}

div.main2Col div.column2 div.imageTopModule {
	padding:			1px 0 1px 1px;
}

/* STYLES FOR BLOCKQUOTE*/
blockquote {
	font-size:			11px;
	font-weight:		normal;
	color:				#666666;
	margin:				0 31px 10px 19px;
	padding:			0;
}

/* STYLES FOR IMG IN MAIN3COL & MAIN3COL - CCOLUMN2  */

div.main3Col div.column2 img.imageInText, div.main2Col div.column2 img.imageInText {
	margin:				17px 17px 17px 17px;
}

/* STYLES FOR SPACER  */
div.blank {
	height:				13px;
}

/* STYLES FOR DOTS  */
div.dots {
	height:				1px;
	background-repeat:	repeat-x;
	background-image:	url(/images/dots.gif);
	background-position:center;
	margin:				6px 31px 6px 19px;
	line-height:		1px;
	font-size:			1px;
}

/* STYLES FOR STROKE  */
div.line {
	height:				1px;
	line-height:		1px;
	font-size:			1px;	
	overflow:			hidden;
	background-color:	#cccccc;
	margin:				6px 31px 6px 19px;
}

/* STYLES FOR IMAGELIST  */

ul.imageList {
	margin:				30px 17px 0 17px;
	padding:			0;
	list-style:			none;
}

ul.imageList li {
	float:				left;
	
	width:				193px;
	height:				73px;
	border:				1px solid #cccccc;
	margin:				-1px 0 0 -1px;
	display:			inline;
	text-align:			center;
	line-height:		73px;
}

ul.imageList li img {
	margin-top:			10px;
	display:			inline;
}

/* STYLES FOR DOWNLOADLIST  */

ul.downloadList {
	margin:				0 20px 0 27px;
	padding:			0;
	list-style:			none;
}

ul.downloadList li {
	margin:				0;
	padding:			0 0 0 21px;
	line-height:		21px;
}

ul.downloadList li.pdf {
	background-image:	url(/images/icons/pdf.gif);
	background-repeat:	no-repeat;
	background-position:0 2px;
}

ul.downloadList li.download {
	background-image:	url(/images/icons/arrowDown.gif);
	background-repeat:	no-repeat;
	padding:			0 0 0 17px;
	background-position:0 5px;
	
}

ul.downloadList li a {
	color:				#333333;
	text-decoration:	none;
}


/* STYLES FOR VERTICALMENU  */


div.menuVertical {
	padding:			0;
	margin:				13px 2px 0 0;
}

div.menuVertical a{
	margin:				0;
	padding:			0;
	color:				#333333;
	font-size:			11px;
	font-weight:		normal;
	text-decoration:	none;
}

div.menuVertical h1 {
	margin:				0;
	padding:			0;
	color:				#999999;
	font-size:			9px;
	font-weight:		normal;
	text-decoration:	none;
}

div.menuVertical h2 {
	margin:				0;
	padding:			0;
	color:				#999999;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	none;
}

div.menuVertical h1 a{
	margin:				0;
	padding:			0;
	color:				#999999;
	font-size:			9px;
	font-weight:		normal;
	text-decoration:	none;
}

div.menuVertical h2 a {
	margin:				0;
	padding:			0;
	color:				#999999;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	none;
}

div.menuVertical table {
	width:				100%;
}

div.menuVertical table tr td {
	vertical-align:		top;
}

div.menuVertical table tr td.left {
	margin:				0;
	padding:			2px 0 0 12px;
	width:				74px;
	height:				60px;
	color:				#999999;
	font-weight:		bold;
	background-image:	url(/images/menuVerticalBG.gif);
	background-position:10px 0px;
	background-repeat:	no-repeat;
	vertical-align:		top;
}

div.menuVertical table tr td.left div a {
	display:			block;
	width:				100%;
	height:				100%;
}

div.menuVertical table tr td.right {
	margin:				0;
	padding:			4px 0 4px 6px;
	height:				52px;
	color:				#999999;
	font-weight:		bold;
	background-position:10px 0px;
	background-repeat:	no-repeat;
	vertical-align:		top;
}

div.menuVertical table tr.active td.right {
	background-color:	#e6e6e6;
}

div.menuVertical ul li div.menuImg {
	position:			absolute;
	height:				60px;
	width:				81px;
	background-repeat:	no-repeat;
	background-position:12px 4px;
}

div.menuVertical table tr td.menuDots {
	margin:				0;
	padding:			0;
	height:				5px;
	line-height:		5px;
	font-size:			1px;
	background-repeat:	repeat-x;
	background-image:	url(/images/dots.gif);
	background-position:center;
}

div#TEASER table tr td.left {
	display:			none;
}


/* STYLES FOR MENUIMAGE  */


div.menuImage {
	padding:			0;
	margin:				0;
	height:				210px;
	border-bottom:		1px solid #999999;
}

div.menuImage ul {
	list-style:			none;
	height:				130px;
	margin:				0;
	padding:			69px 0 0 20px;
}

div.menuImage ul li {
	float:		 		left;
	height:				56px;
	width:				69px;
	margin:				0 10px 10px 0;
	padding:			1px;
	border:				1px solid #999999;
}


div.menuImage ul li a {
	display:		 	block;
	height:				56px;
	width:				69px;
}

/* STYLES FOR MENUCOUNTER  */


div.menuImageCounter {
	padding:			0;
	margin:				0;
}

div.menuImageCounter ul {
	list-style:			none;
	margin:				12px 0 0 25px;
	padding:			0;
}

div.menuImageCounter ul li {
	float:		 		left;
	margin:				0 10px 0 0;
	padding:			0;
}


div.menuImageCounter ul li a {
	display:		 	block;
	text-decoration:	none;
}

div.menuImageCounter ul li.active a {
	color:		 		#cc0000;
}

/* STYLES FOR FRONTPAGETEASERMODULE */
div.frontpageTeaserModule {
	background-image:	url(/images/frontpageTeaserBG.gif);
}

div.frontpageTeaserModule ul{
	height:				100px;
	margin:				0;
	padding:			0;
	list-style:			none;
	display:			block;
}

div.frontpageTeaserModule ul li {
	margin:				0;
	padding:			14px 12px 0 11px;
	float: 				left;
	width:				239px;
}

div.frontpageTeaserModule ul li.end {
	padding:			14px 11px 0 11px;
}

div.frontpageTeaserModule ul li a {
	margin:				12px 0 0 0;
	color:				#7d7d7d;
	font-size:			10px;
	text-decoration:	none;
}

div.frontpageTeaserModule ul li a h1 {
	margin:				12px 0 0 0;
	color:				#333333;
	text-transform: 	uppercase;
	font-size:			10px;
}

div.frontpageTeaserModule ul li a img {
	margin:				12px 0 0 0;
	width:				239px;
}

div#bottomElement {
	position:			absolute;
	bottom:				0px;
	height:				23px;
	line-height:		23px;
	border-top:			1px solid #666666;
	width:				785px;
	margin:				0 21px 0 22px;
	background-color:	#ffffff;	
	display:			none;
}

/* STYLE FOR FIELD CONTAINER */
div.fieldContainer {
	font-weight:		bold;
	color:				#333333;
	margin:				0 85px 10px 27px;
	padding:			0;
}

span.normal {
	font-weight:		normal;
}

span.red, p.red {
	color:				#cb0100 !important;
}

div.fieldContainer input.textField, textarea.textField {
	border:				1px solid #cccccc;
	width:				311px;
	margin:				0px;
	padding:			0px;
}

div.buttomContainer {
	margin:				0 85px 10px 27px;
}

input.button {
	border:				1px solid #656565;
	width:				95px;
	height:				21px;
	line-height:		20px;
	float:				right;
	background-image:	url(/images/buttonBG.gif);
	font-family:		verdana;
	font-size:			10px;
	text-align:			center;	
}


div.column1 div.submitModule {
	margin:				10px 0 10px 0;
	padding:			0;
	width:				331px;
	

}
div.column2 div.submitModule {
	margin:				10px 0 10px 0;
	padding:			0;
	width:				411px;
	

}
div.submitModule div.signupText {

	text-indent:		15px;
	margin:				10px 0 5px 5px;
	padding:			0;
	font-size:			10px;
	color:				#333333;

}
div.submitModule div.desc {
	margin:				0 0 5px 19px;
	padding:			0;
	height:				20px;
	color:				#333333;
	font-size:			10px;
	font-weight:		bold;

}

div.submitModule div.descRed {
	margin:				0 0 5px 19px;
	padding:			0;
	height:				20px;
	color:				#cc0000;
	font-size:			10px;
	font-weight:		bold; 
	
}

div.submitModule div.fieldContainer {
	font-weight:		normal;
	color:				#333333;
	margin:				0 0 10px 19px;
	padding:			0;

}

div.submitModule span.normal {
	font-weight:		normal;
}

div.submitModule span.red {
	color:				#cc0000 !important;
	margin:				0;
	padding:			0;
}
div.submitModule p.red {
	color:				#cc0000 !important;
	margin:				0 0 0 19px;
	padding:			0;
}
div.column1 div.submitModule div.fieldContainer input.textField,div.column1  div.submitModule div.fieldContainer textarea.textField {
	border:				1px solid #cccccc;
	width:				310px;
	margin:				0px;
	padding:			0px;
}

div.column2 div.submitModule div.fieldContainer input.textField,div.column2  div.submitModule div.fieldContainer textarea.textField {
	border:				1px solid #cccccc;
	width:				390px;
	margin:				0px;
	padding:			0px;
}

div.submitModule div.buttomContainer {
	margin:				0 31px 0 0;
	padding:			0;
}

div.submitModule div.buttomContainer input.button {
	border:				1px solid #656565;
	width:				95px;
	height:				19px;
	line-height:		19px;
	float:				right;
	font-family:		verdana;
	font-size:			10px;
	text-align:			center;	
}