@font-face {
	font-family:tahoma;
	src:local(Tahoma), url(fileadmin/fonts/tahoma.ttf) format(TrueType);
}
h1 {
	font-family:tahoma;
	font-size: 12pt;
	color:#0d2464;
	font-weight: bold;
	margin-left: 10px;
}
li {
	margin-bottom: 10px;
}
p {
	font:tahoma;
}
.ticker {
	top: 130px;
	position:absolute;
	left: 200px;
	width: 800px;
	height: 20px;
	background-color: #FFFFFF;
	z-index: 3;
}
.main {
	height: 600px;
	width: 1000px;
	background-color: #cbd3db;
	position: relative;
	z-index: 1;
}
.body {
	background-color: #e8ebef;
	margin: 0px;
	font-family: tahoma;
	font-size: 12pt;
}
.head {
	background-color: #9ACCFF;
	height: 150px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.header {
	position:absolute;
	width: 1000px;
	height: 130px;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-color:#0d2464;
}
.pic {
	width: 100px;
	height: 150px;
	position: absolute;
	left: 87px;
	top: 0px;
	z-index: 4;
}
.puzzle {
	position:absolute;
	top: -26px;
	left: 744px;
	z-index: 5;
	width: 193px;
	height: 170px;
}
.puzzle_text {
	position: absolute;
	top: 0px;
	left: 500px;
	z-index: 6;
	width: 300px;
	height: 150px;
	visibility: hidden;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
}
.logo {
	position: absolute;
	width: 800px;
	left: 200px;
	top: 30px;
	height: 100px;
	z-index: 3;
}
.headline {
	position: absolute;
	width: 800px;
	height: 20px;
	left: 200px;
	top: 130px;
	text-align: right;
}
.bottom {
	position: absolute;
	background-color: #0d2464;
	width: 800px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	z-index: 5;
	left: 200px;
	top: 580px;
}
.bottom_left {
	position: absolute;
	background-color: #6c7b9f;
	width: 200px;
	height: 20px;
	z-index: 6;
	left: 0px;
	top: 580px;
}
.contentnav {
	position:absolute;
	right:0px;
	bottom: 0px;
	z-index: 4;
}
.menu {
	height: 430px;
	width: 200px;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	background-color: #cbd3db;
	z-index: 2;
}
.contentbox {
	top: 0px;
	visibility: visible;
	position: absolute;
	width: 800px;
	left: 200px;
	z-index: 3;
	overflow: auto;
	height: 430px;
	clip: rect(auto,auto,430,auto);
	text-align: left;
}
.contentbox_vita {
	top: 180px;
	visibility: visible;
	position: absolute;
	left: 625px;
	z-index: 3;
}
.centerbox {
	position: relative;
	width: 1000px;
	background-color: #FFFFFF;
	height: 430px;
	z-index: 1;
	left: 0px;
	top: 150px;
}
.csc-header-n1 {
	background-color: #0d2464;
	font-family:tahoma;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.csc-header-n2 {
	background-color: #ffffff;
	font-family:tahoma;
	font-weight:bold;
}
.bodytext {
	font-family:tahoma;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12pt;
	color:#000000;
}
.csc-firstHeader {
	color:#FFFFFF;
	font-family: Tahoma;
	font-weight:bold;
	text-align: left;
	margin-left: 10px;
	font-size: 14pt;
}
.csc-bulletlist {
	width: 500px;
}
.csc-textpicHeader {
	background-color: #0d2464;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
p.csc-caption {
	font:tahoma;
	font-size: 8pt;
	color: #6c7b9f;
}
.csc-mailform {
	margin-top:10px;
	margin-left:10px;
}

/* CSS_Styled_Images */
/**.csi-image {
	margin: 10px;
}
.csi-intext-right {
	float:right;
}
.csi-right div.csi-image {
	float: right;
	clear: both;
}
.csi-right div.csi-text {
	clear: right;
	}**/
.csi-textpic {
	padding: 10px;
}
.csi-textpic img {
}
.csi-textpic .csi-caption {
	text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
}

.csi-textpic .csi-image {
}
.csi-textpic .csi-imagewrap {
	text-align: center;		/* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */
}

.csi-textpic .csi-text {
	text-align: left; /*will have to be an inline style - controlled by TS*/
}
.csi-text p {
	margin: 0px;
}
	/* CENTER */

.csi-center .csi-image {
	margin: 0 auto 3px;
}
	/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}
	.csi-right div.csi-text {
clear: right;
}

/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
}

.csi-left div.csi-text {
	clear: left;
}

/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 10px;
}

/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 10px;
}

/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
	margin-right: 215px; /*will have to be an inline style - controlled by TS*/
}

.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}

/* INTEXT LEFT NOWRAP*/
.csi-intext-left-nowrap .csi-text {
	margin-left: 215px; /*will have to be an inline style - controlled by TS*/
	}

.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}
/*Tabelle*/
.contenttable {
	margin-left: 8px;
	margin-right: 8px;
	width:768px;
	max-width:768px;
	padding:0px;
	border-width:0px;
}
tr {
	padding:0px;
	border-width:0px;
	height:25px;
	max-width:768px;
}
td {
	padding:2px;
}
.td-0 {
	border-bottom:1px solid #FFFFFF;
	background-color: #cbd3db;
}
.td-1 {
	border-bottom:1px solid #cbd3db;
	background-color:#FFFFFF;
}
.td-2 {
	border-bottom:1px solid #FFFFFF;
	background-color: #cbd3db;
}
.td-3 {
	border-bottom:1px solid #cbd3db;
	background-color:#FFFFFF;
}
.td-last {
	border-bottom:1px solid #FFFFFF;
	background-color: #cbd3db;
}

/* MENU_BOTTOM*/
.menu_bottom {
	color: #cbd3db;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
	position:relative;
	top: 2px
	
}
A.menu_bottom:link {
	color: #cbd3db;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_bottom:active {
	color: #cbd3db;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_bottom:visited {
	color: #cbd3db;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_bottom:hover {
	color: #FF0000;
	font-size: 10pt;
	text-decoration: underline;
	font-family: Tahoma;
	vertical-align: top;
}
/* Links allgemein*/
a {
	color: #0d2464;
	font-size: 12pt;
	text-decoration: none;
	font-family: Tahoma;
}
a:link {
	color: #0d2464;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
a:active {
	color: #0d2464;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
a:visited {
	color: #0d2464;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
a:hover {
	color: #ff0000;
	font-size: 10pt;
	text-decoration: underline;
	font-family: Tahoma;
}
/* MENU_TICKER */
.menu_ticker {
	color: #0d2464;
	font-size: 12pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_ticker:link {
	color: #0d2464;
	font-size: 12pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_ticker:active {
	color: #0d2464;
	font-size: 12pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_ticker:visited {
	color: #0d2464;
	font-size: 12pt;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: top;
}
A.menu_ticker:hover {
	color: #FF0000;
	font-size: 12pt;
	text-decoration: underline;
	font-family: Tahoma;
	vertical-align: top;
}
A.textlink:link {
	color: #003364;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: middle;
}
A.textlink:active {
	color: #003364;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: middle;
}
A.textlink:visited {
	color: #003364;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: middle;
}
A.textlink:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Tahoma;
	vertical-align: middle;
}

/* MENU_VITA */
.vita_link {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma;
}
A.vita_link:link {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma;
}
A.vita_link:active {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma;
}
A.vita_link:visited {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma;
}
A.vita_link:hover {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	font-family: Tahoma;
}

.lr_link {
	color: #FFFFFF;
	background-color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
	font-weight:bold;
	margin-left: 10px;
}
A.lr_link:link {
	color: #FFFFFF;
	background-color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
A.lr_link:active {
	color: #FFFFFF;
	background-color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
A.lr_link:visited {
	color: #FFFFFF;
	background-color:#FF0000;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
A.lr_link:hover {
	color: #FF0000;
	background-color:#FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}

.td {
	width: 800px;
	height: auto;
}
.vita_link_dead {
	font-family:tahoma;
	font-size:16px;
	color: #FFCC9A;
	vertical-align:text-top;
}

/*Template list*/
.news_list_main {
	position: relative;
	margin: 10px;
}
.news_list_head {
	position:relative;
	font:tahoma;
	width: 780px;
}
.news_list_cat {
	position:absolute;
	left:0px;
	top: 0px;
	width: 390px;
	background-color:#6c7b9f;
}
.news_list_date {
	position:absolute;
	left:390px;
	top: 0px;
	width: 390px;
	background-color:#6c7b9f;
}
.news_list_title {
	position:relative;
	width: 780px;
	background-color: #cbd3db;
	font:tahoma;
}
.news_list_center {
	position: relative;
	width: 780px;
	background-color:#FFFFFF;
	font:tahoma;
	margin-bottom: 5px;
}
.news_list_bottom {
	position: relative;
	width: 780px;
	background-color: #cbd3db;
	font:tahoma;
}


/*Vitalinkboxen*/
.x56 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #FFCC9A;
	font-weight: bold;
	position:absolute;
	left: 225px;
	top: 20px;
}
.x57 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #FFCC9A;
	font-weight: bold;
	position:absolute;
	left: 265px;
	top: 20px;
}
.x58 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 305px;
	top: 20px;
}
.x59 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:top;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 345px;
	top: 20px;
}
.x60 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 385px;
	top: 20px;
}
.x61 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 425px;
	top: 20px;
}
.x62 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 465px;
	top: 20px;
}
.x63 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 505px;
	top: 20px;
}
.x64 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 545px;
	top: 20px;
}
.x65 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 585px;
	top: 20px;
}
.x66 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 625px;
	top: 20px;
}
.x67 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 665px;
	top: 20px;
}
.x68 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 705px;
	top: 20px;
}
.x69 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 745px;
	top: 20px;
}
.x70 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 785px;
	top: 20px;
}
.x71 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 825px;
	top: 20px;
}
.x72 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 865px;
	top: 20px;
}
.x73 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 905px;
	top: 20px;
}
.x74 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 945px;
	top: 20px;
}
.x75 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 945px;
	top: 60px;
}
.x76 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 945px;
	top: 100px;
}
.x77 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 945px;
	top: 140px;
}
.x78 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 905px;
	top: 140px;
}
.x79 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 865px;
	top: 140px;
}
.x80 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 825px;
	top: 140px;
}
.x81 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 785px;
	top: 140px;
}
.x82 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 745px;
	top: 140px;
}
.x83 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 705px;
	top: 140px;
}
.x84 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 665px;
	top: 140px;
}
.x85 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 625px;
	top: 140px;
}
.x86 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 585px;
	top: 140px;
}
.x87 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 545px;
	top: 140px;
}
.x88 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 505px;
	top: 140px;
}
.x89 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 465px;
	top: 140px;
}
.x90 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 425px;
	top: 140px;
}
.x91 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 385px;
	top: 140px;
}
.x92 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 345px;
	top: 140px;
}
.x93 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 305px;
	top: 140px;
}
.x94 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 265px;
	top: 140px;
}
.x95 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 225px;
	top: 140px;
}
.x96 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 225px;
	top: 180px;
}
.x97 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 225px;
	top: 220px;
}
.x98 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 225px;
	top: 260px;
}
.x99 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 265px;
	top: 260px;
}
.x00 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 305px;
	top: 260px;
}
.x01 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 345px;
	top: 260px;
}
.x02 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 385px;
	top: 260px;
}
.x03 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 425px;
	top: 260px;
}
.x04 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 465px;
	top: 260px;
}
.x05 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 505px;
	top: 260px;
}
.x06 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 545px;
	top: 260px;
}
.x07 {
	width: 30px;
	height: 30px;
	background-color:#FF0000;
	text-align:right;
	vertical-align:text-bottom;
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	position:absolute;
	left: 585px;
	top: 260px;
}
