/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(/images/body_bg.jpg) top repeat white;
font:70% Verdana;
color:#37a002;
}

a {
color:#37a002;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

#header {
height:666px;
overflow: hidden;
text-align: center;
}
#header img {
display: block;
margin: 0 auto;
}

/*
#header {
margin-top: 0px;
height:666px;
display:block;
position:static;
overflow: hidden;
background:url(/images/domsztuk_top5.jpg) top center no-repeat;
}*/

h1.main_title {
font:170% Century Gothic;
color:#37a002;
font-weight:bold;
margin:20px auto 0;
text-align:center;
}

h1.main_title a {
color:#37a002;
text-decoration:none;
}

#container {
width:760px;
margin:0 auto;
background:#d3e1b9;
padding:5px;
}

#navigation {
background:#d3e1b9;
width:770px;
border-top:1px solid #2E2E47;
padding:12px 0;
margin:35px auto 1px;
font:100% Georgia;
color:#37a002;
letter-spacing:2px;
text-transform:uppercase;
text-align: center;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
line-height: 2.5em;
}

#nav a {
padding:8px;
color:#37a002;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(/images/nav_link_active.jpg) top repeat-x;
color:#37a002;
}

#nav a.active {
background:url(/images/nav_link_active.jpg) top repeat-x;
color:#37a002;
font-weight:bold;
}

#nav a.qi {
background:#a86e4d;
color:#76311b;
font-weight:bold;
}

#inner_container {
background:#d3e1b9;
padding:10px 10px 10px 25px;
}

#sidebar {
width:200px;
padding:10px;
float:right;
background:#bed596;
color:#37a002;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:240px;
}

blockquote {
background:url(/images/quote.gif) bottom right no-repeat #b5c98b;
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

p.note {
padding:20px;
background:#d3e1b9;
color:#37a002;
}

#container h1 {
font:170% Arial;
color:#37a002;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#37a002;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container p img {
background:#d3e1b9;
padding:5px;
}

#footer {
width:750px;
background:#d3e1b9;
padding:10px;
margin:0 auto;
clear:both;
}

#content table {
width:475px;
background:#d3e1b9;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:#d3e1b9;
font:100% Verdana;
}

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}

#content p.login {
	text-align: right;
	width: 100%;
	margin: .3em;
	padding: 0;
}

table.gallery td {text-align: left;}
table.gallery input[type="text"] {font-size: large; border: 1px solid white; padding: .2em;}
table.gallery textarea {font-family: Sans-Serif;}
table.gallery input[type="submit"] {font-size: large; padding: .3em;}
table.gallery td.submit {text-align: right;}