/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(img/bg.jpg);
	color: #222;
    font-family: normal times;
	font-size: 12pt;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

dt {
margin-left: 0;
padding-left: 12px;
background: url(img/nyil2.gif) no-repeat 0 5px;
}

dd {
margin-left: 20px;
padding-left: 12px;
background: url(img/nyil2.gif) no-repeat 0 5px;
}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {font: normal 2.4em times;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em times;}

h3 {font: bold 1.2em times;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}

ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}


#container {
	background: #ffffcc;
	border-top: 6px solid #332;
    line-height: 1.2em;
	margin: 0 auto;
	width: 750px;
}

.content a {
  color: #032620;
}


.contentin {
    background: #ffffcc url(img/inhatter2.jpg) repeat-x;
    height: 290px;
}


/* header */
.title {
	background: #332 url(img/header-h1.jpg) repeat-x;
	border-top: 0px solid #996;
    text-align: right;
}
.title h1 {
	color: #441;
	font: ;
   	padding: 0px 10px 0px 0px;
}

.header {
	border-top: 0px solid #663;
    border-bottom: 6px solid #332;
	background: #DAD7C5 url(img/logo4.jpg) no-repeat left bottom;
	height: 220px;
}

.headerin {
	background: #DAD7C5 url(img/logo7.jpg) no-repeat;
	height: 257px;
}

.contentin h2 {
    color: #cce156;
	font: normal 14pt times;
   	padding: 11px 19px 11px 20px;
    text-decoration: none;
}

.contentin a:hover {
    text-decoration: underline;
}

.header h2 {
    color: #E0DA8F;
	font: normal 18pt tahoma;
   	padding: 11px 19px 11px 20px;
}

.header a {
    text-decoration: none;
}

/* navigation */
.navigation {
	background: #ffffcc repeat-x;
    height: 31px;
}

.navigation a {
	background: #ffffcc repeat-x;
	border-left: 1px solid #C9C6B3;
    border-right: 0px solid #C9C6B3;
	color: #442;
	float: justify;
	font: 12pt Tahoma;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; text-decoration: underline; color: #000;}

/* main */
.main#two-columns {background: #FFF repeat-y;}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
    text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #ffffcc;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

