/* Start of CMSMS style sheet 'menu' */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	width: 817px;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 3px;
	padding: 5px 0;
	text-align: left;
	background-color: white;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* keeps the first menu item off the left side */
	padding-left: 10px;
	}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: black;
	display: block;
/* sets no underline on links */
	text-decoration: none;
	border-right: 1px solid silver;
	padding: 5px 15px;
	background-position: left 0px;
	background-repeat: repeat-x;
	font-size: 13px;
	text-align: left;
}
ul#primary-nav li a:hover {
	text-decoration: none;
	color: maroon;
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: gray;
}
ul#primary-nav li a.menuactive {
	color: maroon;
	text-decoration: underline;
}
ul#primary-nav li a.menuactive:hover {
	color: red;
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(images/ngrey/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(images/ngrey/parent.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background:  url(images/ngrey/darknav.png) repeat-x left center;
	color: #000
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* End of 'menu' */

/* Start of CMSMS style sheet 'stilus2010' */
body{
margin: 10px 0;
padding:0;
line-height: 1.5em;
background: #770101 url(images/szepasszonyvolgy_bg.jpg) repeat-x 0 0;

}

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 855px; /*Width of main container*/
margin: 0 auto;
	background-color: white;
	padding-top: 10px;
}

#topsection{
	background: url(images/szepasszonyvolgy-fejlec.jpg) no-repeat;
height: 118px;
}

#topsection h1{
color: white;
	padding-bottom: 5px;
	font: 26px/4px "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
	padding-left: 25px;
	padding-top: 64px;
	margin-bottom: 5px;
}

#topsection p {
	padding-left: 25px;
	color: #fbffbf;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

#contentwrapper{
float: left;
width: 100%;
	background-color: white;
}

#contentcolumn{
margin-left: 220px;
	padding-right: 15px;
	padding-top: 12px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px;
	margin-top: 50px;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
	font-size: 11px;
	background-color: #770101;

}

#footer a{
color: #FFFF80;
	font-size: 11px;
}

#footer p {
	font-size: 11px;
	color: white;
}

.innertube{
margin: 10px;
}

.headdomain {
	text-indent: -10px;
	font-family: "Times New Roman";
	color: white;
	margin-left: -6px;
}

p {
	font-size: 12px;
	color: black;
	line-height: 18px;
}

h1
 {
	color: maroon;
	margin-top: 2px;
	font: 23px/24px "Times New Roman";
}

h2 {
	font-size: 16px;
line-height: 18px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

h3 {
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

a {
	color: navy;
}

img {
	border-style: none;
}

li {
	font-size: 12px;
}

td {
	font-size: 12px;
}

.innertube2 {
	font-size: 12px;
	padding: 20px;
}

/* @group search */
.keresobox {
	background-color: #ebff9f;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 6px;
}

.keresobox h3 {
	font-size: 15px;
	color: #7a0000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}

.keresobox h4 {
	font-size: 13px;
	color: #770101;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
	/* Reset some weird affiliate-specific settings if present */
	.b_bContent {
		position: static;
		background: none;
		margin: 0;
	}

	#b_searchboxInc {
		width: 150px !important;
		text-align: left;
	}
	
	#b_frmInner {
		overflow: hidden;
	}

	input.b_submitButton {
		float: right;
	background-color: #7a0000;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	border-style: none;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px;
	margin-top: 6px;
}
	
	#b_searchboxInc a.calender img {
		background: #003580;
	}

	.blur {
		color: #999 !important;
	}
	
	#b_calendarPopup {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #003580;
	    display: none;
	    position: absolute;
	    background-image: url(http://y.bstatic.com/static/img/shadow3.png);
	    padding: 0 4px 4px 0;
	}


/* @end */
/* End of 'stilus2010' */

