/* author: Zoltan Kocsardi */
/* email: kocsardiz@vegamedia.hu */
/* Creation date: 2009.01.12. 
----------------------------------------- */

@import "menu.css";
@import "reset.css";

/* GLOBAL
----------------------------------------- */  

p { margin-bottom: 1em; }
a { text-decoration: none; }
em { font-style: italic; }

html { background: url(../img/bodybg.gif) top left repeat-x #FFF; }
body { font: 0.75em/1.6em Verdana, "Trebuchet MS", Helvetica, sans-serif; color: #777; }

/* HEADING
----------------------------------------- */  

h1 { height: 125px; background: url(../img/header.jpg) top left no-repeat; text-indent: -9999px; }
h2 { font: normal 20px Verdana, Helvetica, serif; color: #777; margin-left: -1px; padding-bottom: 18px; }
h3 { font: bold 14px Verdana, Helvetica, serif; color: #777; padding-bottom: 12px; }
h4 { font-weight: normal; color: #255DA7; padding-bottom: 12px; }
h5 { font: bold 13px Verdana, Helvetica, sans-serif; color: #7498C7; text-align: center; }

h6 { height: 125px; background: url(../img/header_en.jpg) top left no-repeat; text-indent: -9999px; }

/* COMMON CLASSES
----------------------------------------- */  

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.hide { display: none; }
img.border { border: 1px solid #A6A6A6; }

/* MAJOR DIVS
----------------------------------------- */

#container { position: relative; width: 850px; margin: 0 auto; }
#content {
    padding: 0 10px 10px;
    background-color: #FFF;
    border: 1px solid #A6A6A6;
    border-top: none;
    background: url(../img/contentbg.jpg) bottom left no-repeat #FFF;
}
#left { float: left; width: 150px; margin-top: 22px; padding-bottom: 180px; }
#center { float: left; width: 478px; margin: 20px 40px 0 25px; text-align: justify; }
#right { float: left; width: 135px; text-align: center; }
#footer { width: 100%; height: 35px; margin-top: 5px; font-size: 10px; text-align: center; }


/* header
----------------------------------------- */

#language { position: absolute; top: 50px; right: 33px; }
#language span { margin: 0 4px 0 4px; background: url(../img/border.gif) 0 6px no-repeat; }
#language a { font: bold 9px Verdana, Helvetica, serif; color: #255da7; }
#language a:hover { color: #1A1F6F; }
#language.active { color: #255da7; }

#select a:hover, #select.active { color: #1A1F6F; }

#center, #right { padding-bottom: 150px; }

/* right
----------------------------------------- */

#right .shadow { background: url(../img/shadow.gif) 18px 52px no-repeat; }
#right .picture { height: 132px; }

/* map
----------------------------------------- */

#map {
    width: 475px;
    height: 430px;
    border: 1px solid #A6A6A6;
}

#map2 {
    width: 475px;
    height: 430px;
    border: 1px solid #A6A6A6;
}

/* Magan Devi */

a.link { font: bold 12px Verdana, Helvetica, serif; color: #255da7; }

#text1 {
 position: relative;
 margin-left: 50px;
 list-style-type: disc;
}

#text1 li { position: relative; }

#text2 {
 position: relative;
 margin-left: 65px;
 list-style-type: square;
}

#text2 li { position: relative; }

#text3 {
 position: relative;
 margin-left: 80px;
 list-style-type: circle;
}

#text3 li { position: relative; }

