
body {
margin:0;
	background-color: #e3b71f;
	background-image: url(imgs/back_yellow.jpg);
}
.background {
	background-image: url(imgs/back_stripe_yellow.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #663300;
}

a:link { color: #0980bc; text-decoration: none;}
a:visited { color: #0980bc; text-decoration: none;}
a:hover { color: #0980bc; text-decoration: underline;}
a:active { color: #0980bc; text-decoration: none;}

.orangelink:link { color: #000; text-decoration: none;}
.orangelink:visited { color: #000; text-decoration: none;}
.orangelink:hover { color: #000; text-decoration: underline;}
.orangelink:active { color: #000; text-decoration: none;}

.brownlink:link { color: #a26b19; text-decoration: none;}
.brownlink:visited { color: #a26b19; text-decoration: none;}
.brownlink:hover { color: #a26b19; text-decoration: underline;}
.brownlink:active { color: #a26b19; text-decoration: none;}

.paddright {
	padding-right: 20px;
}
.lefttable {
color:#FFFFFF;
	padding: 25px;
	background-image:url(imgs/leftback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lefttitle {
color: #fff;
font-size: 1.2em;
}
/**************************************************************/
.pilteesmark{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_eesmark.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltvererohk{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_vererohk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltastma{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_astma.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltkolesterool{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_kolesterool.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltkasvajad{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_kasvajad.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pilttirivaata{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_tirivaata.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltkaeperra{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_kaeperra.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.piltrefluks{
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_refluks.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.piltjuriidiline{
width: 100%;
heigth: 1px;
/*padding-left: 350px;
	background-image: url(imgs/taust_refluks.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
/************************************************************/
.container {
width: 100%;
heigth: 400px;
/*padding-left: 350px;*/
	background-image: url(imgs/taust_eesmark2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.content {
padding-top: 230px;
/*width: 100%;*/
}
.contentjur{
padding-top: 1px;
/*width: 100%;*/
}

.switchcontent {
	background-color:#debf64;
	border:dotted 1px #ce7e25;
	padding: 10px;
	margin: 0px;
	background-image: url(imgs/back_table.jpg);
}

/*****************************************************/

.border-corner-top-left {
	background-image: url(imgs/t_corner_lt.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 10px;
}
.border-corner-top-right {
	background-image: url(imgs/t_corner_rt.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 10px;
}
.border-corner-bottom-left {
	background-image: url(imgs/t_corner_lb.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 10px;
}
.border-corner-bottom-right {
	background-image: url(imgs/t_corner_rb.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 10px;
}
.border-top {
	background-image: url(imgs/t_top.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 10px;
}
.border-bottom {
	background-image: url(imgs/t_bottom.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 10px;
}
.border-left {
	background-image: url(imgs/t_left.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: 10px;
}
.border-right {
	background-image: url(imgs/t_right.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: 10px;
}
.border-content {
background-color:#D8DBD7;
padding: 3px;
color:#000000;
}

/*****************************************************/

UL.indent {
padding: 0;
	line-height: 1.4em;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0em;
	margin-left: 1.5em;
	
	/*list-style-image: url(images/indent-off.gif);*/

list-style-position: outside;
	list-style-type: circle;
}
LI.indent {
	margin-top: 0.5em;
}

/************************************************/

.title {
font-size: 1.2em;
font-weight: bold;
}

.separator {
	height:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
}
.separatorwhite {
margin-top: 5px;
	height:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e0a81d;
}
.smalltext {
font-size:10px;
}

.leftsmalltext {
font-size: 0.9em;
}

.leftcolumn {
color:#FFFFFF;
width: 280px;
padding-left: 15px;
padding-right: 20px;
}

.kood {
color: #a26b19;
font-size: 0.8em;
padding-bottom: 8px;
text-align: right;
}

.leftyellowcontent {
font-size: 0.9em;
color:#FFFFFF;
	background-image: url(imgs/left_yellow_middle.png);
	background-repeat: repeat-y;
	padding: 15px;
}

.leftgreencontent {
font-size: 0.9em;
color:#FFFFFF;
	background-image: url(imgs/left_green_middle.png);
	background-repeat: repeat-y;
	padding: 15px;
}
