@import "_styles.css";

/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style
*/

HTML, BODY {
	height: 100%;
	background: #3d7d4f url(bg.gif) repeat 0 0;
	text-align: center;
	line-height: 1.5;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: #000000;
	font-size: 14px;
	font-family: Georgia, Helvetica, sans-serif;
}
H1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
}

/* layout */

#wrap {
	min-height: 100%;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
* HTML #wrap { height: 100%; }
#header {
	width: 740px;
	height: 178px;
	background: #3d7d4f url(header.jpg) no-repeat 0 0;
}
#header A {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#menu {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 18px;
	border-bottom: 3px solid #33cccc;
	background: #333333;
}
#menu LI {
	float: left;
	padding: 7px 23px;
}
#menu LI A {
	color: #ffffff;
	text-decoration: none;
}
#menu LI A:hover,
#menu LI.active A {
	color: #33cccc;
}
#page {
	padding: 35px;
	text-align: left;
	background: #cedeb5;
}
#submenu {
	float: left;
	width: 165px;
	margin: 0;
}
#submenu LI {
	padding: 0 0 10px 20px;
	background: url(arrow.gif) no-repeat 0 8px !important;
}
#submenu LI A {
	color: #666666;
	text-decoration: none;
}
#submenu LI A:hover,
#submenu LI.active A {
	text-decoration: underline;
}
#content {
	float: right;
	width: 500px;
}
#content.wide {
	float: none;
	width: 100%;
}
#footer {
	padding: 5px 25px;
	border-top: 3px solid #33cccc;
	background: #333333;
	color: #aaaaaa;
	font-size: 11px;
	text-align: left;
}
#footer A {
	color: #999999;
}

/* content */

#content A {
	color: #666666;
	text-decoration: none;
}
#content A:hover {
	text-decoration: underline;
}

#content UL {
	list-style: disc;
}
#content UL LI {
	margin-left: 20px;
}

DIV.img {
	float: left;
	width: 150px;
	margin: 15px 0 0 0;
	padding-left: 20px;
}
DIV.img IMG {
	border: 1px solid #000000;
}
DIV.item {
	float: left;
	width: 500px;
}

DIV.col1 {
	float: left;
	width: 415px;
}
DIV.col2 {
	float: right;
	width: 250px;
}

/* admin */
.admin {
	clear: both;
}
DIV.admin A,
P.admin A {
	color: #3d7d4f !important;
	font-weight: bold;
}
P.error {
	margin: 10px 0;
	padding: 10px;
	background: #3d7d4f;
	color: #ffffff;
	font-weight: bold;
}

FORM.form {
	margin: 20px 0;
	padding: 10px;
	border: 3px solid #3d7d4f;
}
FORM.form LABEL {
	float: left;
	width: 80px;
}
FORM.form INPUT.text {
	width: 300px;
}
FORM.form INPUT.date {
	width: 80px;
}
FORM.form TEXTAREA {
	width: 98%;
	height: 300px;
}

/*
Kolmanda taseme link: Georgia 14p
värv:#666666
hover ja aktiivne: underline
*/