/*
Design by António Gonçalves Santos
http://www.agsdesign.org
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
}

body {
	font-size: 11px;
	background-color: #CCCCCC;
}

h1 {
	font-size: 11px;
	color: #333333;
}

h2 {
	font-size: 11px;
	color: #333333;
}

h2:hover {
	font-size: 11px;
}

h3 {
	font-size: 11px;
	color: #0099FF;
}

h4 {
	font-size: 11px;
	color: #FFFFFF;
}

ol {
	margin-left: 10px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

b {
	color: #333333;
}

b:hover {
	text-decoration: none;
}
/* Logo */

#logo {
	width: 830px;
	height: 200px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 30px;
	border-top-style: none;
	background-image: url(../img/HEADER_EN.png);
}

/* Page */

#page {
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	width: 830px;
	height: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url();
}

/* Left */

#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 1300px;
}

#left h2 {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}

#left h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
#left h4 {
	text-align: left;
	line-height: 14px;
	font-weight: normal;
	color: #333333;

}

#left h5 {
	text-align: left;
	line-height: 14px;
	font-weight: normal;
	color: #00ff00;

}

#left a {
	text-decoration: none;
	font-size: 11px;
}

#left a:hover {
	text-decoration: none;
	color: #0099FF;
	
}

/* Center */

#center {
	float: left;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	width: 410px;
	height: 1300px;
	background-color: #FFFFFF;
	text-align: justify;
}

#center h2 {
	text-align: justify;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

#center h3 {
	text-align: justify;
	list-style: none;
	line-height: 14px;
	color: #333333;
}

#center h4 {
	text-align: justify;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}




/* Right */

#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 1300px;
	color: #000000;
}

#right h2 {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

#right h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	color: #333333;
}

#right h4 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #666666;

}

#right a {
	text-decoration: none;
	font-size: 11px;
}

#right a:hover {
	text-decoration: none;
	color: #0099FF;
}


/* additional */

#modul01 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 400px;
	color: #666666;	
}

#modul02 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 400px;
	color: #666666;
	border-left: 10px solid #FFFFFF;
}

#modul03 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 400px;
	color: #666666;
	border-left: 10px solid #FFFFFF;
}

#modul04 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 400px;
	color: #666666;
	border-left: 10px solid #FFFFFF;
}

#modul h3 {
	text-align: left;
	list-style: none;
	line-height: 14px;
	font-weight: normal;
	color: #0099FF;
}

/* Footer */

#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 50px;
	width: 830px;
	background-color: #CCCCCC;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../img/JSKA_FOOTER.png);
	border-top: #FFFFFF;
}

#footer p {
	background-color: #FFFFFF;
}

#footer a {
	background-color: #FFFFFF;
}

