

HTML {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #4b4a4d;
	font: 11px Arial, Verdana, sans-serif;
	color: #333;
}


/* *******************************************************************************************
 *         Generic Fonts                                                                     *
 ******************************************************************************************* */

H1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 18px/1em Arial, Verdana, sans-serif;
	font-weight: bold; color: #000;
}
H2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: 15px/1em Arial, Verdana, sans-serif;
	font-weight: bold; color: #000;
}
.text {
	font: 11px/1.5em Arial, Verdana, sans-serif;
	color: #333;
}
.ingress,
.ingress P {
	font-weight: bold;
}


/* *******************************************************************************************
 *         Generic Links      #af0917                                                               *
 ******************************************************************************************* */

A:link,
A:visited {
	color: #cf0917;
	text-decoration: none;
}
A:hover,
A:active {
	color: #cf0917;
	text-decoration: underline;
}


/* *******************************************************************************************
 *         Start - Redirpage                                                                 *
 ******************************************************************************************* */

BODY.redirpage {
	background-color: #fff;
}
#container_redir {
	width: 602px;
	margin: 200px auto 0 auto;
	text-align: left;
}
#redir_image {
	float: left;
	height: 442px;
	padding-left: 51px;
}
DIV.redir_arrow {
	float: left;
	padding-top: 130px;
}
#redir_text {
	clear: both;
	padding-top: 35px;
	font: 16px/1.5em "Gill Sans", Arial, Verdana, sans-serif;
	color: #333;
}


/* *******************************************************************************************
 *         Main area                                                                         *
 ******************************************************************************************* */

#outer_container {
	width: 880px;
	margin: 50px auto 0 auto;
	padding-bottom: 15px;
	text-align: left;
}


/* *******************************************************************************************
 *         Dochead / Top menu                                                                *
 ******************************************************************************************* */

#dochead {
	
}
#top_logos {
	padding-bottom: 30px;
}
#top_logos .logo {
	float: left;
	padding-right: 20px;
}
#topmenu {
	clear: both;
}
#topmenu_lev1 {
	clear: both;
	color: #c5c7c8;
	padding: 3px 0;
	font: bold 13px/1em Arial, Verdana, sans-serif;
}
#topmenu_lev1 A {
	text-transform: uppercase;
	text-decoration: none !important;
}
#topmenu_lev1 A:link,
#topmenu_lev1 A:visited {
	color: #b3b3b3;
}
#topmenu_lev1 A:hover,
#topmenu_lev1 A:active,
#topmenu_lev1 A.active {
	color: #fff !important;
}

#topmenu_lev2 {
	clear: both;
	padding: 3px 0 10px 0;
	font: bold 13px/1em Arial, Verdana, sans-serif;
}
#topmenu_lev2 A {
	display: block;
	float: left;
	padding-right: 15px;
	text-decoration: none !important;
}
#topmenu_lev2 A:link,
#topmenu_lev2 A:visited {
	color: #b3b3b3;
}
#topmenu_lev2 A:hover,
#topmenu_lev2 A:active,
#topmenu_lev2 A.active {
	color: #fff !important;
}
#topmenu_lev2 A IMG {
	margin-right: 5px;
}


/* *******************************************************************************************
 *         Docfoot                                                                           *
 ******************************************************************************************* */

#docfoot {
	margin: 0;
	padding: 15px 0;
	font: 11px/1.3em Arial, Verdana, sans-serif;
	color: #dadada;
	text-align: center;
}


/* *******************************************************************************************
 *         Main content                                                                      *
 ******************************************************************************************* */

#main_container {
	clear: both;
	height: 457px;
	background-color: #fff;
}

#leftcol {
	float: left;
	width: 440px;
	height: 457px;
	margin: 0;
	padding: 0;
}

#rightcol {
	float: left;
	width: 440px;
	height: 457px;
	margin: 0;
	padding: 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.content,
.content_arrow_big,
.content_arrow_small {
	float: left;
	padding: 30px 0 10px 0;
}

.content {
	width: 440px;
}
.content_arrow_big {
	width: 385px;
}
.content_arrow_small {
	width: 398px;
}

.arrow_big {
	float: left;
	width: 42px;
	height: 124px;
	margin-right: 13px;
	background: transparent url(/images/pompeji/arrow_article_big.gif) bottom right no-repeat;
}
.arrow_small {
	float: left;
	width: 29px;
	height: 64px;
	margin-right: 13px;
	background: transparent url(/images/pompeji/arrow_article_small.gif) bottom right no-repeat;
}

H1,
H2,
.text {
	padding-right: 50px;
}
.text {
	text-align: left;
	padding-bottom: 1em;
}
.image {
	padding: 40px 0 0 0;
}

/* *******************************************************************************************
 *         FORMS                                                                             *
 ******************************************************************************************* */

#formEngine .td1 {
	width: 20%;
	padding: 1px 15px 1px 0;
}
#formEngine .td1 IMG {
	width: 100px !important;
}
#formEngine .td2 {
	width: 80%;
	padding: 1px 4px 1px 0;
}

.formBtn, BUTTON {
	font: 10px Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #af0917;
	border: 1px solid #000;
	border-color: #ccc #000 #000 #ccc;
	cursor: pointer;
}
.formBtnDisabled {
	color: #666666;
	background-color: #cccccc;
	border: 1px solid #999999;
	cursor: pointer;
}

.formField, SELECT, TEXTAREA {
	font: 9px Verdana, Geneva, sans-serif;
	color: #000000;
	border: 1px solid #666666;
}
.formFieldFile {
	font: 9px Verdana, Geneva, sans-serif;
	color: #000000;
}

/* *******************************************************************************************
 *         FORMENGINE                                                                        *
 ******************************************************************************************* */

#formEngine {
	margin: 0;
	padding: 15px 0;
}
FORM#formEngineForm {}
TABLE.formEngineTable {}
TABLE.formEngineTable TD {
	font-size: 10px;
}
TABLE.formEngineTable .td1 {
	width: 120px;
	padding: 6px 2px;
}
TABLE.formEngineTable .label_fullwidth {
	padding-bottom: 8px;
}
#formEngine H2 {
	margin: 10px 0 !important;
	padding: 0 !important;
	font-weight: bold;
}
#formEngine .dividerHeading {
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
	font-weight: bold;
}
#formEngine .dividerLine {
	border-bottom: 1px solid #cccccc;
	height: 1px;
	line-height: 1px;
}
#formEngine .dividerSpacer {
	height: 10px;
	line-height: 1px;
}
TABLE.formEngineTable .tr_textarea TD,
TABLE.formEngineTable .tr_radiobutton TD,
TABLE.formEngineTable .tr_checkbox TD {
	padding-bottom: 12px;
}


/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

A IMG {
	border: 0;
}
.clear {
	clear: both !important;
}



/* *******************************************************************************************
 *         imCMS-specific                                                                    *
 ******************************************************************************************* */

.imcmsAdmBgHead {
	background-color: #20568D;
	color: #ffffff;
}
.imcmsAdmBgCont {
	background-color: #f5f5f7;
	color: #000000;
}
.imcmsFormBtnPanel {
	font: 9px Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #e7e7e7;
	cursor: pointer;
	height: 20px;
	border: 1px outset #000000;
	border-color: #ffffff #000000 #000000 #ffffff;
	text-align: center;
}
.imcmsFormBtnPanelActive {
	font: 9px Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #e7e7e7;
	cursor: pointer;
	height: 20px;
	border: 1px inset #000000;
	border-color: #000000 #ffffff #ffffff #000000;
	text-align: center;
}

.imcms_label,
A.imcms_label:hover {
	color: #c00000 !important;
}


