.maindesign {
	margin: 0;
    padding: 0;
	background-color: #000000;
}
/* Ez a teteje */
.fenticsiknak {
	width: 100%;
	height: 290px;
	padding: 0;
	text-align: center;
	background-image: url(despic/fentipattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
}
.maincontainer {
	padding: 0;
	width: 960px;
	background-image: url(despic/mainiebug.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* Ez a közepe */
.container {
    width: 100%;
    background-color: #333333;
    text-align: left;
}
.smallcontainer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(despic/pattern.jpg);
    background-position: center;
	background-repeat: repeat-y;
	background-color: #transparent;
}
.smallcontdes {
    width: 900px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(despic/leftdownside.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #transparent;
}
.content {
	width: 630px;
	min-height: 100px;
	text-align: left;
	background-image: url(despic/rightupside.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	background-color: #transparent;
}
.left_side {
	margin-top: 10px;
	width: 250px;
	text-align: left;
	float: right;
	background-color: transparent;
}
.lefteltart {
	height: 80px;
}
.FFdes{
	clear: both;
}
/* Ez az alja */
.lenticsiknak {
	width: 100%;
	height: 150px;
	background-image: url(despic/lentipattern.jpg);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}
.footercont {
	width: 960px;
	height: 150px;
	margin-left: auto;
    margin-right: auto;
}
/* A szöveg */
.normaltext {
	margin: 3px;
    padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.boldtext {
	margin: 3px;
    padding: 3px;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.yellowboldtext {
	margin: 3px;
    padding: 3px;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #E7DC01;
}
.yellowsmallboldtext {
	margin: 3px;
    padding: 3px;
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #E7DC01;
}
/* Ez a cím kiírása alappal*/
.titlebackg {
	font-family: Georgia, Palatino, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	text-align: left;
}
/* A login */
.inputtext {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	background-color: transparent;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
}
/* Az egér föléhúzás */
.tableborder {
	margin-top: 4px;
	margin-left: 4px;
    padding-left: 4px;
    padding-top: 4px;
}
.tableborder:hover{
	background-color: #423A29;
}
.picture {
	border: 1px solid #423A29;
}
/*A kép tooltipje */
a:hover {background-color:transparent; text-decoration:none;} 
a.tooltip span {display:none; padding:2px 2px; margin-left:4px;}
a.tooltip:hover span{display:inline; position:absolute; background:#333333; border:0px solid #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#FFFFFF;}

}
