/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
a { color: inherit; text-decoration: none; }

/* HTML5 */

header, section, footer, aside, nav, article, figure { display: block; }

/* GLOBAL */

body {
	background: #000000 url("gfx/bg4.jpg") no-repeat center top fixed;
	margin: 0;
	font: 13px verdana;
	color: #444;
}

.body {
	width: 600px;
	margin: 0 auto;
	clear: both;
}

#container {
	background: #fff;
	padding: 5px;
	top: -46px;
	position: relative;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 20px #555;
}

/* HEADER */

#top { background: rgba(0,0,0,0.1); height: 130px; padding-top: 20px; }

#logo { float: left; }

#flag { float: right; }
#flag img { width: 20px; border: 2px solid rgba(255,255,255,0.1); }
#flag img:hover { border-color: rgba(255,255,255,0.2); }

/* NAVIGATION */

nav ul { list-style: none; }
nav a { float: left; color: #ffffff; text-shadow: 1px 1px 0 #000000; }
nav a:hover, nav a.active { color: #d19122; }

nav#menu_1 { background: #222; background: -moz-linear-gradient(top, #222, #111); background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); overflow: hidden; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111'); }
nav#menu_1 a { padding: 10px 15px; font-size: 18px; font-family: "Lucida Sans Unicode", "Lucida Grande"; text-transform: uppercase; border-right: 1px solid #111; border-left: 1px solid #222; text-align: center; }

div#image { height: 200px; }
div#image img { position: absolute; }

nav#menu_2 { background: rgba(0,0,0,0.3); height: 26px; position: relative; top: -200px; overflow: hidden; }
nav#menu_2 a { margin-left: 15px; line-height: 26px; font-size: 14px; }

/* CONTENT */

#content { background: #fff; width: 560px; padding: 20px; margin-top: -25px; overflow: hidden; }
#content h1 { color: #444; font-size: 28px; font-family: Georgia; border-bottom: 3px dotted #ddd; margin-bottom: 15px; font-weight: normal; }
#content h2 { color: #444; font-size: 18px; font-family: "Lucida Sans Unicode", "Lucida Grande"; letter-spacing: -1px; border-bottom: 1px dotted #ccc;  margin-bottom: 10px; font-weight: normal;  }
#content p { margin-bottom: 10px; }
#content ul, #content ol { margin: 0 0 10px 20px; }
#content a { color: #d19122; text-decoration: underline; }
#content a:hover { text-decoration: none; }

#vasak { width: 270px; padding: 10px 10px 10px 0; float: left; }

#parem { width: 269px; padding-left: 10px; float: right; border-left: 1px solid #eee; }
#parem img { width: 120px; border: 2px solid #ddd; margin: 2px; }
#parem img:hover { border-color: #aaa; }

#logod { top: 5px; position: relative; border-top: 3px dotted #eee; clear: both;	text-align: center; padding: 10px 0; }

#logod img { width: 80px; vertical-align: middle; margin: 0 5px; }	

/* FOOTER */

#footer { width: 560px; text-align: center; font-size: 11px; color: #444; clear: both; border-top: 1px dotted #aaa; padding: 15px 0; margin: 0 20px; }

/* ADMIN */

a.admin {
	float: right;
	font-size: 12px;
	color: #fff !important;
	background: #222;
	padding: 5px;
}
input.admin {
	color: #444;
	font-size: 28px;
	font-family: Georgia !important;
	font-weight: normal;
}
