/*CSS alapfile a nagyferi.atw.hu oldalhoz*/

/*--------------------------------------------------------------------------------------------*/
/*Az oldal általános jellemzői----------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
img{border: 0px;}
a:link {
text-decoration:none;
color: #000000;
}
a:visited {
text-decoration:none;
color: #000000;
}
a:hover {
text-decoration:none;
color: #FF9933;
}
a:active {text-decoration:none;}
body
{
background-image: url("kepek/metal_hatter.gif");
/*background-color: #CDB79E;*/
}
/*Az oldal FŐ elemeinek elhelyezése*/
.nagyferipadding
{
width: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url("kepek/nagyferihatter3.jpg");
background-position:right top;
background-repeat:no-repeat;
background-attachment:fixed;
min-height: 1900px;
border-radius: 25px;
-moz-border-radius: 25px;
}
.baloldal
{
float: left;
width: 700px;
min-height: 1800px;
}
.jobboldal
{
float: right;
width: 290px;
min-height: 1800px;
}
/*Nyelvek kiválasztása divfelület*/
.nyelvekmenu
{
width: 410px;
height: 80px;
float: left;
margin-top: 20px;
padding-top: 10px;
padding-left: 10px;
font-weight: bold;
vertical-align: middle;
color: #99cccc;
background-image: url("kepek/nyelvhatter.png");
}
/*Az önéletrajzi rész (main ablak)*/
.oldalcim
{
margin-top: 100px;
padding-top: 50px;
width: 650px;
font-weight: bold;
font-size: 32px;
text-align: center;
color: #99cccc;
}
.oneletrajzpontok
{
margin-top: 50px;
margin-left: 30px;
padding-left: 20px;
width: 300px;
font-size: 22px;
font-weight: bold;
color: #99cccc;
}
.oneletrajzvonal
{
margin-left: 30px;
width: 620px;
}
.oneletrajzszoveg
{
margin-left: 30px;
padding-left: 120px;
width: 500px;
font-weight: bold;
color: #99cccc;
}
/*Profil rész*/
/*Referencia oldalak linkjének beállításai*/
.referencia
{
padding-left: 70px;
padding-top: 20px;
float: right;
width: 186px;
height: 190px;
position: relative;
top: 20px;
background-image: url("kepek/referenc.png");
}
.referenciaszoveg
{
padding-right:20px;
padding-top: 20px;
text-align: center;
color: #99cccc;
}
/*Kisprofil*/
.kisprofil
{
float: left;
position:relative;
left:-161px;
padding-left: 70px;
padding-top: 20px;
margin-top: 20px;
width: 380px;
height: 160px;
color: #99cccc;
font-weight: bold;
font-size: 16px;
background-image: url("kepek/kisprofil.png");
}
.profilkep
{
float: right;
position: relative;
top: -160px;
margin-right: 30px;
overflow:hidden;
border-radius: 10px;
-moz-border-radius: 10px;
}
/*Alulsó szöveg*/
#mindenjog
{
margin-bottom: 20px;
margin-top:20px;
margin-left:auto;
margin-right: auto;
padding:5px;
background-image: url("kepek/nagyferi_mindenjog.jpg");
width: 990px;
color: #99cccc;
font-weight: bold;
font-size: 16px;
border-radius: 10px;
-moz-border-radius: 10px;
}