* { margin: 0; padding: 0; }
img { border: 0; }
body { height: 100%; width: 100%; }
html { height: 100%; width: 100%; }

a { color: #FFF; font-weight: bold; text-decoration: none; }
a:hover { color: #DA0000; }
a:active, a:focus { outline: 0; } /* remove Firefox active link outlining */
body {
	background: #000 url("img/bg_gradient.png") repeat-x top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
	font-size: 16px;
}
.c { clear: both; }
.pad10 { padding: 10px; }
.pad10R { padding-right: 10px; }

.black { color: #000; }
.lightbox, div#kontaktinfo p, .info { 
	font-size: 0.75em;
	line-height: 1.4em;

}

div#zinas .lightbox p, div#parmums .lightbox p, div#kontaktinfo p, .lightbox ul { 
	padding-bottom: 10px;
}
.actions { 
	font-size: 0.75em;
}
li { line-height: 17px; }
th h2 { 

	margin-bottom: 0.5em;
}
th { 
	text-align: left;
}
.lightbox p a {
	color: #DA0000;
}
.lightbox p a:hover {
	text-decoration: underline;
}
p a.ext {
	font-weight: bold;
	text-decoration: none;
	padding-right: 1em;
	background: url("img/linkicn.gif") no-repeat center right;
	white-space: nowrap;
}
p a.ext:hover {
	background: url("img/linkicn_on.gif") no-repeat center right;
}
h1 { 
	font-size: 1.2em;
	padding: 0 0 0.5em 0 !important;
}
h2 { 
	font-size: 0.75em;
	line-height: 1.4em;
	padding: 10px;
}

.top a {
	text-decoration: none !important;
	font-size: 0.75em;
	padding-left: 15px;
	background: url("img/redarrow_up.gif") no-repeat 0 0.3em;
}
.top img {
	margin-right: 0.75em;
}
.photo-inline {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
.pphoto {
	float: left;
	position: relative;
	margin: 10px 10px 10px 10px;
}


.row {
	float: left;
	clear: both;
}
/* FOOTER (absolute + relative positioning) */

div#nonFooter {
	position: relative;
	min-height: 100%;
	background: url("img/kawasaki_green.png") repeat-y top center;
	z-index: 1;
}
* html div#nonFooter {
	height: 100%;
	background: url("img/kawasaki_green.png") repeat-y top center;
}
div#footer {
	position: relative;
	height: 21px;
	margin-top: -22px;
	z-index: 1;
}
div#footerz {
	position: relative;
	width: 980px;
	margin-top: 20px;
	height: 21px;
	z-index: 1;
}
div#footerz span#copyright {
	float: left;
	width: 92px;
	height: 21px;
	text-indent: -10000px;
}
div#footerz span#creator {
	float: right;
	width: 58px;
	height: 21px;
	background: url("img/creator.png") no-repeat;
}
div#footerz span#creator a {
float: right;
	width: 58px;
	height: 21px;
	text-indent: -10000px;
}
/* LAYOUT ELEMENTS */

div.container {
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -480px;
	z-index: 3;
}
div.minicontainer {
	position: relative;
	width: 790px;
	height: auto;
	z-index: 3;
}
/* DESIGN ELEMENTS */

div#logo {
	float: left;
	margin-top: 30px;
	width: 177px;
	height: 48px;
	z-index: 3;
}
div#logo h1 {
	display: block;
	width: 177px;
	height: 48px;
	background: url("img/kawasaki_logo.png") no-repeat;
}
div#logo a {
	display: block;
	text-indent: -10000px;
	width: 177px;
	height: 48px;
}
div#clowd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 467px;
	background: url("img/clowd.jpg") no-repeat center center;
	z-index: 0;
}
div#greenz {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	background: url("img/green_borders.gif") repeat-y top center;
	z-index: 3;
}
div#green_gradz {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	background: url("img/green_gradient.gif") repeat-y top center;
	z-index: 3;
}

/* ROUND CORNERS */

.TL, .TR, .BL, .BR {
	position: absolute;
	width: 5px;
	height: 5px;
}
.TL {
	top: 0px;
	left: 0px;
	z-index: 0;
}
.TR {
	top: 0px;
	right: 0px;
	z-index: 0;
}


.BL {
	bottom: 0px;
	left: 0px;
	z-index: 0;
}
.BR {
	bottom: 0px;
	right: 0px;
	z-index: 0;
}
.darkbox {
	background: #212123 url("img/darkbox_BG.gif") repeat-x top;
	line-height: 1.4em;
}
.lightbox {
	background: #ececec;
	color: #000;
	padding-top: 10px;
	position: relative;
	line-height: 1.4em;
}
.lightbox ul { padding-left: 40px;
}
.lightbox li {
	list-style: circle;
}
.lightbox .TL { background: url("img/lightbox_TL.gif") no-repeat; }
.lightbox .TR { background: url("img/lightbox_TR.gif") no-repeat; }
.lightbox .BL { background: url("img/lightbox_BL.gif") no-repeat; }
.lightbox .BR { background: url("img/lightbox_BR.gif") no-repeat; }