@charset "utf-8";
/* Optin form stílusok */
#dropin {
    text-align: left;
    position: absolute;
    visibility: hidden;
    left: 100px;
    top: 100px;
    width: 600px;
    border: 2px dashed black;
    background: white;
    padding: 7px;
}

#dropin div.optin {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}

div.optin {
    border: 2px dashed black;
    padding: 15px;
    width: 500px;
    margin: 1.5em auto 1.5em auto;
}

div.optin h3 {
    color: red;
}

div.optin p.small {
    font-size: smaller;
}

#closebox {
    text-align: right;
}

#closebox a {
    padding-right: 26px;
    background: white url(../images/close.gif) center right no-repeat;
}

#closebox a:hover {
    background: white url(../images/close.gif) center right no-repeat;
    color: blue;
}

label {
    float: left;
    width: 5em;
    margin: auto 1em 0.8em 3em;
    text-align: right;
}

form br {
    clear: left;
}

.submitbutton, #submitbutton, form div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form div {
    width: 22em;
}

/* Optin form stílusok vége */
/* Általános stílusok */
body {
    margin: 0;
    padding: 29px 0 0 0;
    background: white url(/images/top.jpg) repeat-x;
    font-family: Georgia, Helvetica, sans-serif;
}

#header {
    border-bottom: 1px solid silver;
}

#header .inner {
	margin: 0 auto;
    width: 980px;
    height: 87px;
    position: relative;
	text-align: left;
}

#logo {
	position: absolute;
	bottom: 15px;
}

a img {
    border: 0;
}

#header a:hover {
    background: white;
}

/* menü */
#top-menu a {
    text-decoration: none;
    background: #9EA3A7 url(/images/menu-bg.jpg) repeat-x bottom;
    color: white;
    padding: 5px 12px;
    border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#top-menu {
    list-style-type: none;
    margin: 0;
	padding: 0;
    position: absolute;
    bottom: 25px;
    right: 10px;
}

#top-menu li {
    display: inline;
	margin: 0 3px;
	padding: 0;
}

#top-menu a:hover, #current-menu-item a {
    background: #214E31 url(/images/menu-hover.jpg) repeat-x;
}

/* menü vége */

#content {
    padding: 15px;
    width: 758px;
    margin: 0 auto;
	background: white;
}

q:before, q:after {
    content: "";
}

h1 {
    text-align: center;
    color: red;
}

h2 {
    text-align: center;
}

div.center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

table.center {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

table.center th, table.center td {
    border: 1px solid black;
}

.border {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.border th, .border td {
    border: 1px solid black;
    padding: 5px;
}

.border-hover tr:hover {
    background: silver;
}

ul.decorated {
    list-style: url(../images/bullet.gif);
    border: 6px outset black;
    padding: 1.5em 0 1.5em 2em;
	margin: 0 0 0.3em 0;
}

ul.decorated li {
    margin-bottom: 0.3em;
}

ul.szakmak {
    list-style: url(../images/arrow.gif);
}

ul.szakmak li {
    margin-bottom: 4px;
}

ul {
    list-style: square;
}

a:hover {
    background: #214E31;
    color: white;
    text-decoration: none;
}

strong.s1 {
    background: yellow;
}

strong.s2 {
    text-decoration: underline;
}

em {
    font-style: normal;
    text-decoration: underline;
}

p.box {
    border: 3px double black;
    padding: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.4em;
}

blockquote {
    background: #E8E8E8 url(../images/quotes.gif) left top no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote div {
    padding: 0 40px;
    background: transparent url(../images/quotes.gif) right bottom no-repeat;
}

blockquote a {
    font-style: italic;
}

p.button {
    text-align: center;
}

#iskolak div {
    width: 350px;
    float: left;
    margin: 4px;
    text-align: center;
}

#piliscsaba {
    width: 350px;
    margin: 4px auto;
    text-align: center;
}

#iskolak a:hover, #piliscsaba a:hover {
    background: white;
}

img.block {
    display: block;
}

p.jelentkezes {
    text-align: center;
    font-size: 1.5em;
}

.small {
    font-size: 90%;
}

.imgfloat {
   float: left;
   margin: 0 20px 20px 0;
}

/* általános stílusok vége */

/* lábléc */
p.alsomenu {
    text-align: center;
    font-size: 1.2em;
    margin-top: 2em;
}

#menu {
    list-style: none;
}

#menu li {
    display: inline;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid black;
}

#menu li.nostyle {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#footer {
    text-align: center;
    border-bottom: 1px solid #EDEDEE;
    padding-top: 10px;
    background: #EDEDEE url(/images/footer-bg.jpg) repeat-x;
}

/* lábléc vége */
/* telephelyek oldalait elrendező stílus */
div.images img {
    margin: 4px;
    border: none;
}

div.images a:hover {
    background: transparent;
}

div.tanarok img {
    display: block;
    margin: 0 auto 0.5em auto;
    border: 5px double;
}

div.tanarok div {
    margin-bottom: 1em;
    border-bottom: 2px solid;
    padding-bottom: 0.5em;
}

/* telephelyek oldalait elrendező stílus vége */
/* melyik szakma indul és hol */
.egyev {
    font-weight: bold;
}

.ketev {
    background-color: white;
}

.felso {
    background-color: white;
}

.indul {
    text-align: center;
    background-color: #9ae19a;
}

.nemindul {
    text-align: center;
    background-color: #e07070;
}

/* melyik szakma indul és hol vége */
/* oldaltérkép sorköz */
.sitemap-margin {
	margin-top: 1em;
}
/* oldaltérkép sorköz vége */