/* CSS Document */
body{
	background-color:#333333;
	background-image:url(../images/main_back.gif);
	background-repeat:repeat-x;
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#FrogJS{
	width:850px;
	height: 800px;
	margin: 0 auto;
}
#portfolio_header{
	height:90px;
	width:850px;
	margin:20px 0 40px 0;
	background-color:#0F0F0F;
}

div{padding:0; margin:0; text-align:left;}
img{padding:0; margin:0; border:0;}
p{padding:0; margin:0;}


a{text-decoration:underline; color:#666666;}
a:hover{color:#FFFFFF;}

a.foot_menu{
	text-decoration:none;
	padding:0 5px 0 5px;
}

#header_up{
	background-image:url(../images/header_up.gif);
	background-repeat:no-repeat;
	width:880px;
	height:21px;
}
#header_left{width:15px; height:94px; float:left; background-image:url(../images/header_left.gif); background-repeat:no-repeat; background-color:#353535;}
#header_right{width:15px; height:94px; float:left; background-image:url(../images/header_right.gif); background-repeat:no-repeat; background-color:#353535;}
#header{
	height:94px;
	width:850px;
	background-image:url(../images/header_back.gif);
	background-repeat:repeat-x;
	float:left;
}

#logo{width:220px; height:94px; background-image:url(../images/logo.jpg); background-repeat:no-repeat; margin-left:40px; float:left;}

#footer_back{background-image:url(../images/back_footer.gif); background-repeat:no-repeat; height:23px; width:880px;}

#footer{ width:300px; padding:0 290px 0 290px; }

.main_menu{
	float:right;
	height:74px;
	padding-top:20px;
}
.left_column{
	width:165px;
	background-color:#070707;
	float:left;
	padding:0 10px 20px 0;
}
.left_t{
	width:155px;
	color:#666;
	background-color:#000000;
	text-align:right;
	padding:5px 10px 5px 0;
	margin-top:20px;
	float:left;
	font-weight:bold;
}
.left_body{
	width:155px;
	color:#FFFFFF;
}
.poziv_na_saradnju_naslov{
		padding:5px 10px 5px 10px;
		background-color:#070707;
		font-weight:bold;
}
#poziv_na_saradnju{
	float:left;
	width:280px;
}
.telo{
	width:600px;
	padding:20px 40px 20px 30px;
	float:left;
}
.telo_text{
	padding:10px 10px 30px 10px;
	text-align:justify;
}
.naslov{
		padding:5px 10px 5px 10px;
		background-color:#070707;
		font-weight:bold;
		width:580px;
}
.poslednji_projekat{
		width:290px;
		float:left;
		padding-bottom:10px;
}
.poslednji_projekat_text{padding:0 10px 0 10px; float:left; width:148px;}

.box_usluge{
	width:280px;
	height:auto;
	padding-bottom:30px;
	text-align:justify;
}

.textinput{
	background:none;
	background-image:url(../images/back_input.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	border:solid 1px #909090;
	width:250px;
	height:14px;
	margin-bottom:9px;
	padding-left:2px;
}
.textarea{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	border:solid 1px #909090;
	width:250px;
	height:100px;
	margin-bottom:8px;
	padding-left:2px;
	overflow:hidden;					
}



