/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	height:100%;
	/*margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;*/
	
}

body {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	background-image:url(../img/patt_points9.gif);
	background-repeat: repeat;	

}

#logo {
	margin-left:183px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}


#white_paper {
	/*background-image:url(../img/patt_points9.gif);*/
	position:absolute; /*tu mora biti absolute*/
	width:800px;
	height:100%;
	left:50%;
	margin-left:-491px; /*s temle probaj popedenat ne sredino*/
	top:40px;

}

#white_paper_meni {
	float:left;
	width:183px;
	height:344px;
	margin-top:8px;
	margin-right:10px;
	padding-left:0px;
	border-width:0px;
	
}


.buttons {

	margin-top:10px;

}

#white_paper_cont {
	position:relative;
	margin-left:193px;
	padding: 10px 25px 0px 20px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;
	background-color:#FFFFFF;
}


#white_paper_cont h1 {
	font-size: 25px;
	font-weight:normal;
}

#white_paper_cont h2 {
	font-size: 18px;
	font-weight:normal;
}

#white_paper_cont a {
	color:#DB3338;
	text-decoration:none;
	font-weight:bold;
}

#white_paper_cont td {
	font-size: 13px;
}

#white_paper_cont .caption {
	font-size: 11px;		
}


/* Pages */


.news {
	padding:7px;
	background-color:#939598;

}


/* faq */

#index ul {

	padding:0px;
	margin-left:0px;

}

#index li {
	padding-bottom:5px;
	list-style-type: none;
	margin:.5em;
	margin-left:0px;
}

.vprasanje {
	background-color:#939598;
	color:#FFFFFF;
	padding:5px;
	font-weight: bold;	
}





/* Test Drive*/

.testd_group {
	margin-bottom:30px;
	margin-top:30px;
}

.testd_group table {
	width:100%;
}

.testd_group .label {
	width: 150px;
	font-size:10px;
	text-align:left;
	padding-right:10px;
	line-height:.9em;
	border-bottom: solid #CCCCCC 1px;
}

.testd_group .label_req {
	width: 150px;
	font-size:10px;
	color:#1E6EA6;
	text-align:left;
	padding-right:10px;
	line-height:.9em;
	border-bottom: solid #CCCCCC 1px;
}

.testd_group .field {
	text-align:left;
	font-size:10px;
}

.fields input, select, textarea {
	border:solid #CCCCCC 0px;
	background-color:#CCCCCC;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*height:15px;*/
}

.red {
	color:red;
	font-weight:bold;
}

/*Za novi meni*/

#newMeni {
	width:100%;
	background-color:white;
	
}

.meniTable {
	width:183px;
	
}

.meniLanguage {
	display:block;
	background-color:white;
	border-top:dotted #DA3138 1px;
	vertical-align:middle;
	margin:0px;
	height:0px;

}

.meniCell{
	
	font-size:15px;
	vertical-align:middle;
	height: 18px;
}

.meniCell2{
	padding-left:20px;
	font-size:12px;
	height: 15px;
	vertical-align:baseline;
}

.meniTable tr {
	margin:0px;
}

.meniCell a:link, .meniCell a:visited {
	color:#DA3138;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:20px;
	
	display:block;
	background-color:transparent;
	background-image:url(../img/meni/meniBackA.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	
	width: 100%;
}

.meniCell a:hover {
	background-image:url(../img/meni/meniBackB.png);
}

.meniCell a:focus, .meniCell a:active {
	background-image:url(../img/meni/meniBackB.png);
}


/*Ponovi za drugi nivo*/

.meniCell2 a:link, .meniCell2 a:visited {
	color:#DA3138;
	font-weight:bold;
	vertical-align:middle;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:20px;
	
	display:block;
	background-color:transparent;
	background-image:url(../img/meni/meniBack2A.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	width: 100%;
}

.meniCell2 a:hover {
	background-image:url(../img/meni/meniBack2B.png);
}

.meniCell2 a:active {
	background-image:url(../img/meni/meniBack2B.png);
}

/*DIV INFO*/



#info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#C9C9C9;
	display:block;
	margin-top:10px;
	width:158px;
	height:auto;
	background-color:#1e6ea5;
}