/* 
    Document   : mstyle
    Created on : 2012.11.02., 12:34:19
    Author     : asusaron
    Description:
        Purpose of the stylesheet follows.
*/
body{
    
background: #010344; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMDM0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmRmZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #010344 0%, #d2dfe5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010344), color-stop(100%,#d2dfe5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #010344 0%,#d2dfe5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #010344 0%,#d2dfe5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #010344 0%,#d2dfe5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #010344 0%,#d2dfe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010344', endColorstr='#d2dfe5',GradientType=0 ); /* IE6-8 */

margin: 0;
height: 100%;
background-attachment: fixed;
}

.keret{
    width: 1100px;
    margin:-10px auto;
}

.banner{
    position: relative;
  background-image: url(banner.png);
   left: -27px;
   
    width: 1000px;
    height: 180px;
   
}


.nav{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    
   position: relative;
   float: top;
   left: -4px;
   z-index: 100;
     
}

.nav li{
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
    background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
    background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);

    border-right: 1px solid rgba(9, 9, 9, 0.125);
    /* Adding a 1px inset highlight for a more polished efect: */

    box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;

    position:relative;

    float: left;
    list-style: none;

}

.nav li:after{
          content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(38,150,214,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(38,150,214,0.5)));
	background-image:-moz-linear-gradient(left, rgba(38,150,214,0.5), rgba(168,168,168,0) 50%, rgba(38,150,214,0.5));
	background-image:-o-linear-gradient(left, rgba(38,150,214,0.5), rgba(168,168,168,0) 50%, rgba(38,150,214,0.5));
	background-image:-ms-linear-gradient(left, rgba(38,150,214,0.5), rgba(168,168,168,0) 50%, rgba(38,150,214,0.5));
	background-image:linear-gradient(left, rgba(38,150,214,0.5), rgba(168,168,168,0) 50%, rgba(38,150,214,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

.nav li:first-child{
        border-radius: 6px 0 0 0px;
}

.nav li:first-child:after,
.nav li.selected:first-child:after{
        box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	border-radius:6px 0 0 0px;
}

.nav li:last-child{
        border-radius: 0 6px 0px 0;
}

.nav li:last-child:after{
        box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	
	border-radius:0 6px 0px 0;
}

.nav li:hover:after,
.nav li.selected:after,
.nav li:target:after{
    opacity: 1;
}

.nav:hover li.selected:after,
.nav:hover li:target:after{
    opacity: 0;
}

.nav li.selected:hover:after,
.nav li:target:hover:after{
    opacity: 1;
}

.nav li a{
    color: #353535;
	display: inline-block;
	font: 17px/1 "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 12px 5.6px 12px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none;
	white-space:nowrap;
}

.main{
    position:relative;
       width: 980px;
  top: 30px;
  left: -24px;
  
    height: auto;
    background-color: #d2dfe5 ;
    border-bottom: 30px;
  -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;

   
    
}
   


.szoveg{
 position: relative;   
 float: top;
 top: -13px;
 
 width: 700px;
 
.{
	position: right;
	float: top;
	width: 300px;
	height: auto;

}
 
}

.anim{
    width: 900px;
    height: 100px;
   
}

.animul{
    list-style: none;
    
    position: relative;
    
}

.animul ul.li{
    display: inline;
}

.animul li a:hover a:focus{
    z-index: 200;
}

.animul a img{
    border: none;
    -webkit-transition: all .2s;
       /* in Safari, every animatable property 
          triggers an animation in .2s */
    -webkit-transform-origin: top;
       /* in Safari, the origin for
          transformation */
    -moz-transform-origin: top;
       /* in Firefox, the origin for
          transformation */
}

.animul li a:hover img, a:focus img{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
       /* transform property (for Safari and Firefox) */ 
}

.cim{
     font-family: Arial;
    font-variant: small-caps;
    font-size: 20px;
    text-align: left;
    color: rgb(153, 51, 0);
    font-weight: 300;
}

.felsorolas{
    text-align: left;
    width: 400px;
    line-height: 130%;
    left: -130px;
    position: relative;
    font-family: Arial;
    
}

.kekfo{
    font-family: Arial;
    font-variant: small-caps;
    font-size: 25px;
    
    color: rgb(0, 51, 102);
}

.normal{
    text-align: justify;
    font-family: Arial;
    font-size: 15px;
}

img{
    width: 600px;
    height: auto;
    position: relative;
    float: top;
	top: -10px;
    box-shadow: 0 0 5px #353535;
    -moz-box-shadow: 0 0 5px #353535;
    -webkit-box-shadow: 0 0 5px #353535;
	
       
}


.terv{
	height: 200px;
	width: auto;
	position: relative;
	right: -200px;
}

.kezdolap{
	height: 200px;
	width: auto;
	position: relative;
	left: 200px;
	top: 3px;
	
}