/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{ margin: 0; padding: 0; }*
body { margin: 15px 0 0; background: #fff; font: .74em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #1b6087; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.5em; color: #1b6087; border-bottom: 1px dotted #9cc0db; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	.bold { color: #061844; font-size: 1.5em;}
	.blue { color: #87888a; }
	
.wrap { width: 900px; margin: 0 auto; }

.teaser_text{
	color: black;
	font-size: 1.3em;
}
.teaser_hl{
	color: black;
}

#sys { width: 900px; height: 20px; margin: 0 auto; margin-top: 0px;}
#header { width: 900px; height: 120px; margin: 0 auto; margin-top: 60px;}
	#menu  { float: right; padding: 57px 0 0 0; list-style: none; }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-right: 30px; padding: 4px 10px 3px 10px; text-decoration: none; font-size: 15px; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #071a42;}
		#menu .active a {  color: #ffffff; background: #071a42;}
	#menu_sys  { float: right; padding: 0px 0 0 0; list-style: none; }
		#menu_sys li { display: inline; }
		#menu_sys a { display: block; float: left; margin-right: 10px; padding: 7px; text-decoration: none; font-size: 12px; color: #000000; }
		#menu_sys .active a {color: #ffffff;}
 
#teaser { clear: both; height: 430px; 
	background: url(../images/teaser_bg.png) no-repeat;
	background-position:right;
}
	.box { float: left; padding: 66px 0 0; width: 650px; color: #C7E3EE; }
	#image { 
		float: right; width: 388px; position: relative; top: 16px; background: url(../images/logotype.jpg) no-repeat top right; height: 258px; 
	}

/*
height: 40px;
*/
#bar {  margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col { float: left; width: 276px; margin: 0 30px 16px 0; }
.col_content { float: left; width: 276px; margin: 0 30px 16px 6px; }
	.last { float: right; margin: 0; }
	.info { 
		background: #9cc0db; 
		padding-left: 30px;
		background: url(../images/arrow.gif) no-repeat;
	}

#footer { color: #87888a; clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; }	
	#footer .right {  float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }
	
	
	
    #background { 
        width: 100%; 
        height: 100%; 
        position: fixed; 
        left: 0px; 
        top: 0px; 
        z-index: -99999;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    #background img {
        width:100%;
        height:100%;
    }