/* HTML Tags */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #000080;
	text-decoration: underline;
}

h1 {
	color: #000080;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

h2 {
	color: #FF9400;
	font-size: 14px;
	font-weight: bold;
}

/* Table-Stuff */

.tbl_main {
	table-layout: fixed;
	background: #FFFFFF;
	width: 960px;
}
.td_1_1 {
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
}
.td_1_2 {
	width: 660px;
	height: 150px;
	background-image: url(images/td_1_2.png);
}
.td_1_3 {
	width: 150px;
	height: 150px;
	background-image: url(images/td_1_3.png);
}
.td_2_1 {
	width: 150px;
	background-image: url(images/space_blue.png);
	background-repeat: repeat;
	vertical-align: top;
}
.td_2_2 {
	width: 660px;
	background-image: url(images/td_2_2.png);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: justify;
	padding: 20px;
}
.td_2_3 {
	width: 150px;
	background-image: url(images/td_2_3.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
.td_3_1 {
	width: 150px;
	height: 150px;
	background-image: url(images/td_3_1.png);
}
.td_3_2 {
	width: 660px;
	height: 150px;
	background-image: url(images/td_3_2.png);
}
.td_3_3 {
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
}

/* Fonts & Co. */

.img_std {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: transparent;
	color: #000000;
	border: solid 1px #000080;
}

.button:focus {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000080;
	text-decoration: none;
	border: solid 1px #FF9400;
}

.button:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000080;
	text-decoration: none;
	border: solid 1px #FF9400;
}

