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

.header-middle {
	width:920px;
	height:268px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
	padding: 0px;
	background-repeat: no-repeat;
}
.sitemessage {
	width:383px;
	height:131px;
	position:relative;
	z-index:1;
	color:rgb(234,239,247); /*overflow:visible !important /*Activate if Firefox print problems*/
	;
	overflow:hidden /*IE6*/;
	left: -194px;
	top: 113px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 480px;
	background-color: #FFFFFF;
}
.sitemessage h1 {width:400px; text-align:right; font-size:18pt;}
.sitemessage h2 {float:right; width:320px; margin:8px 0 0 0; text-align:right; line-height:100%; font-size:160%;}
.sitemessage h3 {float:right; width:320px; margin:10px 0 0 0; text-align:right; font-size:140%;}
.sitemessage h3 a {text-decoration:none; color:#99C8DA;}
.sitemessage h3 a:hover {text-decoration:none; color:rgb(50,50,50);}


/* Splash */
#page-wrap {
	width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	
	#rt {
		width: 300px;
		float: right;
	}


*{ margin: 0; padding: 0; }*


.sitemessage {
	width:383px;
	height:131px;
	position:relative;
	z-index:1;
	color:rgb(234,239,247); /*overflow:visible !important /*Activate if Firefox print problems*/
	;
	overflow:hidden /*IE6*/;
	left: -194px;
	top: 113px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 480px;
	background-color: #FFFFFF;
}
.sitemessage h1 {width:400px; text-align:right; font-size:18pt;}
.sitemessage h2 {float:right; width:320px; margin:8px 0 0 0; text-align:right; line-height:100%; font-size:160%;}
.sitemessage h3 {float:right; width:320px; margin:10px 0 0 0; text-align:right; font-size:140%;}
.sitemessage h3 a {text-decoration:none; color:#99C8DA;}
.sitemessage h3 a:hover {text-decoration:none; color:rgb(50,50,50);}

#left{
	float: left;
	width: 240px;
	display: inline;
	padding-left: 25px;
}
#middle{
	float: left;
	width: 260px;
	margin-right: 25px;
	display: inline;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 30px;
	padding-left: 27px;
}
#right{
	float: left;
	width: 240px;
	display: inline;

}
#middle ul li{
	padding:0 0 14px 18px;
	background: url(../../Web_Application/images/bullet1.jpg) no-repeat top left;
}
#right ul li{
	padding:0 0 14px 20px;
	background: url(../../Web_Application/images/bullet1.jpg) no-repeat top left;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}



/* main */
body {
	font: .75em Arial, Helvetica, sans-serif;
	color: #71563B;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	h1 { font-size: 2em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 {
	font-size: 1.5em;
	color: #337085;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0px;
}
	h3 {
	font-size: 1.3em;
	margin: 0 0 .8em;
	color: #FFFFFF;
	font-weight: normal;
}
	h4 {
	font-size: 1.2em;
	margin: 0 0 .8em;
	color: #337085;
	font-weight: normal;
	}
	
	h5 {
	font-size: 1.2em;
	margin: 0 0 .8em;
	color: #7FB7FA;
	font-weight: normal;
	}
	
	
	
	p  {
	line-height: 1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a {
	color: #990000;
	text-decoration: none;
}

a2{
	color: #FFFFFF;
	text-decoration: none;
}


	a2:hover { color: #FFFFFF; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap { width: 900px; margin: 0 auto; }
 
#header2 {
	width: 920px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;	
}
	#menu2  {
	float: left;
	list-style: none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
		#menu2 li { display: inline; }
		#menu2 a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
		#menu2 a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu2 .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser {
	clear: both;
	height: 211px;
	background: #fff url(../images/teaserbg4.jpg) repeat-x;
	padding-left: 20px;
}
	.box {
	float: left;
	width: 330px;
	color: #333333;
	padding-top: 77px;
	padding-right: 0;
	padding-bottom: 0;

}

.boxtop {
	float: left;
	width: 330px;
	color: #333333;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

	#image { float: right; width: 570px; position: relative; top: 0px; background: url(../images/logotype5.jpg) no-repeat top right; height: 211px; }
	
#bar {
	width: 920px;
	height: 19px;
	background: url(../images/bar2.gif) repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
	.step {
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1.2em;
	float: left;
	text-align: left;
	height: 25px;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col {
	float: left;
	width: 276px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0;
}
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/small_logotype.jpg) no-repeat right 13px; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }
	/* bot*/

#bot {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
}


#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#bot a {
	color: #666666;
}
#body .story {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
