@charset "utf-8";
/* CSS Document */

/*GLOBAL CSS RESET*/
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, object, img, em, form, input, textarea, label
{
	margin:0px;
	padding:0px;
}
/********************************************************/
						/*LINKS*/
	
a
{
	font-family:Tahoma, Helvectica, sans-serif;
	font-size:12px;
}
					
a.menu:link { color:#000000; text-decoration:none;}
a.menu:hover {color:#333333; text-decoration:underline;}
a.menu:visited {color:#000000; text-decoration:none;}
a.menu:active {color:#333333; text-decoration:none;}

a.footer:link { color:#FFFFFF; text-decoration:none;}
a.footer:hover {color:#FFFFFFF; text-decoration:underline;}
a.footer:visited {color:#FFFFFF; text-decoration:none;}
a.footer:active {color:#FFFFFF; text-decoration:none;}

						/*FONTS*/
						



/********************************************************/

body
{
	background-image: url(../images/bgg_01.jpg);
	background-repeat:repeat-x;
	background-color:#e2e2e2;
}

/********************************************************/
						/*MENU*/

#menu
{
	font-family:Tahoma, Helvectica, sans-serif;
	font-size:12px;
	
	margin-top:23px;
	margin-left:5px;

}



/********************************************************/
						/*CONTENT*/
						
#starPattern
{
	margin-left:30px;
	margin-right:13px;
	background-image:url(../images/star_14.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#contentBox
{
	text-align:justify;
}

.row1
{
	background-color:#EEEEEE;
}

#rowHead
{
	font-family:Tahoma, Helvectica, sans-serif;
	font-size:14px;
	color:#000000;
}

#rowHead2
{
	font-family:Tahoma, Helvectica, sans-serif;
	font-size:12px;
	color:#666666;
}


/********************************************************/
					/*OLDALSZERKEZET*/
					
p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }

#Outer
{
	margin: 0 auto;
	margin-top: 20px;
	width: 977px;
}

.headLine
{
	border-bottom:dotted;
	border-width:thin;
	padding-bottom:5px;
	
	font-family:Tahoma, Helvectica, sans-serif;
	font-size: 24px;
	color:#666666;
}

.headLine2
{
	
	
	font-family:Tahoma, Helvectica, sans-serif;
	font-size: 16px;
	color:#000000;
}

.shoutbox
{
	margin-top:16px;
	margin-bottom:13px;
	border-top:dotted;
	border-width:thin;
	padding-top:5px;
}

.shoutbox2
{
	border-bottom:dotted;
	border-width:thin;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
	
}

pictureBox
{
	float:left;
}

/********************************************************/
					/*SIDEBARS*/

#sidebarTop
{
	margin-top:0px;
	margin-left:12px;
	background-image:url(../images/sidebar_11.gif);
	background-repeat:no-repeat;
	height:266px;
	width:321px;
}

#sidebarMid
{
	margin-top:3px;
	margin-left:12px;
	background-image:url(../images/sidebar_11.gif);
	background-repeat:no-repeat;
	height:266px;
	width:321px;
}

#sidebarBottom
{
	margin-top:3px;
	margin-left:12px;
	background-image:url(../images/sidebar_11.gif);
	background-repeat:no-repeat;
	height:266px;
	width:321px;
}

/********************************************************/	
						/*FOOTER*/

#footer
{
	margin-left:-2px;
}

li
{
	color:#FFFFFF;
	padding-bottom:10px;
	
}

ul
{
	list-style-image:url(../images/ul_03.gif);
	list-style-position:inside;
	
}

/********************************************************/	