/*******************************************
 File: silo8.css
********************************************
 Initial Author: FM
 Last Editor: FM
 First Version: 24.03.2006
 Last Modify: 24.03.2006
*******************************************/

/******************************************
 Imports
******************************************/

@import url("nav.css");
@import url("clickedit.css");
@import url("content.css");
@import url("form.css");

/******************************************
 General Styles
******************************************/

html, body {
	width: 100%;
	height:  100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: url(../_img/body_bg.gif);
	font: 0.7em/normal Arial, Helvetica, sans-serif normal;
}

div#logo-kkg {
	background: url(../_img/logo_kkg.gif) top left no-repeat;
	width: 108px;
	height: 138px;
	margin: 10px;
}

img {
	margin-bottom: 0px;
}

/******************************************
 Absolute Positioning
******************************************/

div#flyingman {
	position: absolute;
	background: url(../_img/img_flyingman.gif) top left no-repeat;
	width: 282px;
	height: 228px;
	top: 0px;
	left: 0px;
}

div#logo-silo {
	position: absolute;
	background: url(../_img/logo_silo8.gif) top left no-repeat;
	width: 135px;
	height: 51px;
	top: 250px;
	left: 10px;
	cursor: pointer;
}

/******************************************
 Body Table Properties
******************************************/

table#container-tbl {
	width: 100%;
	height: 100%;
}

table#container-tbl tr td { 
	vertical-align: top; 

}

table#container-tbl tr td#container-left { 
	width: 160px; 
}

table#container-tbl tr td#container-middle {
	background: url(../_img/content_bg.gif) top repeat-y;
	width: 567px;
}

table#container-tbl tr td#container-right { 
	background: url(../_img/img_caller.gif) bottom right no-repeat; 
	background-attachment:scroll;
}

/******************************************
 Navigation
******************************************/

div#navbar {
	background: url(../_img/frm_navbar.gif) top no-repeat;
	width: 100%;
	height: 27px;
	margin-bottom: 170px;
}

div#navbar-content {
	margin-left: 120px;
}