
/* Style defs for ISSG by Jost Nickel */ 

html {
	background: #000;
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
}

html, body, table, td {
	font-family: "Segoe UI", "Tahoma", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #303030;
}

input, textarea, select {
	font-family: "Segoe UI", "Tahoma", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
}

.uc {
	font-family: "Lucida Sans Unicode ISSG", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif !important;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 140%;
}

a {
	text-decoration: none;
}

.gallery-item {
	margin: 0px 0px 12px 0px;
}

.gallery-item div {
	float: left;
}

.gallery-item div img {
	margin: 4px 12px 0px 0px;
	border: 0px;
}


#wrapper {
	width: 95%;
	margin: 0px;
	padding: 0px;
}

/* head menubar */ 
#menubar {
	width: 100%;
	padding: 0px 14px 0px 14px;
	margin: 0px 0px 14px 0px;
	background: #444444 url(images/menu-end.gif) repeat-y fixed right;
}

/* content */ 
#content {
	width: 95%;
	margin: 28px 0px 0px 28px;
	padding: 0px;
}
#content div {
	float: left;
}

/* full screen workbench layout */
#content-workbench {
	width: 95%;
	margin: 0px;
	padding: 14px;
	background-color: #000000;
}

#content-workbench h1 {
	margin-bottom: 12px;
	font-size: 18px;
	color: #e3e3e3;
	font-weight: normal;
	text-align: left;
}

#content-workbench p {
	color: #303030;
}

#content-workbench a {
	color: #FB4503;
}
#content-workbench a:hover, #content-workbench a:active {
	text-decoration: underline;
}

.zone-row 
{
	width: 100%;
	clear:both;
	margin: 0px 0px 0px 0px;
}
.zone-col-fixed
{
	width: 800px;
	float:left;
	margin: 0px 0px 0px 0px;
}
.zone-col-var
{
	width: auto;
	float:left;
	margin: 0px 0px 0px 0px;
}

.zone-fixed {
	width: 800px;
	background-color: #e3e3e3;
	margin: 0px 14px 14px 0px;
}
.zone-var {
	width: auto;
	position: relative; 
	float: left;
	background-color: #e3e3e3;
	margin: 0px 0px 14px 14px;
}

/* 2col-layout: main column */ 
#content-main {
	width: 550px;
	margin: 0px;
	padding: 14px;
	background-color: #e3e3e3;
}

#content-main-wide {
	width: 95%;
	margin: 0px;
	padding: 14px;
	background-color: #e3e3e3;	
}

#content-main h1, #content-main-wide h1 {
	margin-bottom: 12px;
	font-size: 18px;
	color: #303030;
	font-weight: normal;
	text-align: left;
}

#content-main h2, #content-main-wide h2 {
	margin-bottom: 12px;
	font-size: 14px;
	color: #303030;
	font-weight: normal;
	text-align: left;
}

#content-main p, #content-main-wide p {
	color: #303030;
}

#content-main a, #content-main-wide a {
	color: #FB4503;
}
#content-main a:hover, #content-main a:active, #content-main-wide a:hover, #content-main-wide a:active {
	text-decoration: underline;
}

#buffer {
	height: 64px;
}

/* right column */ 
#content-right {
	width: 282px;
	margin-left: 14px;
	padding: 14px;
	background-color: #303030;
	background-image: url(images/flw120w_gr.gif);
	background-position: 186px 4px; 
	background-repeat: no-repeat;
}

#content-right h1 {
	margin-bottom: 12px;
	font-size: 14px;
	color: #e3e3e3;
	font-weight: normal;
}

.warning {
	padding: 4px;
	color: #000 !important;
	background-color: #FFE500;
	border: 1px solid #000;
}

#content-right p {
	color: #e3e3e3;
}

#content-right a {
	color: #FFE500;
}
#content-right a:hover {
 text-decoration: underline;
}

/* bottom */ 
#bottom {
	margin: 28px 0px 0px 28px;
	clear: both;
	color: #404040;
}

