br {
	line-height: 1.0em;
}

body {
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, Sans;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(250, 250, 252);
	font-size: 12px;
	overflow: auto;
}

p {
	margin-bottom: 20px;
}

a {
	color: rgb(12, 69, 131);
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

a:hover {
	color: rgb(241, 143, 114);
}

object {
	display: block;
	outline: none;
	border: none;
}

div.input {
	margin-bottom: 5px;
}

label {
	width: 100px;
	display: block;
	float: left;
}

div.input select,
div.input input {
	border: solid 1px rgb(181, 199, 219);
}

form input.button {
	margin-top: 10px;
	margin-left: 100px;
	background-image: url(../img/menu_bg.jpg);
	border: solid 1px rgb(183, 200, 220);
	color: rgb(170, 48, 65);
	padding-top: 1px;
	padding-bottom: 1px;
}

.space {
	 margin-top: 15px;
}

/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#tinymce table,
#page table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;

}

#tinymce td,
#page td {
	vertical-align: top;
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/

#center {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	background-color: rgb(38, 100, 169);
	background-image: url(../img/main_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 100%;
}


#rightborder {
	position: absolute;
	top: 0px;
	height: 100%;
	right: -14px;
	width: 14px;
	background-image: url(../img/rightborder_bg.jpg);
}

#leftborder {
	position: absolute;
	top: 0px;
	height: 100%;
	left: -14px;
	width: 14px;
	background-image: url(../img/leftborder_bg.jpg);
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 119px;
	width: 900px;
	background-image: url(../img/header_bg.jpg);
}

#left {
	background-image: url(../img/left_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
}

html>body #left
{
	position: absolute;
	left: 0px;
	width: 200px;
	top: 119px;
	bottom: 30px;	
}

#newsbox {
	width: 170px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

html>body #newsbox {
	position: absolute;
	top: 110px;
	bottom: 0px;
}

#newsbox .header {
	height: 24px;
	line-height: 23px;
	vertical-align: middle;
	background-image: url(../img/boxheader_bg.jpg);
	color: white;
	padding-left: 25px;
	font-size: 13px;
}

#newsbox .timestamp {
	font-size: 9px;
	margin: 5px 5px 0px 5px;
	line-height: 9px;
}
#newsbox a {
	display: block;
	padding-bottom: 5px;
	margin: 0px 5px 10px 5px;
	border-bottom: solid 1px rgb(209, 221, 237); 
}

#newsbox a.last {
	border-bottom: none; 
}

#newsbox .sponsor {
	left: 5px;
	width: 160px;
	border-top: solid 1px rgb(209, 221, 237); 
	text-align: center;
	background-color: white;
	z-index: 1000;
}

html>body #newsbox .sponsor {
	position: absolute;
	bottom: 0px;
	line-height: 50px;
	height: 50px;
}

#newsbox .sponsor img {
	vertical-align: middle;
}

#newsbox .sponsor a {
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
}

#logo {
	position: absolute;
	top: 6px;
	left: 25px;
}

#logo2 {
	position: absolute;
	top: 60px;
	left: 173px;
}

#footer {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 700px;
	color: white;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: white;
}

#menu {
	position: absolute;
	top: 119px;
	left: 173px;
	width: 727px;
	height: 31px; 
	background-image: url(../img/menu_bg.jpg);
	overflow: hidden;
}

#menu div {
	float: left;
	line-height: 24px;
	vertical-align: middle;
	height: 31px;
	color: rgb(38, 100, 169);
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

#menu div a {
	color: rgb(38, 100, 169);
}

#menu div.selected {
	background-image: url(../img/selected.gif);
}

#menu div.selected a {
	color: rgb(170, 48, 65);
}

#menu div a:hover {
	color: rgb(241, 143, 114);
}

#menu img {
	float: left;
}

#wrapper {
	background-color: rgb(255, 255, 255);
	width: 685px;
}

html>body #wrapper {
	position: absolute;
	top: 149px;
	bottom: 30px;
	left: 200px;
	overflow: hidden;
}

#wrapper .sponsor {
	
	left: 10px;
	width: 650px;
	border-top: solid 1px rgb(209, 221, 237); 
	text-align: left;
	line-height: 50px;
	background-color: white;
	z-index: 1000;
	margin-top: 10px;
}

html>body #wrapper .sponsor {
	position: absolute;
	bottom: 0px;
	height: 50px;
}

#wrapper .sponsor img {
	vertical-align: middle;
}

#wrapper .sponsor a {
	display: inline;
	padding: 0;
	margin: 0px 10px 0px 0px;
	border: none;
}

#scroller {
	height: 100%;
	width: 100%;
	overflow: auto;
}

#page {
	font-size: 12px;
}

html>body #page {
	padding: 10px 10px 60px 10px;
}

.textHeadline,
#page .title {
	font-weight: bold;
	font-size: 13px;
	color: rgb(239, 127, 1);
	padding-left: 5px;
	padding-right: 5px;
	line-height: 22px;
	vertical-align: middle;
	margin-bottom: 10px;
	border-bottom: solid 1px rgb(209, 221, 237); 
	background-image: url(../img/textheader_bg.jpg);
	display: block;
}

#page .content {
	margin-bottom: 20px;
}

.more {
	margin-top: 5px;
}

.itempic_right {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.itempic_left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.itempic_top {
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}

.itempic_bottom {
	margin-top: 15px;
	display: block;
}

.imageTopLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageTopRight {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.imageLeft {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageRight
 {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

.textBlue {
	color: rgb(12, 69, 131);
}

.textOrange {
	color: rgb(241, 143, 114);
}

.textRed {
	color: rgb(255, 0, 0);
}

.at {
	vertical-align: middle;
}

.error {
	color: red;
	margin-left: 10px;
}

.imageTopLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageTopRight {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.imageLeft {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageRight {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}