/******************************************************/
/*                                                    */
/*   A Szentesi Szuperinfó weboldalának stíluslapja   */
/*                                                    */
/*              Készítette: Bognár Zsolt              */
/* BrainCluster Club v0.1 - Szentesi Informatika klub */
/*                     klubvezető                     */
/*                                                    */
/*                2007. szeptember 20.                */
/*                                                    */
/******************************************************/

body
{
	background-color: #fff;
	background-image: url(sitebg.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-highlight-color: #ffffff;
   scrollbar-shadow-color: #000;
   scrollbar-arrow-color: #000;
   scrollbar-track-color: #ffb800;
   scrollbar-base-color: #ffd01e;
   scrollbar-3d-light-color: #fff;
   scrollbar-dark-shadow-color: #aaa
	padding: 0px;
	margin: 0px;
}

h1
{
	background-color: #ffe221;
	color: #ee3338;
	text-align: left;
	font-weight: bolder;
	font-size: 18px;
	line-height: 150%;
	text-indent: 10px;
	border-bottom: thick;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	margin-left: 15px;
	margin-right: 15px;
}

p.cont
{
	text-align: justify;
	font-size: 12px;
	line-height: 100%;
	text-indent: 0px;
	padding: 15px;
}

p.center
{
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	text-indent: 0px;
}

p.kozlemeny
{
	background-color: #ffffff;
	margin-left: 25px;
	text-align: justify;
	padding: 10px;
	font-size: 12px;
	border: dotted;
	border-width: 2px;
	width: 725px;
}

p.info
{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#textcontent a
{
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#textcontent a:hover
{
	background-color: transparent;
	color: #f00;
}

#textcontent a:active
{
	background-color: transparent;
	color: #0f0;
}

#textcontent a:visited
{
	background-color: transparent;
	color: #00f;
}

#foot a
{
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}

#foot a:hover
{
	background-color: transparent;
	color: #000;
}

#foot a:active
{
	background-color: transparent;
	color: #ddd;
}

#foot a:visited
{
	background-color: transparent;
	color: #222;
}

ul
{
	list-style-type: square;
	font-size: 12px;
}

#container
{
	background-color: #fecf1f;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#head
{
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 101px;
}

#menuglobal
{
	background-image: url(menubg.jpg);
	height: 20px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

#menulocal
{
	background-image: url(menubg.jpg);
	height: 20px;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

#textcontent
{
	background-image: url(infobg.jpg);
	width: 800px;
	float: none;
}

#toc
{
   background-image: url(tocbg.jpg);
	width: 350px;
	float: left;
}

#picture
{
	background-image: url(picbg.jpg);
	width: 450px;
	float: right;
}

#foot
{
	background-color: Gray;
	line-height: 200%;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 800px;
	border-top: thin;
	border-bottom: thin;
	border-style: solid;
	border-color: Black;
	border-left: 0px;
	border-right: 0px;
}