/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
}

* {

	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

.picfield {
	float: left;
	width: auto;
	height: auto;
	margin: -10px -10px -45px 0;
	padding-left: 20px;
}

.picfieldleft {
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 -55px 0;
	padding: 0;
}


#container {
	width: 850px;
	height: 430px;
	margin: 10px 10px 0 10px;
	position: relative;
	min-height: 100%;
	border:6px solid #e7e7e7;
	overflow: hidden;
}

#container-2 {
	width: 850px;
	height: 375px;
	margin: 10px 10px 0 10px;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

#container-3 {
	width: 850px;
	height: 375px;
	margin: 10px 10px 0 10px;
	position: relative;
	min-height: 100%;
	text-align: center;
	overflow: hidden;
}
#container-3b {
	width: 850px;
	height: 440px;
	margin: 0;
	position: relative;
	min-height: 100%;
	text-align: center;
	overflow: hidden;
}
#container-4 {
	width: 850px;
	height: 440px;
	margin: 0;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

#container_records {
	width: 750px;
	height: 230px;
	margin: 10px 10px 0 10px;
	position: relative;
	min-height: 100%;
	border:6px solid #e7e7e7;
	overflow: hidden;
}

a {color: #8AA300; text-decoration: none;}

a.white {color: #FFFFFF; text-decoration: none;}
a.white:hover {color:#CCCCCC;}

a.dotted {
	color: #777777; 
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #8AA300;
	border-bottom-style: dotted;
	}
a.dotted:hover {color:#555555;}

a.link {text-decoration: none;}

.fontbig {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #536876;
	}
	
.black {color: #000000;!important}

.white {color: #ffffff;!important}

.logogruen {color: #8AA300;}

.border {
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	}
	
#text {
	width: 400px;
	height: auto;
	text-align: left;
	line-height: 160%;
	padding: 0px 20px 10px 20px;
	margin: 22px 0 0 10px ;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
}

#text-2 {
	width: 550px;
	height: auto;
	text-align: left;
	line-height: 145%;
	padding: 0px 20px 0px 20px;
	margin: 22px 0 0 10px ;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
}

#textwide {
	width: 790px;
	height: auto;
	text-align: justify;
	line-height: 160%;
	padding: 0px 20px 10px 20px;
	margin: 22px 0 0 10px ;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
}

#title {
	width: 820px;
	height: auto;
	text-align: justify;
	line-height: 160%;
	padding: 0px 20px 10px 20px;
	margin: 22px 0 -90px 10px ;
	float: both;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
}
#title_2 {
	width: 820px;
	height: auto;
	text-align: justify;
	line-height: 160%;
	padding: 0px 20px 10px 20px;
	margin: 22px 0 -10px 10px ;
	float: both;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
}
#menu {
	width: 858px;
	height: 15px;
	text-align: right;
	padding: 3px 20px 8px 0;
	margin: 0;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #ffffff;
	background-color: black;
	border-left: 1px solid #ffffff;
}

#menu_records {
	width: 741px;
	height: 15px;
	text-align: right;
	padding: 3px 20px 8px 0;
	margin: 0 10px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #ffffff;
	background-color: black;
}

a img {
	border: none;
	}
