/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{
	padding: 0;
	margin-right: 0px;
	margin-left: 0px;
}*
body {
	margin: 50px 0 0;
	background: #fff url(../images/bg.gif) repeat-x;
	color: #444;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
}

    ul {
	line-height: 20px;
	margin-left: 50px;
}
    
	h1 {
	font-size: 2em;
	font-weight: normal;
	float: left;
}
	h1 a { text-decoration: none; }
	h2 {
	font-size: 24px;
	color: #666666;
	font-weight: bolder;
	margin: 0;
	text-decoration: none;
}
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	h4 { font-size: 1.5em; margin: 0.5em 0 0.5em 0}
	h5 { font-size: 1.5em; margin: 10px 0; color: #003366;}
	h6 { font-size: 17px; color: #003366; font-weight:bolder; margin: 0 0 10px 0;}
	p  {
	margin: 0 0 30px 0;
	line-height: 20px;
	font-size: 13px;
}
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

 
#header { width: 900px; height: 50px; margin: 0 auto; }
	#menu  { float: right; padding: 6px 0 0 0; list-style: none; }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser {
	clear: both;
	height: 259px;
	background-color: #fff;
	background-image: url(../images/ds_bg.jpg);
	background-repeat: repeat-x;
}
	/*.box { float: left; padding: 66px 0 0; width: 480px; color: #C7E3EE; }
	#image {
	float: left;
	width: 900px;
	position: relative;
	top: 0px;
	height: 258px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}*/
	
#bar { height: 40px; margin: 0 0 0px; 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.2em;
	float: left;
	text-align: center;
	background: url(../images/step.gif) no-repeat;
	height: 30px;
}
	.step a {
	color: #fff;
	margin: 0 10px 0 0;
	text-decoration: none;
}

     .step a:hover {
	color: #33CCFF;
	text-decoration: none;
}
	
.col {
	width: 900px;
	margin-bottom: 0px;
	margin-left: 0;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


	
.co2 {
	width: 900px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}


#footer {
	clear: both;
	width: 900px;
	background: #fff url(../images/small_logotype.jpg) no-repeat right 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align:left;
}	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }
	
	
	#footer1 {
	clear: both;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}	
	#footer1 .right { float: right; margin: 0 55px 0 0; }
	
	
	#footer2 {
	clear: both;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 5px;
}

#footer3 {
	clear: both;
	width: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 5px;
}	

.Dpdf{ width:70px; height:40px; background-color:#427AAD; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; /* display:none */}
.Dpdf a, .Dpdfl a:visited{ color:#FFFFFF; text-decoration:none; display:block; padding:3px 0 3px 5px; }
.vDpdf a:hover{ color:#EEEEEE; background-color:#ABADAE}


