/**********************************************************************
********                   CSS Style                          *********
********    created by Hubert Frey, FT Systems programmer     *********
********                  01-20-2007                          *********
********              www.ft-systems.net                      *********
**********************************************************************/

* {
  padding: 0;
  margin: 0;
  border: 0; 
}
html{
	color: White;
	background-color: #171717;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.green-background{
	background-image: url(../graphics/row2-green-background.png);
	background-position: left 47px;
	background-repeat: repeat-x;	
}
.red-background{
	background-image: url(../graphics/row2-red-background.png);
	background-position: left 47px;
	background-repeat: repeat-x;	
}
.blue-background{
	background-image: url(../graphics/row2-blue-background.png);
	background-position: left 47px;
	background-repeat: repeat-x;	
}
.yellow-background{
	background-image: url(../graphics/row2-yellow-background.png);
	background-position: left 47px;
	background-repeat: repeat-x;	
}
abbr, acronym {
	border-bottom: 1px dotted;
  	cursor: help;
}
img{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a{
	color: White;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
.cleaner {
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

/****** STRUCTURE ******/
div.main{
	width: 200px;
	overflow: hidden;
	position: absolute;
	top:0;
	left: -1000px;
}
#line{
	height: 30px;
	border-bottom: 1px solid #9f9e21;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#outer-block{
	width: 570px;
	height: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 16px 0 0 0;
	z-index: 2;
}
#outer-block #headline{
	width: 220px;
	background-image: url(../graphics/headline-dot.png);
	background-position: left 10px;
	background-repeat: no-repeat;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #b1adad;
	text-align: left;
	background-color: #171717;
	margin: auto;
	padding: 0 0 0 20px;
}
#outer-block #headline b{
	font-weight: bolder;
	color: white;
}
#navigation{
	width: 470px;
	height: 46px;
	overflow: hidden;
	margin: auto;
	padding: 0;
}
#navigation span{
	float: left;
	font-size: 70%;
	text-transform: uppercase;
	line-height: 42px;
	width: 114px;
	height: 42px;
	margin: 2px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/navigation-transparent.png',sizingMethod='scale');
}
head:first-child+body #navigation span{
  	background-image: url(../graphics/navigation-transparent.png);
  	background-repeat: repeat;
}
#navigation a{
	float: left;
	font-size: 70%;
	text-transform: uppercase;
	line-height: 42px;
	width: 114px;
	height: 42px;
	margin: 2px;
	display: block;
	background-image: none;
	text-decoration: none;
}
#navigation a:hover{
	float: left;
	text-transform: uppercase;
	line-height: 42px;
	width: 114px;
	height: 42px;
	margin: 2px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/navigation-transparent.png',sizingMethod='scale');
}
head:first-child+body #navigation a:hover{
  	background-image: url(../graphics/navigation-transparent.png);
  	background-repeat: repeat;
}
#photo-block{
	width: 570px;
	margin: 20px auto;
	padding: 0;
}
#photo-block .button{
	width: 45px;
	height: 179px;
	float: left;
	margin: 0;
	padding: 107px 0 0 0; 
}
#photo-block .photo img{
	border: 6px solid white;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}
#content{
	width: 468px;
	margin: 20px auto;
	padding: 0;
}
#content .column-left{
	width: 228px;
	float: left;
	margin: 0 3px 10px 0;
	padding: 0 0 0 0;
	text-align: left;
}
#content .column-left a{
	border-bottom: 1px dotted white;
	text-decoration: none;
}
#content .column-left a:hover{
	border-bottom: none;
	text-decoration: none;
}
#content .column-left p{
	margin: 10px 0 10px 0;
	font-size: 70%;
	text-align: justify;
}

#content .column-right{
	width: 228px;
	float: right;
	/*border: 1px dotted white;*/
	margin: 0 0 10px 3px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: small;
}
.column-left input{
	width: 80%;
	border: 1px solid rgb(201, 201, 201);
	background-color: rgb(83, 83, 83);
	color: white;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 60%;
}
.column-left textarea{
	width: 80%;
	border: 1px solid rgb(201, 201, 201);
	background-color: rgb(83, 83, 83);
	color: white;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 90%;
}
#content .column-full{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: left;
}
#content .column-full a{
	border-bottom: 1px dotted white;
	text-decoration: none;
}
#content .column-full a:hover{
	border-bottom: none;
	text-decoration: none;
}
#content .column-full p{
	margin: 10px 0 10px 0;
	font-size: 70%;
	text-align: justify;
}
.column-full img{
	border: 3px solid white;
	margin: 2px 1px 0 1px;
	padding: 0;
	float: left;
}

.reference{
	width: 468px;
	margin: 0 0 20px 0;
}
.reference .left{
	width: 170px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
}
.reference .left img{
	border: 5px solid rgb(45, 45, 45);
	margin: 0 0 3px 0;
}
.reference .left a{
	font-size: x-small;
	color: White;
	text-decoration: underline;
}
.reference .left a:hover{
	color: White;
	text-decoration: none;
}
.reference .right{
	width: 283px;
	float: left;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.reference .right h3{
	color: white;
	font-size: medium;
}
.reference .right h4{
	color: rgb(194, 248, 24);
	font-size: small;
}
.reference .right p{
	margin: 2px 0 2px 0;
	font-size: small;
}
.reference .right a{
	color: White;
	text-decoration: underline;
}
.reference .right a:hover{
	color: White;
	text-decoration: none;
}

#content ul{
	margin: 0 0 0 20px;
}
#content li{
	list-style-image: url(../graphics/headline-dot.png);
}
#content h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 0 0 6px 0;
	padding: 0;
}
.news{
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
.news img{
	border: 3px solid white;
	margin: 3px 5px 0 0;
	padding: 0;
	float: left;
}
.news h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.news p{
	color: #ac9e95;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 70%;
	text-align: left !important;
}
.news p a{
	color: #e86f01;
	text-decoration: none;
	border-bottom: 1px dotted #e86f01; 
}
.news p a:hover{
	color: #e86f01;
	text-decoration: none;
	border: none;
}
.news a.more{
	display: block;
	color: white;
	text-decoration: underline;
	font-size: 70%;
}
.news a:hover{
	color: white;
	text-decoration: none;
}
.orange{
	color: #e86f01;
}
div.errorbox{
	width: 177px;
	font-size: 70%;
	border: 1px solid rgb(222, 156, 156);
	background-color: rgb(188, 36, 35);
	padding: 5px;
	margin: 3px 0 3px 0;
}
div.resultbox{
	width: 177px;
	font-size: 70%;
	border: 1px solid rgb(141, 215, 60);
	background-color: rgb(121, 184, 51);
	padding: 5px;
	margin: 3px 0 3px 0;
}
img#loading{
	display: none;
}
div.line{
	border-bottom: 1px dashed white;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}
#footer{
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #9f9e21;
	line-height: 20px;
	font-size: 70%;
	text-align: center;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = (document.documentElement.clientHeight + document.documentElement.scrollTop - 20)) + "px");	
}

#kms-promo {
	display: block;
	text-align: center;
	margin: 20px 0;
}

#kms-promo img {
	border: 1px solid white;
}