/* CSS Document */
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: auto;
		background-color: #cccccc;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #ff9900;
}
img {
	border:  0;
}

#top {
	position: relative;
	left: 0px;
	right: 0px;
	height:20%;
	overflow: hidden;
	background-color: #999999;
	z-index: 8;
}
#top img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#top[id] {
	position: relative;
	left: 0px;
	right: 0px;
	height:100px;
	background-color: #999999;
}
#center {
	position: relative;
	width: 100%;
	height: 60%;
	overflow: hidden;
	font-size: 40px;
	color: #ff9900;	
	background-color: #cccccc;
}
#center[id] {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 100px;
	bottom: 100px;

}
.center_top {
	position: relative;
	margin-left: 336px;
	height: 40%;

/*border: 1px solid black;*/
}
.center_top a{
	position: absolute;
	bottom: 20px;
	width: 200px;
	z-index: 9;
}
.center_top a:hover img{
	display: none;
}
.center_mid {
	margin-left: 336px;
	height: 20%;


}
.center_bottom {
	margin-left: 336px;	
	height: 30%;

}
.center_bottom a{
	position: absolute;
	margin-top: 10px;
	width: 200px;
	z-index: 10;
}

.center_bottom a:hover img{
	display: none;
}

#bottom {
	position: relative;
	width: 100%;
	height:20%;

	background-color: #999999;
	background-image:  url(agentur/images/bottom_index_bg.jpg);
	background-repeat: repeat-x;
}
#bottom[id] {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height:100px;

	background-color: #999999;

}
#topicsagentur {
	position: absolute;
	color: #999999;
	font-size: 18px;
	top: 1em;
	font-weight: bold;
}
#topicsagentur[id] {
	margin-left: 336px;
}
#topicsagentur div{
	float: left;
	padding-right: 2em;
}


#topicsinstitut {
	position: absolute;
	color: #999999;
	font-size: 18px;
	top: 90%;
	font-weight: bold;
	margin-left: 336px;
}
#topicsinstitut div{
	float: left;
	padding-right: 2em;
}
#handc {
	position: absolute;
	top: 45px;
	left: 3.6em;
}
#handc2 {
	position: absolute;
	top: 45px;
	left: 3.6em;
}

