@charset "UTF-8";

/* CSS Document */
/*----- Basic -----*/

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	border: 0px solid;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(img/gloor-design-hrd.gif);
}

a img {
	border: 0px none;
}

a {
	text-decoration: none;
}

/*----- Hauptlayer -----*/

#container {
	position:absolute;
	height:604px;
	width:100%;
	background-color:#4b4b4d;
	margin-top: 118px;
	background-repeat: repeat-x;
}

/*----- Adresse -----*/

#adresse {
	position: absolute;
	left: 13px;
	top: 440px;
	z-index: 5;
}

#fla {
	position: absolute;
	top: 10px;
	left: 530px;
	height: 565px;
	width: 510px;
}

/*----- Submenu -----*/

#subnav {
	position: absolute;
	top: 10px;
	width: 139px;
	z-index: 5;
}

#subnav ul {
	list-style-type: none;
}

#subnav li {
	float:left;
	display:block;
	
}

li#aktiv {
	color: #FFFFFF;
	display:block;
	text-transform: uppercase;
	text-decoration:none;
	font-size:11px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
	background-image: url(img/subnav_hover.jpg);
	background-repeat: repeat-x;
	padding-left: 31px;
	width: 139px;
	}

#subnav a {
	float:left;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	width: 139px;
	padding-left: 31px;
}

#subnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

#subnav a:hover {
	background-image: url(img/subnav_hover.jpg);
	background-repeat: repeat-x;
	width: 139px;
}

/*----- Inhalt -----*/

#content {
	margin-left:183px;
	margin-top:10px;
	height:565px;
	width:304px;
	background-color:#FFFFFF;
}
#content_agentur ul {
	padding: 0px;
	list-style-type: none;
	text-indent: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}

#content_agentur {
	margin-left:183px;
	margin-top:10px;
	height:565px;
	width:304px;
	background-color:#FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #7ab51d;
}

#content_leistungen {
	margin-left:183px;
	margin-top:10px;
	height:565px;
	width:304px;
	background-color:#FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #cc007a;
}

#content_kunden {
	margin-left:183px;
	margin-top:10px;
	height:565px;
	width:304px;
	background-color:#FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0097af;
}

#content_kontakt {
	margin-left:183px;
	margin-top:10px;
	height:565px;
	width:304px;
	background-color:#FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ed6f00;
}

.content {
	color: #4b4b4d;
	font-size: 12px;
	line-height: 18px;
	width: 282px;
	padding-top: 9px;
	padding-right: 13px;
	padding-left: 9px;
}
.content a:link {
	color: #4b4b4d;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}

.content a:visited {
	color: #4b4b4d;
	text-decoration: underline;
}

.content a:hover {
	color: #4b4b4d;
	text-decoration: underline;
}

.content h1 {
	color: #4b4b4d;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	font-style: italic;
}

/*----- Logo -----*/

#logo {
	position: absolute;
	left: 183px;
	top: 29px;
	z-index:10;
}

/*----- Transparenz -----*/

#transparent {
	position: absolute;
	width: 520px;
	height: 600px;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

#transparent img {
	width: 520px;
	height: 600px;
}

.trans {
	visibility: hidden;
	filter:alpha(opacity=88);
	-moz-opacity:.88;
	opacity:.88;
	float:right;
}

.AccordionPanelContent ul {
	padding: 0px 0px 7px 15px;
	list-style-image: url(img/bullit.gif);
}