/* 
    Document   : style
    Created on : 2009.08.29., 12:30:07
    Author     : 67
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a:active, a:focus{outline:none;}
b{color:#111;}
br{clear:both;}
img{border:none;}
.aboutUl{
	color:#5B5B5B;
	font-family:georgia;
	font-size:16px;
	font-weight:bold;
	list-style-image:url(img/pipe.png);
	margin:25px 0 25px 50px;
	text-align:left;
}
.aboutUl li{
	margin:10px 0;
}
table{margin:0;padding:0;}

body{
	background-color:#d0c3aa;
	border:5px solid #000;
	margin:0;
	padding:0;
	text-align:center;
}

.ceruza{
	position:absolute;
	right:36px;
	top:-12px;
}

#contactForm{padding:20px 0;text-align:center;}
#contactForm table{margin:0 auto;}
#contactForm input,textarea{
	-moz-border-radius:5px;
	border:1px solid #CCCCCC;
	color:#555555;
	font-family:"times new roman","georgia";
	font-size:24px;
	margin:5px;
	width:400px;
}
.contactSubmit{
	cursor:pointer;
}
.contactSubmit:hover{
	background-color:#dff;
}
.contactUl{
	list-style:none;
	margin:30px auto;
	width:433px;
}
.contactUl li{
	float:left;
	margin-left: 30px;
}
.contactUl li a:hover{
	text-decoration:none;
}

.container{
	background: url(img/bg.jpg) repeat top center;
	margin:0 auto;
	text-align:center;
}

.content{
	background-color:#fff;
	margin:0 auto;
	position:relative;
	width:823px;
}
.content a{
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
}
.content a:hover{
	text-decoration:underline;
}
.content h2{
	color:#333;
	font-family:Helvetica,georgia;
	font-size:28px;
	margin:0;
	padding:20px 0 10px;
	text-shadow:2px 2px 2px #ccc;
}
.content h4{
	text-align:left;
}
.content p{
	color:#5B5B5B;
	font-family:georgia;
	font-size:16px;
	line-height:25px;
	margin:20px 0 30px;
	padding-left:40px;
	text-align:justify;
	width:710px;
}
#contentText{
	border:1px solid #ccc;
	padding-bottom:25px;
}
.footerContainer{
	background-color:#d0c3aa;
}
.footerContent{
	height:100px;
	margin:0 auto;
	width:540px;
}
.footerContent a{
	color:#666;
	font-family:georgia;
	font-size:40px;
	text-decoration:none;
}
.footerContent a:hover{
	color:#000;
}
.footerDivider{
	background:url(img/footer_wood.png) repeat-x;
	height:29px;
	margin-bottom:-16px;
	position:relative;
	top:-16px;
}
.footerLinks a{
	color:#666;
	font-family:georgia;
	text-decoration:none;
}
.footerLinks a:hover{
	color:#444;
	text-decoration:underline;
}
.footerPaper{
	background:url(img/footer_paper.png) repeat-x;
	height:29px;
	margin:0 auto;
	position:relative;
	width:823px;
}

.forint{
	left:-105px;
	position:absolute;
	top:119px;
	z-index:10;
}

.header{
	left:-100px;
	margin:0 auto;
	padding-top:22px;
	position:relative;
	width:520px;
}
.ich{
	bottom:16px;
	position:absolute;
	right:-94px;
	z-index:10;
}

.img-shadow {
	clear:both;
	/*margin: 8px 4px 0 10px !important;
	margin: 8px 4px 0 5px;*/
	margin: 10px;
	padding: 0;
}
.img-shadow a{
	display:block;
}
.img-shadow img {
	display: block;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	margin: 0 auto;
	padding: 4px;
}

.menu{
	margin:26px auto 0;
	position:relative;
	text-align:left;
	width:820px;
}
.menuUl{
	background-color:#fff991;
	left:360px;
	margin-bottom:0;
	padding:13px 0 10px;
	position:relative;
	width:400px;
}
.menuUl li{
	display:inline;
}
.menuUl li a{
	color:#353535;
	font:17px "comic Sans MS";
	padding-left:15px;
	text-decoration:none;
}
.menuUl a:hover{
	text-decoration:underline;
}
.mouse{
	position:absolute;
	right:-340px;
	top:0px;
	z-index:1;
}
.notebook{
	position:absolute;
	left:-510px;
	top:-258px;
}/* 
    Document   : sort
    Created on : 2009.10.23., 16:03:56
    Author     : 67
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.resultData{
	float:left;
}
.resultTitle{
	clear:both;
	float:left;
	font-weight:bold;
	margin-left:240px;
	text-align:left;
	width:150px;

}
.sort{
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	margin:0 auto;
	width:90%;
}
.sort .inputs{
	float:left;
	margin-bottom:10px;
}
.sort legend{
	font-family:"Comic Sans Ms";
	font-size:18px;
	text-shadow:2px 2px 2px #ccc;
}
.sort .submit,.submit2{
	-moz-border-radius:5px;
	border:1px solid #CCCCCC;
	clear:both;
	color:#555555;
	cursor:pointer;
	display:block;
	font-family:"times new roman","georgia";
	font-size:24px;
	margin:0 auto;
	width:400px;
}
.sort .submit:hover,.submit2:hover{
	background-color:#dff;
}
.sort .title{
	clear:both;
	float:left;
	font-weight:bold;
	margin-left:100px;
	text-align:left;
	width:150px;
}
.submit2{
	display:inline;
	margin:10px;
	width:300px;
}
#tabs{
	margin:0 auto 10px auto;
	width:90%;
}