/***************************************************************************
* Copyright (C) Ladislav Gášek, 2006													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: sweal																			*
/**************************************************************************/
h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	margin-top: 4px;
	padding-bottom: 5px;
	width: 80%;
}



h1{
	border-bottom: 1px solid #D6F1EA;
	color: #FF8419;
	font-size: x-large;
}

h2{
	border-bottom: 1px solid #D6F1EA;
	color: #33B995;
	font-size: large;
}

h3{
	color: #FF6C27;
	font-size: large;
}

h4{
	border-bottom: 1px solid #33B995;
	color: #FF9300;
	font-size: large;
	
}

h5{
	font-size: large;

}

h6{
	font-size: medium;
}

hr{
	border: 1px solid #d6f1ea;
	border-left: none;
	border-right: none; /*height: 1px;
	border: colapse;
	background: transparent url(../img/hr.gif) repeat left top; */
}

div.right_layout li {
	list-style: outside url(../img/cube.png);
	list-style-image: url(../img/cube.png);
	text-align: justify;
	padding-right: 4px;
	line-height: 25px;
}



.gray_box {
	background-color: #FFFFFF;
	background-image: url(../img/bg_gray_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #9A9A9A;
	border-top: 1px solid #C4C4C4;
	display: block;
	padding: 12px 10px 12px 10px;
	width: auto;
}

.green_box {
	background-color: #00936A;
	background-image: url(../img/bg_green_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #3C706F;
	border-left: 1px solid #45B092;
	border-right: 1px solid #3C706F;
	border-top: 1px solid #45B092;
	color: #F5FFFA;
	display: block;
	padding: 12px 10px 12px 10px;
	width: auto;
}

.green_box a {
	color: #ffffcc;
}

.green_box a:hover {
	color: #f0e68c;
}

