/* ===Meister Home Page CSS=== */
@import url("css/menu.css");

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; 
}

body {
	margin:20px 0px 0px 0px;
	padding:0px;
	font:normal 13px Arial;
	color:#00000;
}
img {
	border:none;
}
p {
	margin:0px 0px 10px 0px;
}

/* ===Main Container Styles=== */
#maincontainer {
	width:882px;
	height:auto;
	margin:0px auto;
}
/* ===Top Language Bar Styles=== */
#language-select {
	width:882px;
	height:20px;
	text-align:right;
	float:left;
	clear:both;
}
/* ===Header Styles=== */
#header {
	width:882px;
	height:74px;
	float:left;
	padding-bottom:29px;
}
#logo {
	width:175px;
	height:74px;
	float:left;
}
#menu {
	width:707px;
	height:13px;
	float:left;
	text-align:right;
	padding-top:61px;
}
#menu a, #menu a:hover{
	font:normal 14px Arial;
	color:#005bab;
	padding-left:25px;
	text-decoration:none;
}
#menu a:hover{
	color:#ed1b23;
}
/* ===Content Styles=== */
#content {
	width:882px;
	height:auto;
	float:left;
	margin-bottom:35px;
}
.content-left {
	width:241px;
	float:left;
	margin-right:12px;
}
#content-mid {
	width:435px;
	float:left;
	margin-right:12px;
}
#content-right {
	width:182px;
	float:left;
}
/* ===Middle Content Styles=== */
#mid-top {
	background:url(images/mid-top.jpg) no-repeat;
	width:429px;
	height:10px;
}
#mid-bottom {
	background:url(images/mid-bottom.jpg) no-repeat;
	width:429px;
	height:16px;
}
.ContentPane {
	width:401px;
	/*min-height:448px;*/
	min-height:320px;
	padding:13px 13px 13px 13px;
	font:normal 13px Arial;
}
.ContentPane p {
	font:normal 13px Arial;
}
/* ===News Content Styles=== */
#news-top {
	background:url(images/news-top.jpg) no-repeat;
	width:176px;
	height:10px;
	float:left;
}
#news-bottom {
	background:url(images/news-bottom.jpg) no-repeat;
	width:176px;
	height:16px;
	float:left;
}
.newspane {
	width:148px;
	/*min-height:458px;*/
	min-height:330px;
	float:left;
	padding:0px 13px 16px 13px;
	font:normal 13px Arial;
}
/* ===Footer Styles=== */
#footer {
	width:882px;
	height:auto;
	float:left;
	margin-bottom:15px;
	border-top:solid 1px #005bab;
	color:#005bab;
	text-align:center;
	padding-top:10px;
	font:normal 11px Arial;
}
#footer span {
	padding-right:60px;
}
#footer a, #footer a:hover{
	font:normal 11px Arial;
	color:#005bab;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
}	

.roundTable { 
	border-collapse:collapse; 
	width: 100%;
	height: 100%;
}

.border-top-left{	
	width: 3px;
	height: 3px;
	background: url(images/top_left.png) no-repeat top left;
}

.border-top {
	border-top: solid 1px #005bab;	
}

.border-top-right{
	width: 3px;
	height: 3px;
	background: url(images/top_right.png) no-repeat top right;
}

.border-left {
	border-left: solid 1px #005bab;	
}

.border-right {
	border-right: solid 1px #005bab;	
}

.border-bottom-left {
	width: 3px;
	height: 3px;
	background: url(images/bottom_left.png) no-repeat top left;
}

.border-bottom {
	border-bottom: solid 1px #005bab;
}

.border-bottom-right {
	width: 3px;
	height: 3px;
	background: url(images/bottom_right.png) no-repeat top right;
}