* {
	padding: 0;
	margin: 0;
}

/* colors: */
/* blue: #00A5EA */
/* light-blue: #80CFF3 */
/* green: #CCCC33 */
/* ligh-green: #EDEB9D */
/* dark-grey: #666666 */
/* light-grey: #999999 */

body {
	background-color:#FFFFFF; 
	margin:auto;
	text-align: center;
	background: url(../images/background.jpg) repeat-x top left;
}
 
A {
	color:#00A5EA;
	text-decoration:none;
}
A:hover {
	color:#80CFF3;
	text-decoration:underline;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, A img {
	border: 1px solid white;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image A:hover img, A:hover img {
	border: 1px solid #80CFF3;
}

p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 130%;
}

p.bodytext {
	margin: 0 15px 8px 0px;
	text-align: justify;
}

ul, ol {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	list-style: square outside;
	margin: 0 15px 8px 0px;
	padding-left: 15px;
	line-height: 130%;	
}
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #00A5EA;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
/*	margin-top: 20px; */
}

h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	color: #CCCC33;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	color: #666666;
}

#container {
	text-align: left;
	margin: auto;
	width: 800px;	
}

#top {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:800px;
	height:180px;
	background: url(../images/template-1_03.jpg) no-repeat top left;	 
}

#top #logo {
	position:relative;
	float: left;
	left: 0;
	top: 10px;
	width: 160px;
	height: 70px;
}

#top #logo a img {
	border: 0;
}

#top #lang {
	position:relative;
	float: left;
	left: 500px;
	top: 30px;
	width: 100px;
	height: 30px;
}

#content {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:800px;
}

#menu-1 {
	position:relative;
	float: left;	
	left:0;
	top:0; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

#menu-1 div {
	margin: 0 0 2px 0;
	padding: 0 0 0 5px;
	width: 200px; 
	font-size: 12px;
}

#menu-1 A img {
	margin: 0 5px 0 0;
	border: 0;
}

#menu-1 DIV.menu1level1no {
	background-color: #E2E2E2;
	color: #666666;
}

#menu-1 DIV.menu1level1act {
	background-color: #00A5EA;
	color: white;
}

#menu-1 A:hover DIV.menu1level1no {
	color: white;
	text-decoration: none;
	background-color: #00A5EA;		
}

#menu-1 A:hover {
	text-decoration: none;
	cursor: pointer;	
}

#menu-1 A:hover DIV.menu1level1act {
	color: white;
	text-decoration: none;
	background-color: #E2E2E2;	
}

#menu-1 li.menu2level2act, li.menu2level2no {
	margin-left: 15px;
}

#menu-1 li.menu2level2act A {
	color: #00A5EA;
}

#menu-1 li.menu2level2no A {
	color: #666666;
}

#menu-1 li.menu2level2no A:hover {
	color: #80CFF3;
	text-decoration: none;
}


#menu-1 li.menu2level2act A:hover {
	color: #666666;
	text-decoration: none;
}


#normal {
	position:relative;
	float: left;
	display: inline;
	left:0px;
	top:0px;
	width:400px;
	margin: 15px 10px 30px 15px;
}

#right {
	position:relative;
	float: left;
	display: inline;
	top:0px;
	width:150px; 
	margin: 15px 0 30px 0;	
}

#right p.bodytext {
	text-align: left;
}

#footer {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 800px;
	height: 150px;
	border-top: 1px solid #00A5EA;
}

#footer .footer-link {
	text-align: right;
	font-size: 10px;
	color: #666666;
}