/*
grau #777
rot #e5352d
blau #4070AC
*/


body {
	background-color:#F3FBFE;
	margin:5px;
	padding:0;
	text-align:center;
	font-size:13px;
	line-height:1.2em;
	font-family:Helvetica,Arial,Tahoma,sans-serif;
	height:100%;
}

img {
  border: 0px none ;
}

h1 {
	font-size:24px;
	color:#777;
	margin:0px;
	line-height:1.1em;
}

h2 {
	font-size:15px;
	color:#777;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}

h3 {
	font-size:16px;
	color:#777;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:1px;
	padding-bottom:1px;
	line-height:1.5em;
}

li {
	margin-top:17px;
/*	float:center; */
}

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

a:hover {
	text-decoration: underline;
}

#container {
	background-image:url(images/FrontPageBackground.jpg);
	background-repeat: no-repeat;
	margin:1% auto 0 auto;
	width:95%;
	padding:1px;
	height:100%;
	background-color:#FFF;
	text-align:left;
}

#headContainer {
	width:100%;
	height:88px;
	border-bottom:3px solid #e5352d;
}

#headContainerLeft {
	width:300px;
	height:76px;
	margin:0px;
	background-image:url(images/ceas_logo_trans.png);
	float:left;
}

#headContainerRight {
	width:65%;
	height:49px;
	float:right;
	padding:5px 0px 20px 20px;
	overflow:hidden;
}

#headContainerRight a {
	color:#e5352d;
	text-decoration: none;
	font-size:32px;
	font-weight:normal;
}
#headContainerRight a.lang img{
  float: right;
  margin-bottom: 0px;
  padding-right: 20px;
  width: 33px;
  height: 18px;
  border: none;
}


#centerContainer {
	border-top:3px solid #4070AC;
}

#naviContainer {
	float:left;
	width:14%;
}

#navi {
	margin:0;
	padding:25px 3px;
	list-style:none;
	text-align:center;
}

#navi a {
	display:block;
	font-size:17px;
	font-style:italic;
	color:#777;
	text-decoration:none;
	padding:2px 0px 14px 0px;
/*	width:85%;
*/	height:10px;
	border-top:1px solid #777;
	border-bottom:2px solid #777;
	
}

#navi a:hover {
	border-top:2px solid #e5352d;
	border-bottom:1px solid #e5352d;
	color:#e5352d;
}


#navi a.selected {
	border-top:2px solid #4070AC;
	border-bottom:2px solid #4070AC;
	color:#4070AC;
}


#extraContent {
	float:right;
	width:16%;
	padding:25px 0px 0px 0px;
	color:#777;
	font-size:12px;
	text-align:center;
}

#mainContent {
	float:left;
	width:67%;
	padding:15px 7px 5px 7px;
	color:#777;
	margin-left: 1%;
}

#mainContent a:hover {
	color:#e5352d;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#777;
	font-weight:normal;
}

#extraFooter {
	width:100%;
	padding:1px;
	color:#777;
	font-size:12px;
	text-align:center;
}

#footerContainer {
	padding-top:5px;
	font:10px ;
	color:#777;
}

#footerContainer a {
	text-decoration:none;
	color:#777;
}

#footerContainer a:hover {
	color:#e5352d;
}

