@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	color: #000000;
}

body {
	margin: 0 0 0 100px;
	background-color: #4D86BE;
}

html, body {
	height: 100%;
}

/* DIV-Boxes */
div#header {
	width: 790px;
	height: 100px;
	background-color: #FFFFFF;
}

div#contentCol {
	background: #CDDDEC url(/img/gfx/bg_centerCol.gif) no-repeat scroll right 100px;
	border-right: 1px solid #F2F5F9;
	width: 790px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
}
div#centerCol {
	padding: 30px 0 0 90px;
	width: 700px;
}

div#naviBox {
	position: absolute;
	top: 45px;
	left: 3px;
	background: transparent url(/img/gfx/bg_naviBox.png) no-repeat top left;
	width: 185px;
	height: 230px;
	overflow: hidden;
	z-index: 222;
}

div#backgroundCol {
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul, ol, li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
img {
	border: 0 none;
}
.noOutline {
	outline: none;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.invisibile {
	visibility: hidden;
}

.hPadding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.vPadding {
	padding-right: 10px;
	padding-left: 10px;
}
.rPadding {
	padding-right: 10px;
}
.lPadding {
	padding-left: 10px;
}

/* definition list */
dl {
	line-height: 1.5em;
}
dt {
	vertical-align: top;
}
dd {
	margin-left: 9em;
	margin-top: -1.5em;
	vertical-align: top;
}


/* Forms */
input, textarea, select {
	font-size: 1em;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	color: #0052A1;
	border-color: #4D86BE;
	border-style: solid;
	border-width: 1px;
}
input[type=text] {
	width: 175px;
}
label, div.submit {
	margin-top: 10px;
	display: block;
}
input[type=submit] {
	margin: 5px 0;
	outline: none;
	padding: 0 10px;
}

/* Fonts */
a {
	color: #0052A1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	letter-spacing: 0.05em;
	color: #0052A1;
}
h1 {
	font-size: 18pt;
	padding-bottom: 7px;
}
h2 {
	font-size: 16pt;
	padding-bottom: 15px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
}
h3 a {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
}

.bold, .bold a {
	font-weight: 700;
}
.italic, .italic a {
	font-style: italic;
}
p {
	line-height: 1.35em;
	padding-bottom: 7px;
}

/* Errors */
input.error {
	border: 1px solid red;
}
label.error {
	color: red;
	margin: 3px 0 10px 0;
}

div#flashMessage {
	background-color: #F2F5F9;
	border: 3px ridge #4D86BE;
	font-weight:bold;
	left: 550px;
	padding: 5px 10px;
	position: absolute;
	top: 85px;
	width: auto;
	z-index: 99;
	font-size:1.2em;
}

/* Paging */
div.paging {
	color: #003B64;
	padding: 10px 0;
}
div.paging a {
	color: #003B64;
	outline: none;
}
div.paging span.current {
	color: #003B64;
	font-weight: bold;
}
div.paging div.disabled {
	color: #CDDDEC;
	display: inline;
}


/* Header */
div#header a {
	color: #0052A1;
}
div#header ul {
	float: right;
	width: auto;
	margin: 55px 30px 0 0;
}
div#header ul li {
	display: inline;
	padding: 0 2px;
}

/* Navi */
div#naviBox ul li,
div#naviBox a {
	color: #0052A1;
	font-weight: bold;
	padding-bottom: 3px;
}
div#naviBox ul {
	margin-top: 25px;
	margin-left: 30px;
}
div#naviBox ul li {
	text-align: center;
	padding: 5px 0;
}
div#naviBox a:hover {
	color: #7FA8D0;
	text-decoration: none;
}
div#naviBox a.navLinkSelected {
	color: #7FA8D0;
}


/* Content */
div.textCol {
	padding: 10px 0;
	float: left;
	width: 450px;
}
div.imageCol {
	width: auto;
	float: right;
	margin-right: 30px;
	border: 2px solid #4D86BE;
	padding: 10px 10px 20px;
	background-color: #FFFFFF;
	position: relative;
}
div.imageCol a.lupe {
	bottom: 20px;
	position: absolute;
	right: 10px;
	outline: none;
}
div.textCol ul {
	list-style: disc outside;
	padding: 0.5em 0 0.5em 2em;
}
div.textCol ul li {
	list-style-type: disc;
	padding: 1px 0;
}
div.textCol ol {
	list-style: decimal inside;
	padding: 0.5em 0 0.5em 2.5em;
}
div.textCol ol li {
	list-style-type: decimal;
	padding: 1px 0;
}

/* news_index */
div.newsIndex {
	width: 450px;
	float: left;
}
div.newsIndexImage {
	width: auto;
	float: right;
	padding: 5px 5px 10px;
	background-color: #FFFFFF;
}
ul.news_index li {
	border-bottom: 1px solid #4D86BE;
	height: 120px;
	margin-bottom: 15px;
	width: 550px;
}
ul.news_index li h3 a {
	font-weight: bold;
}

/* home */
div.blueBox {
	color: #FFFFFF;
	background-color: #0052A1;
	border: 2px solid #FFFFFF;
	padding: 5px 10px 12px;
	margin: 0 10px 10px 0;
	width: 40%;
	float: left;
}
div.blueBox p {
	color: #FFFFFF;
}
div.blueBoxFull h2,
div.blueBox h2 {
	color: #FFFFFF;
	padding-bottom: 15px;
}
div.blueBox h3,
div.blueBox h3 a {
	color: #FECA0D;
	font-weight: bold;
}
div.blueBoxFull {
	color: #FFFFFF;
	background-color: #0052A1;
	border: 2px solid #FFFFFF;
	padding: 5px 10px 12px;
	margin: 0 10px 10px 0;
	width: 600px;
	clear: both;
}
div.blueBoxFull p {
	color: #FFFFFF;
}
div.blueBoxFull div.rPadding {
	padding-right: 15px;
}