html {
	height: 100%;
}

body {
	background-color: #013149;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 0px;
}

#main_table {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 20px;
	width: 972px;
	text-align: center;
	background-color: #00273B;
	color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	margin: 0px;
	font-size: 100%;
}

.bolditalic {
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 100%;
	margin-top: 10px;
}

.small {
	font-size: 60%;
}

.holder {
	position: relative;
	width: 600px;
	background-color: #516806;
	margin-bottom: 7px;
	text-align: center;
}

.ecke {
	position: absolute;
}

.ol {
	left: 0px; top: 0px;
}

.ul {
	left: 0px; bottom: 0px;
}

.or {
	right: 0px; top: 0px;
}

.ur {
	right: 0px; bottom: 0px;
}

.ol {
	left: 0px; top: 0px;
}

* html .ul {
	bottom: -1px;
}

* html .ur {
	bottom: -1px;
}

.or {
	right: 0px; top: 0px;
}

.ur {
	right: 0px; bottom: 0px;
}

.ol2 {
	left: -2px; top: -2px;
}

.ul2 {
	left: -2px; bottom: -2px;
}

.or2 {
	right: -2px; top: -2px;
}

.ur2 {
	right: -2px; bottom: -2px;
}


.text_div {
	border: 2px solid white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	font-size: 90%;
}

#text_container {
	float: left;
	background-color: #00273B;
	min-height: 480px;
}

* html #text_container {
	height: 480px;
}

*>html #text_container {
	height: 480px;
}


#td_1 {
	height: 45px; 
}

#td_2 {
	min-height: 233px; 
}

#td_2a {
	min-height: 335px; 
}

* html #td_2 {
	height: 233px; 
}

* html #td_2a {
	height: 335px; 
}

*>html #td_2 {
	height: 233px; 
}

*>html #td_2a {
	height: 335px; 
}

#td_3 {
	height: 75px; 
}

#td_4 {
	height: 25px; 
}

#outer_div {
	border: 2px solid white; 
	position: relative; 
	width: 100%; 
	padding-bottom: 12px; 
	padding-top: 12px; 
	padding-left: 12px;
	background-color: #00273B;
}

#teaser {
	float: left; 
	margin-right: 15px;
}

.blocka {
	display: block;
	width: 30%;
}	

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: #00273B;
}
