/* 
   CSS file SKAL Österreich
   h.c. greier, 2008
*/

body {
	/*background-color: #1F3E6A;*/
	background: #7591b9;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: right;
	}
/* 
	Set up a fully middle-paged design.
   Item has width 380px and height 320px
*/
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	/*background: url(../imgs/dotted_hor.gif) repeat-x;*/
	}
#content {
	margin-left: -355px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 710px;
	height: 501px;
	visibility: visible;
	padding: 0px;
	border: 1px solid;
	border-top-color: #627691;
	border-left-color: #627691;
	border-bottom-color: #B6BFCE;
	border-right-color: #B6BFCE;
	
	}
td img {display: block;}
