/*
	INiS Kron css
*/

body {
	background: #040a29 url(../img/bg.jpg)  no-repeat center top;
	background-attachment: fixed;
	color: #020a29;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 0px 0 40px;
}
@media screen {
	a, a:visited {
		color: #fb5500;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}
}
@media print {
	a, a:visited {
		color: #000000;
		text-decoration: none;
	}
}
div.top {
	width: 960px;
	background: url(../img/top.png)  no-repeat top;
	height: 450px;
}
div.top h1 {
	position: relative;
	float: center;
	top: 380px;
	color: #fb5500;
	font-family: 'Arial Black', Gadget, sans-serif;
	/*font-family: Impact, Charcoal, sans-serif;*/
	font-weight: bold;
	text-align: center;
	font-size: 35px;
	letter-spacing: 10px;
}
div.top #titleimage {
	position: absolute;
	float: center;
	top: 385px;
}
div.languages {
	position: relative;
	float: left;
	top: 170px;
	left: 10px;
	width: 20px;
}
div.languages img{
	padding-top: 15px;
}
div.intro_text{
	position: relative;
	top: 200px;
	left: 215px;
	width: 720px;
	font-family: Verdana;
}
div.intro_text div.ucd_top {
	width: 700px;
	position: relative;
	
	/*border: black solid 1px;*/
	font-size: 10px;
	
}
div.intro_text ul li {
	list-style-type: none;
	border: 0;
}
div.intro_text  ul.ucd_list li.ucd_item {margin:0px;padding:0;border-bottom:0px;background:none;float:none;}
div.menu ul.menu li{
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 5px;
	
	font-weight: bold;
	font-size: 12px;
}
div.menu ul.menu li a{
	display: block;
	padding-left: 15px;
	background: url(../img/menu_blt.png) no-repeat left;
	color: #020a29;
}

div.menu ul.menu #current a{
	background: #fb5500 url(../img/menu_blt.png) no-repeat left;
	color: white;
}
div.menu ul.menu ul {
	margin-bottom: 0px;
}
div.menu ul.menu #current ul li a{
	background: transparent  url(../img/menu_blt.png) no-repeat left;
	color: #020a29;
}
div.main_content {
	font-family: Arial, Helvetica, sans-serif;
	
}
div.main_content h4 {
	background: #eaeefd  url(../img/h4_bg.png) repeat-x left;
	font-size: 15px;
	color: #113ea5;
	border-top: #b8b8d4 solid 1px;
	border-left: #b8b8d4 solid 1px;
	border-right: #b8b8d4 solid 1px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0in;
}
div.main_content ul {
	background: #eaeefd;
	border-bottom: #b8b8d4 solid 1px;
	border-left: #b8b8d4 solid 1px;
	border-right: #b8b8d4 solid 1px;
	padding-right: 10px;
}
div.main_content ul li {
	list-style-image: url(../img/blt.png);
	padding-bottom: 10px;
}
div.main_content .contentheading{
	color: #113ea5;
	font-size: 20px;
	font-weight: bold;
}
div.main_content .componentheading{
	color: #113ea5;
	font-size: 20px;
	font-weight: bold;
}

div.main_content h1{
	color: #113ea5;
	font-size: 20px;
	font-weight: bold;
}
div.main_content h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	
}
div.main_content div.imageframe {
	background: white url(../img/img_dwn.png) no-repeat bottom center;
	width: 460px;
	text-align: center;
	padding-top: 10px;
	padding-bottom:	20px;
	
}

div.right_column{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
div.right_column table.moduletable th{
	color: #fb5500;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
div.right_column table.moduletable  ul {
	margin-left: 0px;
	padding-left: 0px;
}
div.right_column table.moduletable  ul li{
	list-style-image: url(../img/akt_blt.png);
	border-bottom: #b8b8d4 solid 1px;
	margin-left: 0px;
	color: #113ea5;
	padding-top: 10px;
	padding-bottom: 20px;
}
div.right_column table.moduletable  ul li a{
	color: #020a29;
}
p {
	
	padding: 0px 0;
	
}

.container {
	background: #f3f5fb;
	margin-bottom: 20px;
	padding-top: 20px;
}