@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}
	
	body{
	font: 11px Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #495365;
	text-align: center;
	}
	
	p{
	padding: 0px 0px 5px 7px;
	}
	
	p a{
	color: #000000;
	text-decoration: underline;
	}
	
	p a:hover{
	color: #3586c3;
	text-decoration: underline;
	}
	
	h1{
	width: 467px;
	height: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	margin-bottom: 5px;
	background-image: url(../images/h1_bg.gif);
	}
	
	h2{
	font-size: 13px;
	color: #3586c3;
	text-align: left;
	padding: 5px 0px 3px 5px;
	}
	
	h2 a{
	color: #3586c3;
	text-decoration: underline;
	}
	
	h2 a:hover{
	text-decoration: none;
	}
	
	h3{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px 0px 0px 15px;
	width: 455px;
	height: 15px;
	border: 1px solid #CCCCCC;
	}
	
	h4{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	background-color: #EEEEEE;
	text-align: left;
	padding: 2px 0px 0px 15px;
	width: 455px;
	height: 15px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
	h5{
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 0px 20px;
	}
	
	h5 a{
	color: #000000;
	text-decoration: underline;
	}
	
	h5 a:hover{
	color: #3586c3;
	text-decoration: underline;
	}

	#container{
	margin: 0px auto;
	margin-top: 25px;
	width: 860px;
	height: 580px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	}
	
	#header{
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 145px;	
	background-image: url(../images/logo_ccit_2.png);
	}
	
	#headerlogo{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 325px;
	height: 145px;
	}
	
	#headerright{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 530px;
	height: 145px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	}
	
	#headermenu{
	clear: both;
	float: left;
	padding-top: 20px;
	width: 260px;
	display: block;
	}
	
	#headermenu img{
	vertical-align: top;
	padding-left: 10px;
	}	
	
	#headermenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
	}
	
	#headermenu ul li{
	display: block;
	margin: 0px;
	list-style-type: none;
	float: left;
	}
	
	#headermenu ul li a{
	display: block;
	width: 120px;
	height: 15px;
	padding-top: 10px;
	padding-left: 50px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/topmenu_off.gif);
	background-repeat: no-repeat;
	}
	
	#headermenu ul li a:hover{
	color: #3586c3;
	background-image: url(../images/topmenu_on.gif);
	background-repeat: no-repeat;
	}
	
	#headermenu ul li a:active{
	color: #3586c3;
	background-image: url(../images/topmenu_on.gif);
	background-repeat: no-repeat;
	}
	
	#headerinfo{
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 125px;
	width: 220px;
	padding-top: 20px;
	padding-left: 50px;
	}
	
	#headerinfo a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#headerinfo a:hover{
	color: #183b8a;
	text-decoration: none;
	}
	
	#headerinfo a:active{
	color: #183b8a;
	text-decoration: none;
	}
	
	#subheader{
	clear: both;
	width: 860px;
	height: 45px;
	}
	
	#subheaderleft{
	float: left;
	width: 320px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #183b8a;
	text-align: right;
	padding-right: 5px
	}
	
	#subheaderright{
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #183b8a;
	width: 535px;
	height: 35px;
	}
	
	#subheaderright a{
	display: block;
	width: 535px;
	height: 35px;
	color: #183b8a;
	text-decoration: none;
	background-position: left;
	background-image: url(../images/webwinkel_off.gif);
	background-repeat: no-repeat;
	}
	
	#subheaderright a:hover{
	display: block;
	width: 535px;
	height: 35px;
	color: #3586c3;
	text-decoration: none;
	background-position: left;
	background-image: url(../images/webwinkel_on.gif);
	background-repeat: no-repeat;
	}
	
	#subheaderright a:active{
	color: #3586c3;
	text-decoration: none;
	}
	
	#content{
	clear: both;
	width: 860px;
	height: 355px;
	}	
	
	#contentleft{
	float: left;
	width: 195px;
	height: 355px
	}
	
	#eurosys{
	height: 80px;
	width: 195px;
	}
	
	#leftnavigation{
	height: 170px;
	text-align: left;
	margin-top: 25px;
	}
	
	#leftnavigation ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-left: 7px;
	}
	
	#leftnavigation ul li{
	margin: 0px;
	list-style-type: none;
	float: left;
	border-top: 12px solid #FFFFFF;
	}	
	
	#leftnavigation ul li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #183b8a;
	width: 112px;
	height: 17px;
	padding-left: 65px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/leftmenu_off.gif);
	background-repeat: no-repeat;
	}
	
	#leftnavigation ul li a:hover{
	text-decoration: none;
	color: #3586c3;
	display: block;
	width: 112px;
	height: 17px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	background-image: url(../images/leftmenu_on.gif);
	background-repeat: no-repeat;
	}
	
	#leftnavigation ul li a:active{
	text-decoration: none;
	color: #3586c3;
	display: block;
	width: 112px;
	height: 17px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	background-image: url(../images/leftmenu_on.gif);
	background-repeat: no-repeat;
	}	
	
	#indexhelpdesk{
	margin-left: 75px;
	float: left;
	}
	
	#indexhelpdesk a{
	color: #183b8a;
	text-decoration: none;
	}
	
	#indexhelpdesk a:hover{
	color: #3586c3;
	text-decoration: underline;
	}
	
	#indexhelpdesk a:active{
	color: #3586c3;
	text-decoration: underline;
	}
	
	#contentright{
	float: left;
	width: 615px;
	height: 293px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align: justify;
	padding: 20px;
	background-color: #EEEEEE;
	background-image: url(../images/bg_eurosys.png);
	background-repeat: no-repeat;
	background-position:center;
	border: 1px solid #CCCCCC;
	}
	
	#contentright table{
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #CCCCCC;
	}
	
	#footer{
	clear: both;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #183b8a;
	width: 860px;
	height: 35px;
	}
	
	#footer a{
	color: #183b8a;
	text-decoration: none;
	}

	#footer a:hover{
	color: #3586c3;
	text-decoration: underline;
	}
	
	#footer a:active{
	color: #3586c3;
	text-decoration: underline;
	}
	
	#footertop{
	background-color: #183b8a;
	height: 10px;
	width: 846px;
	margin-left: 7px;
	margin-right: 7px;
	}
	
	#footerbottom{
	clear: both;
	width: 860px;
	margin-top: 7px;
	height: 18px;
	}
	
	#footerleft{
	float: left;
	width: 195px;
	height: 18px;
	}
	
	#footermiddle{
	float: left;
	width: 445px;
	text-align: center;
	height: 18px;
	}
	
	#footerright{
	float: right;
	width: 220px;
	text-align: right;
	height: 18px;
	}
	
	#container #content #contentright #helpdesk{
	border: 1px solid #CCCCCC;
	}
