/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(images/bg.png) center top;
	/* color: #1f6f7a;  */
	color: #000;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 980px;
	background: #3bb3c3;
	border: 0px solid #04adbf;
	
}

#header { 
	height: 96px;
	color: #808080;
	width: 980px;
	background: url(images/header.png) #9ad5d3 top center no-repeat;
}

h3 {
	font-size: 15px;
	color: #fff;
	text-align:right;
}

p.header {
	text-align: right;
	line-height: 1em;
	color: #fff;
}

.headertext {
	padding-top: 5px;
	margin-right: 15px;
}

.logo {
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #1D8F9F;

	
}

.headertextlogo {
	border: 1px solid #1D8F9F;
	
}

.logoth {
	vertical-align: text-center;
}

#headermargin {
	height: 25px;
	background: #f2cb05;
	border-top: 1px solid #f2cb05;
	
}

#menu {
	float: left;
	width:230px;
	background: #3bb3c3;
	padding-top: 50px;
}



.menulist {
	padding: 3px;
	font-weight: 700;
}
.menulist:hover {
	background: #9ad5d3;
	color: #fff;
}

.menu1 {
	background: #9ad5d3;
}

.menulist1 {
	padding: 3px;
	color: #1f6f7a; 
}
.menulist1:hover {
	background: #9ad5d3;
	color: #fff;
}


#main {
	float:left;
	width:750px;
	background: #eee;
}

#main div {
	text-align: center;
}

.item {
	position:relative;
	padding: 10px;
	width:650px;
	margin:20px;
	border: solid 1px #ddd;
	background: #ddd url(images/itembg.png) repeat-x top;
}

.item a {
	color: #1f6f7a; 
}



#itemimage {
	width:280px;
	max-height: 280px;
}

.imagediv {
	margin-top: -20px;
	margin-left: -40px;
	margin-bottom: -20px;
	width: 250px;
	overflow: hidden;
}





.cell {
	padding: 1px;
	border: solid 0px #ddd;
	height: 100%;
	background: #EEE;
	text-align: center;
}

.pictograms {
	margin-bottom: 1px;
		background: #EEE;
		padding-bottom: 5px;
		padding-top: 5px;
}

.pictogram {
	vertical-align:middle;
	
}

.pictogramtext {
	line-height: 1em;
}

.itemtable {
	width: 650px;
	border: 0;
}



td {
	text-align: center;
	vertical-align: top;
}


.title {
	background: #eee url(images/itembg.png) repeat-x top;
	width: 750px;
	overflow:hidden;
	


	
}

.titleimg {
}


input.button
{
   font-size:12px;
   font-family:Arial,sans-serif;
   color:#ffffff;
   background-color:#3bb3c3;
   border-style:solid;
   border-color:#336699;
   border-width:1px;
}




#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	line-height: 2em;
	background: #03658c;

}
