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

body {
	font-family: "Trebuchet MS";
	font-size: small;
	background-color: #000000;
	margin: 0px;
}
#box01 {
	margin: 0px auto;
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../imgs/header/logoheader.jpg);
	height: 171px;

}
#content  {
	background-color: #698FB4;
	height: 414px;
	width: 890px;
	margin: 6px auto;
	background-image: url(../imgs/content/bgrnd.png);
	background-repeat:  repeat-x;
}
#content  #box02 {
	float: right;
	height: 364px;
	width: 538px;
	color: #FFFFFF;
	margin-top: 25px;
	margin-right: 25px;
	background-image: url(../imgs/content/news-smtrnsp.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
}
#content #news {
	height: 364px;
	width: 538px;
	overflow: auto;
}

#content #news h1 {
	font-size: large;
	font-weight: normal;
	margin-left: 40px;
	color: #C7E2C7;
	margin-bottom: 0px;
}
#content #news p {
	padding-left: 60px;
	padding-right: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#content #news a {
	color: #CCFFCC;
	text-decoration: none;
}
#content #news a:hover {
	color: #99FF00;
}

#sidebar {
	height: 364px;
	width: 280px;
	background-image: url(../imgs/content/sidebar.png);
	margin-top: 25px;
	margin-left: 12px;
	background-repeat: no-repeat;
	float: left;
}
#inner-sdb {
	height: 280px;
	width: 248px;
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 16px;
	color: #FFFFFF;
}
#audio-left {
	height: 310px;
	width: 248px;
	margin-left: 16px;
	margin-right: 16px;
	color: #FFFFFF;
	font-size: 12px;
}

#aN {
	height: 150px;
	width: 246px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FBFBFB;
	padding-bottom: 4px;
}
#aS {
	height: 150px;
	width: 246px;
	color: #000000;
	padding-top: 4px;
}
#aNW {
	float: left;
	width: 120px;
}
#aNE {
	float: right;
	width: 120px;
	height: 132px;
	font-size: 11px;
}
#aSW {
	float: left;
	width: 120px;
}
#aSE {
	float: right;
	width: 120px;
	height: 132px;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
#naltruzbox {
	width: 510px;
	height: 364px;
	padding-right: 28px;
	overflow: auto;
}
#naltruzbox  p {
	margin-left: 60px;
	text-align: justify;
	font-size: 11px;
}
a {
	color: #CCFFCC;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
#formulari {
	width: 340px;
	float: right;
}
#form-left {
	height: 224px;
	width: 164px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DDDDDD;
}

.enviar {
	background-color: #003333;
	color: #E8EFE8;
	border: 1px #e8efe8 solid;
}

