body {
	color:			black;
	font-size:		10pt;
	font-family:	"Courier New", Courier, monospace;
/*	font-style:		italic;*/
	line-height:	120%;
	color:			#A5CCA7;
}

.container {
	border:				1px solid #000;
	width:				800px;
	background-color:	#491426;
}

.language {
	text-align:			right;
	padding-right:		5px;
	padding-top:		2px;
	padding-bottom:		2px;
}

.language a:link, .language a:visited {
	color:			#A5CCA7;
	font-weight:	normal;
}

.language a:hover {
	color			: #fff;
}

.header {
	height:		100px;
}

.menu {
	float:			left;
}

.menu .active {
	background-color:	#A5CCA7;
}

.menu .active a:link, .menu .active a:visited, .menu .active a:hover {
	color:			#491426;
	font-weight:	bold;
}

.menu ul {
	float:		left;
	padding:	0px;
	margin:		0px;
	list-style:	none;
}

.menu ul li {
	float:		left;
	padding:	2px 0px;
	width:		100px;
}

.menu a:link, .menu a:visited {
	color:			#A5CCA7;
	font-weight:	normal;
}

.menu a:hover {
	color:			#fff;
}

.contentcontainer {
	background-image:		url(../images/content_bg1.jpg);
	background-repeat:		no-repeat;
	text-align:				left;
	clear:					both;
	height:					385px;
	color:					#000;
}

.content {
	padding-top:			16px;
	padding-left:			17px;
}

.pagecontent {
	float:		left;
	width:		471px;
	height:		349px;
	overflow:	auto;
}

.page {
	padding:	10px;
}

.news {
	font-size:		0.8em;
	text-align:		right;
	padding-bottom:	10px;
}

.footer {
	clear: 		both;
	padding:	2px 0px;
	border-top:	1pt solid #aaa;
}

a:link, a:visited {
	color			: #1725a8;
	font-weight		: bold;
	text-decoration		: none;
}

a:hover {
	color			: #5765f8;
	font-weight		: bold;
	text-decoration		: none;
}


.button {
	color			: #aaa;
	font-size		: 10px;
	font-weight		: bold;
	background-color	: #303030;
	text-align		: center;
	border			: solid 1px #666;
}

.button:hover {
	color			: #aaa;
	font-size		: 10px;
	font-weight		: bold;
	background-color	: #303030;
	text-align		: center;
	border			: solid 1px #491426;
}

.inputbox {
	color			: white;
	font-size		: 11px;
	background-color	: #888;
	margin-top		: 1px;
	margin-bottom		: 1px;
	border			: solid 1px #666;
}

table {
	border-spacing		: 0px;
}

td, th {
	padding			: 0px;
}

.tabelle {
	border-spacing		: 0px;
}

.tabelle td, .tabelle th {
	padding			: 7px;
}

tr.row0 {
/*
	background-color	: #491426;
*/
}

tr.row1 {
	background-color	: #A5CCA7;
}

h1, h2, h3 {
	color			: #000000;
	font-weight		: bold;
	text-decoration	: none;
}

h1 {
	font-size		: 1.5em;
	line-height		: 80%;
}

h2 {
	font-size		: 1.1em;
	line-height		: 60%;
}

h3 {
	font-size		: 0.7em;
	line-height		: 0%;
}

