/************************************************/
/*                                              */
/*   Kánvási Katalin weboldalának stíluslapja   */
/*                                              */
/*           Készítette: Bognár Zsolt           */
/*               N30DeSign Studio               */
/*                                              */
/*             2007. szeptember 29.             */
/*                                              */
/************************************************/

body
{
 background-image: url(bg.jpg);
 background-repeat: repeat;

 font-size: 12px;
 font-family: Times New Roman;
 color:#000000;
 
 scrollbar-face-color: #FAFAF5;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #0000FF;
 scrollbar-track-color: #F7F7EF;
 scrollbar-base-color: #0000FF;
 scrollbar-3d-light-color: #0000FF;
 scrollbar-dark-shadow-color: #000000;
}

h1
{
 font-size:26px;
 font-family:Times New Roman;
 color=#0000AA;
 text-align:left;
 font-style:bold;
 background-color: #DDD;
 padding: 5px;
 border: 1px;
 border-style: solid;
 border-color: Black;
}

h2
{
 font-size:24px;
 font-family:Times New Roman;
 color=#AA0000;
 text-align:left;
 font-style:bold;
 background-color: #DDD;
 padding: 5px;
 border: 1px;
 border-style: solid;
 border-color: Black;
}

p.center
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:center;
}

p.memo
{
 font-size:14px;
 font-family:Times New Roman;
 color=#000000;
 text-align:center;
}

p.left
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:left;
}

p.right
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:right;
}

p.justify
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:justify;
}

p.signo
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:right;
 font-style:italic;
}

td.center
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:center;
 font-style:normal;
 background=#eeffee;
}

td.left
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:left;
 font-style:normal;
 background=#eeffee;
}

td.right
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:right;
 font-style:normal;
 background=#eeffee;
}

ul
{
 font-size:20px;
 font-family:Times New Roman;
 color=#000000;
 text-align:left;
 font-style:normal;
 background=#eeffee;
 list-style-image: url(kkbullet.gif);
}

#container
{
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#head
{
	background-image: url(head_bg.gif);
	padding: 0px;
	margin: 0px;
}

#content
{
	width: 800px;
}

#menuone
{
	width: 800px;
	height: 29px;
	padding-top: 5px;
}

#menutwo
{
	width: 800px;
	height: 29px;
}

#text
{
	background-color: #DDD;
	padding: 5px;
	border-right: thin;
	border-left: thin;
	border-top: thin;
	border-color: Black;
	border-style: solid;
	border-bottom: 0px;
}

#foot
{
	background-color: #666;
	width: 800px;
	height: 20px;
	position: relative;
	text-align: right;
	padding-top: 5px;
	color: White;
   font-size: 10px;
	font-weight: bold;
}