@charset "utf-8";

/*
General stuff 
*/
html, body {
	margin: 0;
	padding: 0;
	background-color:#EEEEEE;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	background-image:url(../images/background.png);
	background-position:top;
	background-repeat: repeat-x;
}

img {
	border:0;
}

p, table, li {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom:0px;
	margin-top:0;
}

/*
Classes
*/

/* Black links that turn red when they are hovered (needed for some pages that contain lots of links */
.blacklink a:link, .blacklink a:visited{
	color: #000000;
	text-decoration:none;
}
.blacklink a:hover {
	color: #F60D10;
	text-decoration:none;
}
/* ---------------------------- Finished the special links */

/* Adding some space to the li of the class listing*/
.listing li {
	padding-top: 5px;
	list-style-type: circle;
	/*font-style: italic;*/
	font-weight:bold;
}

#sidebar-content {
	background:#D4D4D4;
	/*
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	*/
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

/* not needed anymore
#sidebar-content h2 {
	padding: 10px;
}
*/

/* not needed anymore 
#sidebar-content li {
	padding: 0px;
	margin: 0px;
	border:1px;	
}

*/

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

a:hover {
	text-decoration:underline
}



.hidden {
	display: none;
}







/* 

All div definitions

*/



#page-container {

	width: 880px;
	margin: auto;
	text-align:left;
	background-color:#EEEEEE;
}



#header {
	height: 140px;
	background-image:url("../images/header.jpg");
	background-position: top;
	background-repeat: no-repeat;
}


#lang_chooser {
	margin-left: 770px;
	margin-right:10px;
	margin-top: 0px;
}

#banner {
	width:710px;
	float:left;
	text-align:right;
	margin-top:50px;
	font-size:11px;
	font-weight:bold;
}

#nav-container {
	float: left;
	width: 150px;
}

#nav-upper-part {
	height: 150px;
	background-image:url(../images/nav-top.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav-upper-border {
	height: 10px;
	background-image:url(../images/nav-border-top.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	margin-top:40px;
}

#nav-lower-border {
	height: 10px;
	background-image:url(../images/nav-border-bottom.gif);
	background-position: top;
	background-repeat:no-repeat;
}	


#main-nav {
	background: #CF0B0D;
}

#nav-lower-part {
	height: 80px;
}

#main-nav dl { 
	margin: 0; 
	padding: 0; 
}

#main-nav table {				/* defines the width of the table of nav.tpl */
	width: 150px;					/* it's 150 px */
	cell-spacing: 0px;
	padding: 0px;
	border-bottom: solid #EEEEEE 1px;
}


#main-nav table td A:link, #main-nav table td a:visited {					/* defines the links in the nav-bar table */
	color:#EEEEEE;
	font-size:11px;
	border-top: solid #EEEEEE 1px;
	text-decoration:none;
	display: block;
	height: 0px /*!important;*/
	height /**/:20px; /* IE 5/Win hack */ 
	padding:10px 0 10px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav table td A:hover {
/*	padding-left:20px; */ /* changed from pad to bolden on hover */
	padding: 10px 0 10px 10px;
	background-color:red;
	color:#EEEEEE;
	font-weight:bold;
}

.active-nav {
/*	padding-left:20px; */ /* changed from pad to bolden on hover */
	background-color:red;
	color:#EEEEEE;
	font-weight:bold;
}

#content {
	padding:10px;
	/*background: green;*/
	margin-left: 160px;
	margin-right: 200px;
	line-height: 18px;
}

#sidebar-upper-part {
	height: 170px;
	background-image:url(../images/sidebar-top.png);
	background-position: right top;
	background-repeat:no-repeat;
}

#sidebar-a {
	padding: 0px;
	/*background: darkgreen;*/
	float: right;
	width: 180px;
	line-height: 18px;
}

#footer {
	clear: both;
	/* background: orange; */
	/*background:#CF0B0D;*/
	height: 33px;
	background-image:url(../images/footer_red.png);
	background-repeat:no-repeat;
	text-align:right;
	font-size:9px;
	padding-right:20px;
	padding-top:10px;
	color:#FFFFFF;
	/* Do smth for IE!!! */
	/*
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft:10px;
	*/
}


/*
Cegos specific stuff
*/


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	padding-bottom:15px;
	padding-top:5px;
	font-size: 18px;
	color:#CF0B0D;
}

h2 {
	font-size:16px;
	color:#CF0B0D;
	margin-top:15px;
}

h3 {
	font-size:13px;
	color:#CF0B0D; 
}

h4 {
	font-size:10px;
	color:#000000; 
}