/*fonts
-------------------------------------------------*/
.contentLeft {
	font:12px Arial;
	color: black;
	font-weight:normal;
	letter-spacing:0.1pt;
	line-height:1.4;
	text-align:left;
}
.contentRight {
	font:12px Arial;
	color: black;
	font-weight:normal;
	letter-spacing:0.1pt;
	line-height:1.4;
	text-align:left;
}

.contentLefttitle {
	font:16pt Arial;
	color: black;
	font-weight:normal;
	margin: 0px 0 0px 0px;
	letter-spacing:0.0pt;
	line-height:18px;
	text-align:left;
}

.contentLeftSubtitle {
	font:16px;
	color: black;
	font-weight:bold;
	margin: 0px 0 0px 0px;
	letter-spacing:0.0pt;
	line-height:18px;
	text-align:left;
}

.menu {
	font:15px Arial;
	color: black;
	font-weight:normal;
	margin: 0px 0 0px 0px;
	letter-spacing:0.0pt;
	line-height:1.5;
	text-align:left;
}

/*layout
-------------------------------------------------*/

html {height:100%;}

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		height:100%;
		background:url('layout/pics/meisli.gif');
		background-repeat:no-repeat;
	}
	
b {
	font-size:14px;
	font-weight:bold;
}

a {color: black;}
a:visited{color: black;}
a:hover{color: rgb(26,230,52);}

#container {width: 100%; height: 100%; display: table;}
#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }
#content {margin-right:auto;margin-left:auto;width:977px; height:664px;background-image:url('layout/pics/bg_raster.gif');text-align: left;}

/* Header styles */
#bordertop {height:1px;width:10px;}

#header {
		width:929px;
		padding:24px 0px 0px 24px;
		height:152px;
}

#headertube {margin:0px 0px 0px 0px;background-color:white;height:128px;}

#leftcolumn {
		
		float:left;
		height:464px;
		width:596px;
		padding:0px 0px 0px 24px;
		background-color:transparent;
}
#lefttube {margin:0px 0px 0px 0px;background-color:white;height:465px;overflow:scroll;overflow-x: hidden; }

#rightcolumn {
		float:right;
		height:464px;
		width:308px;
		padding:0px 24px 0px 0px;
		background-color:transparent;
		
}
#righttube {margin:0px 0px 0px 0px;background-color:white;height:465px;overflow:scroll;overflow-x: hidden; }