/* General declarations */
* { font-family: Tahoma, Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; }
body { background: url(../assets/images/image_1.png) center top no-repeat;}
html { min-width: 1100px; }  
h1 { font-size: 26px; font-weight: normal; margin-bottom: 5px; color: #071C5E; border-bottom: 1px solid; padding-bottom: 7px; }
h2 { font-size: 12px; font-weight: normal; margin: 5px 0px 5px 0px; color: #071C5E; padding-bottom: 10px; }
h3 { font-size: 11px; font-weight: bold; color: #43555d; } 

/* Container */
#container { width: 996px; margin-left: auto; margin-right: auto; }

/* Header */
#header {height: 155px; width: 996px; position: relative; }
#header img { border: 0px; position: absolute; bottom: 5px; }

/* Menu */
#menu { position: absolute; right: 0px; bottom: 0px; }

/* Content */
#content {  width: 996px; color: #43555d; line-height: 19px; font-size: 12px; padding-bottom: 6px; }
#content a { color: #071C5E; }
#content a:hover { color: #959BA2; }

#content #column1 { width: 330px; min-height: 500px; float: left; margin-right: 9px; }
#content #column2 { width: 291px; border: 1px solid #1C2366; float: left; padding: 15px 15px 30px 15px; position: relative; }
#content #column3 { width: 323px; min-height: 500px; float: right; }
#content #column3 form { font-size: 11px; }

.borderkiller { position: absolute; right: -1px; bottom: -1px; height: 40px; width: 40px; background-color: white; } 
.line { position:absolute; bottom: 40px; right:40px; }
.line div { position:absolute; left: 0px; top: 0px; border-left-color: transparent; border-style: solid; }
.linepart1 { border-width: 0px 0px 40px 40px; border-bottom-color: #071C5E; }
.linepart2 { left: 1px !important; border-width: 0px 0px 40px 40px; border-bottom-color: white; } 

/* Footer */
#footer { background-color: #1C2366; width: 996px; margin-left: auto; margin-right: auto; text-align: center; }
#footer p { color: white; font-size: 12px; line-height: 22px; }
#footer a { color: white; font-size: 12px; }
#footer a:hover { color: #959BA2; }
#subfooter { width: 996px; margin-left: auto; margin-right: auto; text-align: right; }
#subfooter p { color: #959BA2; font-size: 10px; line-height: 22px; }
#subfooter a { color: #959BA2; font-size: 10px; }
#subfooter a:hover { color: #071C5E; }

/* Alerts */
.error { border: #e5a5a5 1px solid; padding: 15px 15px 0px 15px; border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; }
.error h3 { font-size: 14px; border-bottom: 1px solid #e5a5a5;  color: #B8231C; line-height: 25px; }

/* Form errors */
ul.form-errors { font-weight: normal;  padding: 5px; }
ul.form-errors li { line-height: 20px; margin-left: 15px; }
ul.form-errors li ul {  margin-bottom: 10px; }

.text-input { border: 1px solid #959BA2; padding: 1px; color: #1C2366; font-size: 11px; }
.large-input { width: 153px; }
.checkbox { margin: 5px 3px 0px 0px; }
.textarea { width: 100%; height: 40px; }
.button { color: white; background-color: #869398; padding: 5px 20px 5px 20px; font-size: 14px; border: 0px; margin-top: 15px; }

.wronglang { background-color: yellow; color: red; }

.errorDecoratorDefault { color: #B6000B; line-height: 20px; font-size: 11px; font-style: italic; margin-top: -2px; margin-left: 15px; }
.labelDecoratorDefault { width: 200px; display: block; color: #164E90; font-weight: bold; line-height: 22px; margin-top: 10px; }
.selectDecoratorDefault { border: 1px solid #CCCCCC; color: #313131; padding:4px; }
.inputDecoratorDefault { border: 1px solid #CCCCCC; color: #313131; padding:4px; width: 300px; }
.inputScaleDecoratorDefault { border: 1px solid #CCCCCC; color: #313131; padding:4px; }
.inputScaleCenterDecoratorDefault { border: 1px solid #CCCCCC; color: #313131; padding:4px; text-align: center; }
.buttonDecoratorDefault { color: #313131; padding: 5px 15px 5px 15px; font-weight: bold; font-size: 14px; margin-top: 15px; }


p.errors { color: red; }
.errorTd input { border: 1px solid red !important; }

/**
 * @group fixes
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

