﻿@import "menu.css";

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	height: 100%;
	/*	background: #443c31 url('../images/body_bg.png') top center repeat-y;*/
	background: #555 url('../images/body_bg.png') top center repeat-y;
	color: #5c5c5c;
	font-size: 10pt;
	line-height: 13pt;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	background: #3c3c3c;
	width: 940px;
	height: 100%;
	margin: auto;
}

#head {
	background: white url('../images/header_bg.png') top left repeat-x;
	height: 94px;
	width: 920px;
	margin: auto;
	padding-left: 20px;
	padding-top: 25px;
}

#head-text {
	margin-top: 0px;
	padding-left: 100px;
	width: 450px;
	vertical-align: top;
}

#header {
	height: 230px;
	width: 940px;
	margin: auto;
}

#header_img, #header_menu, #header_text {
	width: 470px;
	height: 230px;
	float: left;
	display: inline;
}

#header_menu {
	background: #393939;
	width: 470px;
	height: 38px;
	display: block;
}

#header_text {
	width: 440px;
	height: 162px;
	background: #f7f7f7;
	padding: 15px;
}

#header_text p {
	text-align: justify;
}

#center {
	width: 900px;
	padding: 20px;
	margin: auto;
	background: #ebebeb;
}

#footer {
	background: transparent url('../images/footer_bg.png') repeat-x;
	font-size: 10pt;
	clear: both;
	padding: 5px 20px;
	color: white;
	height: 79px;
	width: 900px;
	margin: auto;
}

#columns {
	width: 920px;
	margin: auto;
}

/* Classes */

.login_front {
	height: 103px;
	}

.column, .column_wb {
	margin-top: 20px;
	display: inline;
	float: left;
	width: 240px;
	padding: 0px 30px;
	border-right: 1px solid #999;
	}

.column_wb { border-right: 0px; }

.teaser { font-weight: bold; }

.ul_decimal { list-style: decimal; }

.inline { display: inline; }

.block { display: block; }

.fleft { float: left; }

.fright { float: right; }

.clear { clear: both; }


.strong { font-weight: bold; }

.map { border: 1px solid #333333; }

.imgb {
	border: 1px solid #3E3E3E;
	padding: 2px;
	}

/* Padding & Margin */

.pr10 { padding-right: 10px; }

.pr20 { padding-right: 20px; }

.pb10 { padding-bottom: 10px; }

.pb20 { padding-bottom: 20px; }

.mr10 { margin-right: 10px; }

.ml10 { margin-left: 10px; }

.mt10 { margin-top: 10px; }

/* Colors */

.red { color: red; }

.blue { color: #2951a7; }

.gray { color: #393939; }

/* Links */

a:link, a:visited, a:active, a:hover {
	color: #2951a7;
	text-decoration: none;
	font-weight: bold;
	}

a:hover { text-decoration: underline; }

/*External link icon */

a[href^="http:"] {
	background: transparent url('../images/link_ext.png') 100% 50% no-repeat;
	padding-right: 11px;
	}
	
a.imglink[href^="http:"] {
	background: transparent;
	padding-right: 0px;
	}

/* Text */

h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	font-weight: normal;
	}

h3 { font-size: 110%; }

h4 { font-size: 100%; }

h5 { font-size: 100%; }

h6 { font-size: 100%; }

p { margin-bottom: 13pt; /*equal value as line-height in body{}*/ }

p.caption {
	margin-top: 0;
	font-size: 90%;
	}

.bighead  {
	font-size: 170%;
	font-weight: bold;
	line-height: 25pt;
	margin-bottom: 23px;
	}

/* Etc */

img { border: none;}

/*	Table */
.stable_h {
	text-align: left;
	border: 1px solid #c5c5c5;
	padding: 2px;
	}

.stable_h th {
	text-align: center;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	padding: 10px 5px 10px 5px;
	color: #3E3E3E;

	}

.stable_h td {
	border: 1px solid #D8D8D8;
	border-right: none;
	border-top: none;
	text-align: center;
	padding: 5px;
	vertical-align: top;
	}

.stable_h th.special {
	font-size: 105%;
	border-left: none;
	text-align: left;
	width: 120px;
	}

.stable_h th.special_h {
	background-image: url('../images/special_h_bg.png');
	}

.stable_h td.foot { border-bottom: none; }

.stable_h td.foot_h {
	border-bottom: none;
	background-color: #E4F1D6;
	}

.stable_h td.thv {
	font-weight: normal;
	text-align: left;
	border-left: none;
	width: 120px;
	}

.stable_h td.special_h {
	background-color: #E4F1D6;
	}

.stable_h td.thvf {
	font-weight: normal;
	text-align: left;
	border: none;
	width: 120px;
	}

.stable_h td.aright { text-align: right; }

.stable_h td.aleft { text-align: left; }

.stable_h th.aright { text-align: right; }

.stable_h th.aleft { text-align: left; }
