* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
}

html {
	height: 100%
}

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
}

/* common style definition */
body, td, th, p, h1, h2, h3, h4, h5, h6, a, input, textarea, select, div {
	font: normal 11px/18px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #575757;
}

sup, .smallfont {
	font: normal 9px/12px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
}

/* headlines */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font: bold 16px/24px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font: bold 15px/23px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font: bold 14px/22px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	font: bold 13px/21px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	font: bold 12px/20px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	font: bold 11px/19px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
	color: #016DA5;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* fontstyles */
.normal {
	font-weight: normal;
}

.letterspacing1 {
	letter-spacing: 1px;
}

.letterspacing05 {
	letter-spacing: 0.5px;
}

i, .i {
	font-style: italic;
}

b, .b {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

/* alignments and display */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.both {
	clear: both;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.overflow {
	overflow: auto;
}

/* spacer */
.pad_all {
	padding: 4px;
}

.pad_top {
	padding-top: 2px;
}

.pad_right {
	padding-right: 4px;
}

.pad_bottom {
	padding-bottom: 2px
}

.pad_left {
	padding-left: 4px
}

.pad_v {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pad_h {
	padding-right: 4px;
	padding-left: 4px;
}

.margin_all {
	margin: 4px;
}

/* Width */
.auto {
	width: auto;
}

.size100 {
	width: 100%
}

.size95 {
	width: 95%
}

.size90 {
	width: 90%
}

.size80 {
	width: 80%
}

.size75 {
	width: 75%
}

.size70 {
	width: 70%
}

.size60 {
	width: 60%
}

.size50 {
	width: 50%
}

.size49 {
	width: 49%
}

.size45 {
	width: 45%
}

.size40 {
	width: 40%
}

.size35 {
	width: 35%
}

.size33 {
	width: 33%
}

.size30 {
	width: 30%
}

.size25 {
	width: 25%
}

.size20 {
	width: 20%
}

.size15 {
	width: 15%
}

.size10 {
	width: 10%
}

.size5 {
	width: 5%
}

.size1 {
	width: 1%
}

/* Horizontal rule */
h6.hr {
	border-bottom: 1px solid #000000;
	font-size: 2px;
}

/* listings */
ul, ol, dl {
	margin: 4px 0 4px 30px;
	padding: 0;
	display: block;
}

dl, dt, dd {
	margin: 0 0 0 14px;
	padding: 0;
	display: block;
}

.li, dd {
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
}

ul {
	list-style-image: url('../images/global/li.gif');
}

li {
	padding: 2px 0;
}

/* common link */
a {
	color: #282828;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

/* underlined link */
a.underline,
a:link.underline,
a:visited.underline,
a:active.underline {
	text-decoration: underline;
}

a:hover.underline {
	text-decoration: none;
}

/* no underlined link */
a.nounderline,
a:link.nounderline,
a:visited.nounderline,
a:active.nounderline {
	text-decoration: none;
}

a:hover.nounderline {
	text-decoration: underline;
}

/* input - values*/
input, textarea, select {
	margin: 1px;
}

.text, textarea, select {
	border: 1px solid #555555;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	background: #ffffff;
	color: #000000;
	padding: 1px;
	font: normal 13px Arial, Tahoma, Helvetica, Verdana, Sans Serif;
}

.button, .stdbutton, .okbutton {
	border: 1px solid #fff;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background: #CECFD3;
	color: #575757;
	padding: 2px 10px 2px 10px;
}

.okbutton {
	background: #016DA5;
	color: #ffffff;
}

.checkbox, .radio {
	height: 13px;
	width: 13px;
	margin: 4px 3px 0 3px;
}

/* widths for input field (extend this if neccessary)*/
.box100, .box {
	width: 240px;
}

/* define a container for HTML paddings of h1, p, etc. */
.htmlContainer p,
.htmlContainer h1, .htmlContainer h2, .htmlContainer h3, .htmlContainer h4, .htmlContainer h5, .htmlContainer h6 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.right_date {
	color: #016DA5;
	float: right;
	font-size: 16px;
	font-weight: bold;
}
