@charset "UTF-8";
/* CSS Document */
/*-------------------------------------- FIREFOX DOTTED OUTLINE FIX ----*/
a:active { 
	outline: none; 
}
a:focus { 
	-moz-outline-style: none; 
}
#text_container_1 { 
	-moz-outline-style: none; 
}

/*-------------------------------------- BASIS ----*/
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/ag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #595959;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	display: none;
}
/*-------------------------------------- CENTER ----*/
#center {
	width:1px;
	height:50%;
	margin-bottom:-295px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:590px;
	width:1018px;
	clear:left;
}
* {
	margin:0;
	padding:0;
	border:0px;
}
html, body {
	height:100%;
}


/*-------------------------------------- BASIS ACHTERGROND ----*/
#base_content {
	height: 530px;
	width: 958px;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	position: absolute;
}
#ag_base_home {
	height: 394px;
	width: 267px;
	background-image: url(../images/ag_base_home.png);
	position: absolute;
	left: 0px;
	top: 0px;
}
#ag_base_main_1 {
	height: 394px;
	width: 691px;
	background-image: url(../images/ag_base_main_1.png);
	position: absolute;
	left: 267px;
	top: 0px;
	background-repeat: no-repeat;
}
#ag_base_nav {
	height: 136px;
	width: 267px;
	background-image: url(../images/ag_base_nav.png);
	position: absolute;
	left: 0px;
	top: 394px;
}
#ag_base_main_2 {
	height: 136px;
	width: 691px;
	background-image: url(../images/ag_base_main_2.png);
	position: absolute;
	left: 267px;
	top: 394px;
}
#ag_logo_ia {
	position: absolute;
	height: 225px;
	width: 245px;
	left: 10px;
	top: 0px;
}
/*-------------------------------------- BASIS FOOTER ----*/
#ag_footer {
	position: absolute;
	height: 20px;
	width: 958px;
	left: 30px;
	top: 570px;
	right: 30px;
	bottom: 0px;
	vertical-align: middle;
	text-align: center;
}
.footer {
	font-size: 11px;
	color: #FFF;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFF;
}
.footer_2 {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.footer_2 a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.footer_2 a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.footer_2 a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footer_2 a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.footer_devider {
	font-size: 11px;
	color: #CCC;
	padding-right: 6px;
	padding-left: 6px;
}
/*-------------------------------------- OTHER PROJECTS FOOTER ----*/
#otherprojects {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height:65px;
	width:611px;
	top: 35px;
	clear:left;
}
.otherprojects_devider_1 {
	position: absolute;
	display:block;
	height: 35px;
	width: 1px;
	left: 98px;
	top: 15px;
	outline: none;
	border: none;
	z-index: 5;
	background-color:#909090;
}
.otherprojects_devider_2 {
	position: absolute;
	display:block;
	height: 35px;
	width: 1px;
	left: 211px;
	top: 15px;
	outline: none;
	border: none;
	z-index: 5;
	background-color:#909090;
}
.otherprojects_devider_3 {
	position: absolute;
	display:block;
	height: 35px;
	width: 1px;
	left: 364px;
	top: 15px;
	outline: none;
	border: none;
	z-index: 5;
	background-color:#909090;
}
.otherprojects_devider_4 {
	position: absolute;
	display:block;
	height: 35px;
	width: 1px;
	left: 497px;
	top: 15px;
	outline: none;
	border: none;
	z-index: 5;
	background-color:#909090;
}
/*-------------------------------------- FLASH COMPATIBLE ----*/
h4 {
	display: none;
}
#flash_compatible {
	height: 204px;
	width: 520px;
	position: relative;
	z-index: 100;
	left: 210px;
	top: 80px;
}
/*-------------------------------------- PRELOAD ----*/
#preload { 
	display: none; 
	z-index:-10; 
}

