@CHARSET "UTF-8";

body {
	margin:auto;
	text-align:center;
	background-color:#8c8e91;
	background-color:#aaacaf;
	font-family:Tahoma,Verdana;
	color:#6d6f71;
	font-size:12px;
}

img { border:0px }

#flags {
	position:absolute;
	left:800px;
	top:10px;
}

#main {
	background-color:#ffffff;
	position:relative;
	text-align:left;
	margin:auto;
	width:850px;
	height:550px;
	margin-top:60px;
	background-image:url(/static/gfx/background_start.jpg);
	background-position:-20px 50px;
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	left:15px;
	top:15px;
}

#address {
	position:absolute;
	left:15px;
	top:63px;
	font-weight:normal;
	color:#000000;
}

#points {
	position:absolute;
	left:15px;
	top:163px;
	font-weight:normal;
	color:#252062;
}

a.points {
	font-weight:normal;
	color:#252062;
	text-decoration:none;
}

#welcome {
	position:absolute;
	left:250px;
	top:70px;
	width:380px;
	color:#000000;
}

#headline {
	position:absolute;
	left:0px;
	text-align:center;
	width:700px;
	top:340px;
	font-weight:bold;
	font-size:14px;
	color:#ef3e25;
}

#sidebar {
	position:absolute;
	left:690px;
	top:30px;
	height:303px;
	border-left:1px solid #ef3e25;
	padding-left:15px;
	/*background-image:url(/static/gfx/startbg.jpg);*/
	width:145px;
	//width:160px;
}

#flash {
	position:absolute;
	left:0px;
	top:413px;
	height:60px;
}

#bottom {
	position:absolute;
	left:0px;
	top:490px;
	background-image:url(/static/gfx/bottom.jpg);
	width:850px;
	height:60px;
}

#startpage {
	border-left:1px solid #ef3e25;
	position:absolute;
	left:690px;
	top:333px;
	padding-top:25px;
	width:160px;
	height:25px;
	//height:83px;
	text-align:center;
}

a.startpage { font-weight:bold; color:#ef3e25; font-size:14px; }
