body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d3c79f;
	background-image: url(layoutImages/backgroundStripes.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
input{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	vertical-align:top;
}
a:link {
	color: #B5A05B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B5A05B;
}
a:hover {
	text-decoration: underline;
	color: #B5A05B;
}
a:active {
	text-decoration: none;
	color: #B5A05B;
}

/*headlines*/
h1 {
	font-size: 12px;
	display: block;
	background-color: #d3c79f;
	width: 100%;
	text-indent:10px;
}
h2 {
	font-size: 11px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c79f;
	width: 100%;
}

/*styles*/
.content{
	width: 690px;
	padding : 0 0 0 15px ;
}
.sidebar{
	width: 150px;
	padding : 0 0 0 10px ;
}
.csidebar{
	width: 200px;
	padding : 0 0 0 10px ;
}
.secure{
	padding: 0 0 0 10px;
}
.split{
	width:50%;
	padding: 0 0 0 10px;
}
.mainBG {
	background-image:url(layoutImages/frameBackground.jpg);
	background-repeat:repeat-y;
}
.mainHolder {
	margin: 0px 25px 0px 25px;
	background-image:url(layoutImages/globe.jpg);
	background-repeat:no-repeat;
}
.mainText {	
	padding: 0px 5px 2px 0px;
	font-size: 12px;
	text-align:justify;
}
.mainText li{
	padding: 0px 5px 2px 0px;
}
.rssText {
	font-size: 10px;
	text-align:left;
}
.weatherText {
	font-size: 10px;
	text-align:justify;
}
.banner{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.footer {
	padding-top: 6px;
	text-align:left;
	font-size:10px;
	color:#000000;
}
.footerBG {
	background-image:url(layoutImages/footer.jpg);
	background-repeat:no-repeat;
}
.error{
	color:#F00;
	font-weight:700;
}
/*images*/
.imageLeftAlignement {
	padding:2px;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #d3c79f;
	float: left;
}
.imageRightAlignement {
	padding:2px;
	margin-left:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d3c79f;
	float: right;
}
.imageBottomAlignement {
	padding:2px;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #d3c79f;
}
/* left navigation*/
.button {	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #3d4243;
	width: 180px;
	list-style-type: none;
}
.button a {
	display: block;
	padding: 5px 0px 5px 0px;
	color: #3d4243;
	text-decoration: none;
	width: 180px;
}
.button a:hover {
	background-color: #e9e2ce;
	color: #3d4243;
	width: 180px;	
	text-decoration: none;
}
.buttonActive {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	display: block;
	padding: 5px 0px 5px 0px;
	background-color: #e9e2ce;
	color: #3d4243;
	width: 180px;
	text-decoration: none;
	font-weight:700;
}
.bold {
	font-weight:700;
}
/* left navigation*/
.subbutton {
	color: #3d4243;
	width: 160px;
	list-style:none;
	padding: 0 0 0 20px;
}
.subbutton a {
	display: block;
	background-image:url(layoutImages/icon6.gif);
	background-repeat:no-repeat;
	padding: 3px 0 0 20px;
	line-height:22px;
	color: #3d4243;
	text-decoration: none;
}
.subbutton a:hover {
	background-color: #e9e2ce;
	color: #3d4243;
	text-decoration: none;
}
.licences{
	width: 100%;
	border-bottom: 2px solid #d3c79f;
	border-top: 2px solid #d3c79f;
}
.licencesText{
	font-size: 11px;
	padding: 0px 5px 2px 0px;
	text-align:center;
}
.licencesText a {
	color:#000000;
}
.licencesText a:hover {
	text-decoration: underline;
}