﻿/*cReAteD by Megyeri Zoltán*/
/* Globális cuccok start*/

html,body{
margin: 0px;
color: #000000;
font-family: 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
background: url(../images/bodybgr.gif) repeat-x #ceddf3;
font-size: 11px;
text-align: left;
}

a{
font-family: 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
color: #d55608;
text-decoration: none;
}

a:hover{
font-family: 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
color: #d55608;
text-decoration: underline;
}

img{
border-width: 0pt;
}

hr{
border: 1px solid white;
}
/* Glob�lis cuccok stop*/


/* Layout Start */

#container{
text-align: center;
}

#maintable{
font-family: 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
font-size: 11px;
margin-left: auto;
margin-right: auto;
background: #FFFFFF;
width: 700px;
border: 2px solid #99070e;
}

#header{
width: 700px;
height: 110px;
background: url(../images/header.gif) no-repeat;
text-align: left;
color: white;
}

.footer{
width: 700px;
height: 40px;
background: url(../images/footer.gif) no-repeat;
color: #FFFFFF;
font-weight: bold;
}

.footer a{
color: #FFFFFF;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
}

.footer a:hover{
color: #FFFFFF;
text-decoration: underline;
}

.menurow{
width: 700px;
height: 37px;
background: url(../images/menubg.gif) repeat-x;
}

#javamenu{
width: 595px;
height: 37px;
}

#homebutt{
width: 23px;
height: 37px;
}

#sitemapbutt{
width: 29px;
height: 37px;
}

#printbutt{
width: 29px;
height: 37px;
}

#mailbutt{
width: 24px;
height: 37px;
}

#content{
height: 400px;
width: 700px;
text-align: justify;
vertical-align: top;
font-size: 10pt;
}

#contentsection{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

h1{
margin-top: 5px;
font-size: 12pt;
}

