body {
margin: 0px;
padding: 0px;
font-size: 11px;
font-family: tahoma;
line-height: 19px;
color:#3e3e3e;
height: 100%;
}

#main {
   margin: 0px auto;
   width: 950px;
}

.content {padding: 10px;}

#coolmenu{
border: none;
width: 199px;
background-color: #ffffff;
margin:5px;
}

#coolmenu a{
font: 13px verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #3e3e3e;
text-decoration: none;
border-bottom: 1px solid #dddddd;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #008ccf;
color: white;
}

#coolmenu a.activ {
background-color: #008ccf;
color: white;

}

#coolmenu img{
border:0px;
vertical-align:middle;
}




.image{
border: 5px solid #008ccf;
}

.galeria_table{
padding: 0px;
width:100%;
}
gal_img_title{
    font-size:14px;
    color:#008ccf;
}
.galeria_tr{
vertical-align: middle;
}
.galeria_td{
text-align: center;
}
.img{
border: 0px;
/*
border: 5px solid #008ccf;
width: 180px;
height: 135px;
*/
}
.gal_menu{
border: 0px;
}
a.gal_menu:link {color:#008ccf; text-decoration: none; font-weight:bold; font-size: 12px;}
a.gal_menu:active {color:#008ccf; text-decoration: none; font-weight:bold; font-size: 12px;}
a.gal_menu:visited {color:#008ccf; text-decoration: none; font-weight:bold; font-size: 12px;}
a.gal_menu:hover {color:#3e3e3e; text-decoration: none; font-weight:bold; font-size: 12px;}

#topmenu {
list-style-type: none;
margin: 2px;
}

#topmenu li {
float: left;
}

#topmenu a:link, #topmenu a:visited {
   font-size: 18px;
   color: #3e3e3e;
   width: 120px;
   margin-right: 10px;
   text-decoration: none;

   font-family: arial;
}

#topmenu a:hover {
   color: #0d8cd1;
   border-bottom: 1px solid #0d8cd1;
}

#topmenu a.active {
   color: #0d8cd1;
   border-bottom: 1px solid #0d8cd1;
}


h4 {
  font-family: arial;
  font-size: 16px;
  color: #0d8cd1;
  margin: 3px 3px 3px 0px;
  padding-left: 5px;
}


div#distance {
	margin-bottom: -10em; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 20em;         /* required - desired height */
	width: 40em;          /* required - desired width */
	background: blue;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}


.imag{
   margin: 15px;
	width: 180px;
	border: 1px solid #dedede;
	border-left: none;
	border-top: none;
	float: left;
}


#img-box{
   background-image:url(/include/images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right; width: 107px; height: 98px;
}

#img-box a:link, #img-box a:visited{
   border: 1px solid #9c9c9c;
   display: block;
   width: 100px;
}

#img-box a:hover{
   border: 1px solid #00aaf4;
   display: block;
   width: 100px;
}

#img-box img{
   width: 90px;
	border: 5px solid white;
}

span.headr{
	color: #00aaf4;
	font-size: 13px;
	font-weight: bold;
}

a.button:link, a.button:visited{
	background-color: #109dda;
	color: white;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	font-family: arial;
	margin-left: 55px;
 width: 80px;

 float: right;
}

