/***************************************/
/*                                     */
/*  buero.sequenz.net main stylesheet  */
/*  seiten-weite styles                */
/*                                     */
/*  jun 2006; buro.sequenz.net         */
/*                                     */
/***************************************/

/***************************************/
/*  allgemeine definitionen            */
/***************************************/


body {
	margin: 0px;
	padding: 0px;
	background-color: #e3e4d4;
	color: #000000;
	cursor: crosshair;
	background-image: url(../img/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

img, iframe {
	border: 0px;
}

/************************************/
/*  layoutdivs                      */
/************************************/

div.spacer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12000px;
	height: 10000px;
	z-Index: 0;
}

div.backgrounddiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#startlogo {
	position:absolute;
	left:157px;
	top:203px;
	width:213px;
	height:101px;
	z-index:1;
}
#startadresse {
	position:absolute;
	left:234px;
	top:303px;
	width:150px;
	height:168px;
	z-index:2;
}

#adresse {
	position: absolute;
	left: 500px;
	top: 300px;
	width: 150px;
	color: #9e9f83;
}

div.main_buro1 {
	position: absolute;
	top: 1500px;
	left: 1500px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_illu1 {
	position: absolute;
	top: 5200px;
	left: 500px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_illu2 {
	position: absolute;
	top: 5000px;
	left: 4500px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_illu3 {
	position: absolute;
	top: 5400px;
	left: 7500px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_illu4 {
	position: absolute;
	top: 5700px;
	left: 9500px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_grafik1 {
	position: absolute;
	top: 3200px;
	left: 700px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_grafik2 {
	position: absolute;
	top: 3200px;
	left: 3000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}


div.main_grafik3 {
	position: absolute;
	top: 2600px;
	left: 5000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_grafik4 {
	position: absolute;
	top: 3500px;
	left: 7000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_grafik5 {
	position: absolute;
	top: 3500px;
	left: 9000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_anim1 {
	position: absolute;
	top: 7500px;
	left: 1000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}


div.main_anim2 {
	position: absolute;
	top: 7200px;
	left: 4000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.main_anim3 {
	position: absolute;
	top: 7900px;
	left: 6000px;
	width: 1200px;
	height: 1200px;
	z-Index: 1;
}

div.veryfixed {
	position: fixed;
	bottom: 0px;
	top: 0px;
	right: 0px;
	height: 17px;
	width: 100%;
	/*background-color: #9e9f83;
	background-image: url(../img/bgraster.gif);
	background-repeat: no-repeat;*/
}

/************************************/
/*  controlpanel                    */
/************************************/

.cptxt {
	position: static;
	float: right;
	/* right: 200px; */
	background-color: #ff6600;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	cursor: text;
	border-right: 1px solid;
	border-color: #e3e4d4;
}

.cptooltip {
	position: static;
	float: right;
	/* right: 89px; */
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	width: 100px;
	cursor: text;
	text-align: center;
	border-right: 1px solid;
	border-color: #e3e4d4;
}

.cpstats {
	position: static;
	float: right;
	background-color: #aeaf96;
	color: #fff;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	cursor: text;
	border-right: 1px solid;
	border-color: #e3e4d4;
}

.icon {
	position: static;
	float: right;
	height: 17px;
}

.cpmap {
	position: static;
	float: right;
	width: 240px;
	height: 200px;
	border: 4px solid #ffffff;
	background-image: url(../img/map.gif);
}


/************************************/
/*  cursor                          */
/************************************/

.link, .finger, .link {
	cursor: pointer;
}

.mover, .cpmapcross, logo_buro {
	cursor: move;
}


/************************************/
/*  text-zeug                       */
/************************************/


p {
	margin: 0px;
}

.farbig {
	color: #ff6600;
}

.grau {
	color: #999999;
}

/************************************/
/*  links                           */
/************************************/

.link {
	color: #FF6600;
}
.link:hover {
	color: #000000;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a img {
	border: none;
}


/***************************************/
/*  navigation                         */
/***************************************/

#nav_buro1 {
	position:absolute; 
	left:345px; 
	top:127px; 
	z-index:100; 
}

#nav_illu1, #nav_illu2, #nav_illu3, #nav_illu4, #nav_illu5, #nav_grafik1, #nav_grafik2, #nav_grafik3, #nav_grafik4, #nav_grafik5, #nav_anim1, #nav_anim2, #nav_anim3 {
	position:absolute; 
	left:602px; 
	top:100px; 
	z-index:100; 
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
}

dl.menu {
	display: block;
	text-align: left;
}

dl.menu dt {
	cursor: pointer;
	margin: 1px 0;
	background: #000;
}

li {
	margin: 1px 0;
}


dt.n_buro {
	width: 46px;
}
dt.n_grafik {
	width: 52px;
}
dt.n_illu {
	width: 78px;
}
dt.n_anim {
	width: 137px;
}
.n_grafik_sub1 {
	width: 156px;
}
.n_grafik_sub2 {
	width: 100px;
}
.n_grafik_sub3 {
	width: 95px;
}
.n_grafik_sub4 {
	width: 155px;
}
.n_grafik_sub5 {
	width: 70px;
}
.n_illu_sub1 {
	width: 125px;
}
.n_illu_sub2 {
	width: 108px;
}
.n_illu_sub3 {
	width: 179px;
}
.n_illu_sub4 {
	width: 58px;
}
.n_anim_sub1 {
	width: 112px;
}
.n_anim_sub2 {
	width: 96px;
}
.n_anim_sub3 {
	width: 58px;
}

dl dd {
	display: none;
}

dl li {
	color: #000000;
	background: #ffffff;
}

a.smenulink:link, a.smenulink:visited {
	color: #000000;
	padding: 1px;
	text-decoration: none;
	display: block;
	height: 100%;
}

a.smenulink:hover, a.smenulink:active {
	background: #ff6600;
	color: #ffffff;
}

a.menulink:link, a.menulink:visited {
	color: #ffffff;
	padding: 1px;
	text-decoration: none;
	display: block;
	height: 100%;
}

a.menulink:hover, a.menulink:active {
	background: #9e9f83;
	color: #ffffff;
}


/***************************************/
/*  divpopups                          */
/***************************************/

.fenster_gross {
	position: absolute;
	width: 780px;
	overflow: visible;
	z-index: 2;
}

.fenster_klein {
	position: absolute;
	width: 300px;
	overflow: visible;
	z-index: 2;
}

.fenster_kundenliste {
	position: absolute;
	width: 690px;
	overflow: visible;
	z-index: 2;
}

.fenster_obacht {
	position: absolute;
	width: 780px;
	overflow: visible;
	z-index: 2;
}


.borderDiv {
	position: relative;
	border-top: 1px solid #e3e4d4;
	border-left: 1px solid #e3e4d4;
	border-right: 1px solid #e3e4d4;
}

.leiste {
	position: relative;
	border-top: 10px solid black;
	border-bottom: 1px solid #e3e4d4;
	height: 17px;
	background-color: white;
	text-align: right;
}

.leiste img {
	float:right;
}

.inhalt {
	position: relative;
	height: 100%;
	/*background-color: white;*/
}

.echtInhalt {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	overflow: hidden;
}

.echtInhalt_gross {
	background-color: white;
	text-align: center;
	overflow: hidden;
}

.eckediv {
	position: relative;
	background-color: transparent;
	border-left: 1px solid #e3e4d4;
	height: 25px;
	overflow: hidden;
}

.ecke {
	position: absolute;
	right: 0px;
}

.windowTitle {
	position: absolute;
	color: #9e9f83;
	font-size: 9px;
	line-height: 15px;
	float: left;
	display: none;
	left: 0px;
	padding-left: 8px;
}

p {
	margin: 0px;
}

.bemerkung {
	position: absolute;
	top: 360px;
	left: 600px;
	height: 20px;
	width: 200px;
	color:#9e9f83;
}
