@charset "utf-8";

/* CSS Document */



A:link    {text-decoration: none; color:#3d0303;}
A:visited {text-decoration: none; color:#3d0303;}
A:active  {text-decoration: none; color:#3d0303;}
A:hover   {text-decoration: none; color:#4260B4;}

A.menu {text-shadow: #ccc 0.05em 0.05em 0.05em;}

A.menu:link    {text-decoration: none; color:#9d1819; font-size:30px;}
A.menu:visited {text-decoration: none; color:#9d1819; font-size:30px;}
A.menu:active  {text-decoration: none; color:#9d1819; font-size:30px;}
A.menu:hover   {text-decoration: underline; color:#d51212; font-size:30px; text-shadow: black 0.05em 0.05em 0.05em;}

A.menu_small:link    {text-decoration: none; color:#ffffff; font-size:12px;}
A.menu_small:visited {text-decoration: none; color:#ffffff; font-size:12px;}
A.menu_small:active  {text-decoration: none; color:#ffffff; font-size:12px;}
A.menu_small:hover   {text-decoration: none; color:#000000; font-size:12px;}

img {	border-style: none; }

body {
	margin:0px;
	background: url(images/tlo.png) repeat-x top #000000;
}


BODY, TD  {
font-family :  Tahoma, Verdana,  Geneva, Arial, Helvetica, sans-serif;
font-size : 14px;
font-style : normal;
color : #000000;
}

div#page {
	margin: 0 auto 0 auto;
	width: 900px;
	position: relative;
}


div#heart1 {
	position: absolute; 
	top: 260px;
	left: -220px;
	width: 204px;
	height: 236px;
	background-image:url(images/serce.jpg);
	z-index: -10;
}

div#heart2 {
	position: absolute; 
	top: 390px;
	left: 880px;
	width: 204px;
	height: 236px;
	background-image:url(images/serce.jpg);
	z-index: -10;
}


div#top {
	width: 100%;
	height: 80px;
	position: relative;
}
	img#fotografia {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	img#logo {
		position: absolute;
		left: 0px;
		top: 0px;
	}


div#content {
	width: 100%;
}
	div#topRounder {
		width: 900px;
		height: 9px;
		background-image:url(images/topRounder.jpg);
	}
	
	div#middleContent {
		width: 100%;
		min-height: 700px;
		background-color:#FFFFFF;
		position: relative;
	}
	
table#menuTable {
	margin-bottom: 3px;
}

img#contactImage1 {
	position: absolute;
	top: 70px;
	left: 45px;
}

img#contactImage2 {
	position: absolute;
	bottom: 0px;
	right: 90px;
}

span#contactText {
	position: absolute;
	top: 260px;
	left: 340px;
	font-size: 18px
}

a.white {color:#FFFFFF;}
a.white:hover {color:#4260B4;}


div#footer {
	width: 900px;
	text-align: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
}
.style1 {
	width: 900px;
	text-align: left;
}

p#createdBy {
	position: absolute;
	right: 0px;
	top: -10px;
}

img#frontImage1, img#frontImage2 {
	margin-top: 10px;
}

div#lowerPart {
	position: relative;
}

div#menu {
 	width: 100%;
	text-align: center;
}
table#menuTable {
	margin: 0 auto 0 auto;
}
table#menuTable td {
	width: 150px;
	text-align: center;
}

.photo-table {
	min-height: 500px;
}

.nav-link {
	display: inline-block;
	border: 1px solid #aaa;
	padding: 2px 7px;
	margin: 0 5px;
	border-radius: 5px;	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	
	box-shadow: 0 0 1px #fff inset;
	background-image: -moz-linear-gradient(center top , #E6E6E6 0pt, #DCDCDC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(220,220,220,1)));
	background-image: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(220,220,220,1) 100%);
	

}

.nav-link-active {
	font-weight: bold;
	background-color: #aaa;
	background-image: none;
}
