a:link {
	color: #600; text-decoration: none;
}
a {
	
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #940;
}
a:active {
	text-decoration: none;
	color: #630;
}

a:focus {
	outline: none; /* fx 1.07*/ 
	outline: none; /* fx 1.05, 
Safari, Mac IE*/
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin-top: -30px;
	font-family: Times, serif;
}

h1 {
	font-size: 16px;
	text-indent: -9999px;
}
h2 {
	font-size: 16px;
	margin: 15px auto 5px auto;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 18px;
}
#main {
	height: 789px;
	width: 981px;
	position: relative;
}
#header {
	background-image: url(../images/head.jpg);
	height: 302px;
	width: 981px;
	font-size: 12px;
	color: #600;
	text-align: left;
}

#fomenu {
	top: 265px;
	left: 120px;
	position: relative;
	text-align: left;
	width: 510px;
	font-size: 13px;
	line-height: 24px;
	height: 45px;
	z-index: 10000;
}
#content {
	position: absolute;
	top: 301px;
	left: 0px;
	background-image: url(../images/cont-back.jpg);
	text-align: left;
	background-repeat: no-repeat;
	height: 392px;
	width: 981px;
	font-size: 11px;
}
#szoveg {
	margin-top: 20px;
	margin-left: 140px;
	text-align: left;
	height: 360px;
	width: 670px;
	font-size: 12px;
	padding-top: 20px;
	padding-top: 0px !important;
	
}
#tablazat {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	height: 320px;
	height: 335px !important;
	margin-bottom: 10px;
	margin-bottom: 0px !important;
	width: 485px;
	font-size: 12px;
	overflow: auto;
	color: #600;
	
}
#szoveg-belso {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	height: 315px;
	width: 465px;
	font-size: 12px;
	overflow: auto;
	color: #600;
	
}


#footer {
	position: absolute;
	top: 693px;
	text-align: left;
	background-image: url(../images/footer.jpg);
	height: 95px;
	width: 841px;
	background-repeat: no-repeat;
	left: 0px;
	padding-left: 140px;
	font-size: 12px;
}
#footer-menu {
	height: 95px;
	width: 640px;
	font-size: 11px;
	border-top: 1px solid #600;
	padding-top: 5px;

}
.jobb-sidebar {
	position: absolute;
	top: 115px;
	width: 165px;
	margin-left: 498px;
	color: #600;
	line-height: 13px;
	font-size: 13px;
}
.jobb-sidebar-oratipusok {
	position: absolute;
	top: 115px;
	width: 165px;
	margin-left: 498px;
	color: #600;
	line-height: 11px;
	font-size: 13px;
}
.picture-right {
	float: right;
	margin-left: 15px;
	border: solid #600 1px;
}
.picture-left {
	border: solid #600 1px;
}
.picture-center {
	
	margin-left: 15px;
	border: solid #600 1px;
	margin-bottom: 10px;
}
.picture-elhelyezett {
	position: absolute;
	margin-left: 115px;
}
.itt-vagyunk {
	/*display: block;*/
	width: 485px;
	height: 30px;
	height: auto !important;
	margin-bottom: 10px;
	color: #940;
	text-decoration: none;
	border-top: solid 1px #600;
	text-indent: 0px;
	line-height: 0px;
	padding-top: 0px;
}
.szoveg-picture-right {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	border: solid #600 1px;
}

.szoveg-picture-left {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	border: solid #600 1px;
}
#gallery {
	background-color: transparent;
	
}
.indent {margin-left: 58px;}

.nev_bemutat {margin-top: -5px;}


/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

/*form elemek*/
 
 #jelentkezes_form {
	width: 400px;
	line-height: 30px;
	font-weight: bold;
 }
 .long_text {
	font-family: serif;
	font-weight: bolder;
	color: #600;
	float: right;
	width: 250px;
	background-color: transparent;
	border: solid 1px #600;
	margin-top: 5px;
 }
 
.long_select {
	float: right;
	width: 250px;
	background-color: transparent;
	border: solid 1px #600;
	margin-top: 8px;
	color: #600;
	font-family: serif;
	font-weight: bolder;
 }
 .short_text {
	font-family: serif;
	font-weight: bolder;
	color: #600;
	float: right;
	width: 180px;
	background-color: transparent;
	border: solid 1px #600;
	margin-top: 8px;
 }
 .long_uzenet {
	float: right;
	width: 350px;
	background-color: transparent;
	border: solid 1px #600;
	margin-top: 8px;
	color: #600;
	font-family: serif;
	font-weight: bolder;
 }
 .submit_gomb {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	border: solid 1px #600;
	font-family: serif;
	font-weight: bolder;
	color: #600;
 }
.link {
	float: left;
	margin: 10px;
	border: solid 1px #993300;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
 }