/* Szemelyisegkalauz */

/* --- Basic Div Properties --- */

* {
margin: 0;
padding: 0;
}

img {
border: 0;
}

a {
color: #2e2e2e;
text-decoration: underline;
}

a:hover {
color: #6f0000;
}

input {
border: 1px solid #ccc;
}

textarea {
border: 1px solid #ccc;
}

body {
background: #f2f2f2;
}

#container {
width: 100%;
color: #2e2e2e;
}

#header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 180px;
z-index: 50;
}

#body {
position: relative;
margin:0 auto;
width: 1000px;
background: url(../img/body_bg.png) 0 0 repeat-y;
}

#col_1 {
position: relative;
float: left;
top: 0;
left: 30px;
padding: 10px 0 0 0;
width: 130px;
}

#col_2 {
position: relative;
float: left;
top: 0;
left: 30px;
padding: 20px 0 0 0;
width: 540px;
}

#col_3 {
position: relative;
float: left;
top: 0;
left: 31px;
padding: 75px 0 40px 0;
width: 250px;
background: #bebebe;
overflow: hidden;
}

#footer {
position: relative;
margin: 0 auto;
width: 998px;
height: 50px;
background: url(../img/footer_bg.png) 0 0 repeat-x;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

/* --- Header --- */

#header_center {
position: relative;
margin: 0 auto;
padding: 40px 0 0 0;
width: 998px;
height: 140px;
background: #6f0000 url(../img/header_bg.png) 0 0 no-repeat;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#header h1 {
margin: 0 0 0 29px;
font-size: 42px;
line-height: 48px;
letter-spacing: 1px;
color: #f2f2f2;
}

#header h1 span {
font-size: 18px;
letter-spacing: 1px;
}

/* --- Topnav --- */

#topnav {
position: absolute;
top: 80px;
right: 29px;
width: 105px;
height: 40px;
}

#topnav a {
display: block;
position: relative;
float: left;
margin: 0 5px;
width: 40px;
height: 40px;
}

#topnav a.home {
background: url(../img/topnav_home_bg.png) 0 0 no-repeat;
}

#topnav a.home:hover {
background: url(../img/topnav_home_bg.png) 100% 0 no-repeat;
}

#topnav a.email {
background: url(../img/topnav_email_bg.png) 0 0 no-repeat;
}

#topnav a.email:hover {
background: url(../img/topnav_email_bg.png) 100% 0 no-repeat;
}

/* --- Topmenu --- */

#topmenu {
position: absolute;
top: 135px;
left: 29px;
width: 670px;
height: 46px;
background: #e4e4e4 url(../img/topmenu_bg.png) 0 0 repeat-x;
overflow: hidden;
}

#topmenu ul {
list-style: none;
}

#topmenu li {
display: block;
float: left;
margin: 0 4px 0 0;
padding: 15px 10px;
width: 110px;
height: 16px;
font-weight: 700;
font-size: 14px;
text-align: center;
overflow: hidden;
}

#topmenu ul li a {
color: #4d4d4d;
}

#topmenu ul li a:hover {
color: #6f0000;
}

/* --- Login --- */

#login {
position: absolute;
top: 135px;
left: 699px;
width: 270px;
height: 120px;
background: #e4e4e4 url(../img/login_bg.png) 0 0 no-repeat;
}

#login h2 {
display: block;
padding: 15px 10px 6px 10px;
height: 16px;
width: 248px;
font-weight: 700;
font-size: 14px;
text-align: center;
color: #4d4d4d;
}

#login table {
margin: 0 auto;
}

/* --- Sidemenu --- */

#sidemenu ul {
list-style: none;
}

#sidemenu li span,
#sidemenu li a {
display: block;
margin: 0;
padding: 15px 5px 5px 5px; /*MM*//*padding: 15px 5px 5px 15px;*/
color: #4d4d4d;
font-weight: 700;
font-size: 12px; /*MM*//*font-size: 14px;*/
}

/*MM*/
#sidemenu li li {
  margin-left: 15px;
  list-style: square;
}
/*MM*/

#sidemenu li li a {
padding: 2px 5px 2px 2px; /*MM*//*padding: 5px 5px 5px 30px;*/
font-size: 11px; /*MM*//*font-size: 12px;*/
}

#sidemenu li a:hover {
color: #6f0000;
}

/* --- Content --- */

#content {
position: relative;
margin: 0 0 0 15px;
padding: 10px 30px;
width: 440px;
font-size: 1.0em;
line-height: 1.6em;
text-align: justify;
background: #fff url(../img/content_bg.png) 0 0 no-repeat;
}

#content h2 {
color: #4d4d4d;
text-align: left;
}

#content img {
margin: 3px 10px;
}

#content ol,
#content ul {
padding-left: 1.8em;
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 0.1em; 
}

#content a {
color: #2e2e2e;
text-decoration: underline;
}

#content a:hover {
color: #6f0000;
}

/* --- Footer --- */

#footer_center {
position: relative;
margin: 0 auto;
padding: 15px 0 0 0;
width: 940px;
height: 20px;
font-size: 11px;
letter-spacing: 1px;
color: #f2f2f2;
background: url(../img/footer_center_bg.png) 100% 0 no-repeat; 
}
/* --- Misc --- */

.floatcleanup {
clear: both;
}

.minheight {
float: left;
width: 1px;
height: 600px;
}

#axon {
display: block;
position: absolute;
right: 110px;
margin-top: -45px;
width: 40px;
height: 60px;
background: url(../img/axonlogo.png) 0 0 no-repeat;
}

#axon:hover {
background: url(../img/axonlogo.png) 100% 0 no-repeat;
}

