* {
	margin: 0;
	padding: 0;
}

body {
	background: #7DBB0F;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #000000;
}

h3.blue {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #1C86EE;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.ubezp:link {color: #FFFFFF; text-decoration: none}
a.ubezp:active {color: #FFFFFF; sans-serif; ; text-decoration: none}
a.ubezp:visited {color: #FFFFFF; sans-serif; text-decoration: none}
a.ubezp:hover {color: #FFFFFF;  sans-serif; ; text-decoration: none}

a.invers:link {color: #7DBB0F; text-decoration: none; font-weight: bold;}
a.invers:active {color: #7DBB0F; sans-serif; ; text-decoration: none};
a.invers:visited {color: #7DBB0F; sans-serif; text-decoration: none};
a.invers:hover {color: #FFFFFF;  sans-serif; ; text-decoration: underline};

img { border: none; }

img.left {
	float: left;
	margin: 10px;
	margin-bottom: 0;
}

img.title {
	float: left;
	margin-top: 10px;

}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#header {
	width: 896px;
	height: 348px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #7DBB0F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
	text-align: left;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 896px;
	height: 317px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* Content */

#content {
	float: left;
	width: 615px;
	height: 277px;
	padding: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #22A6F2;
	background-color: #FBDF35;
	color: #004FB6;
}

#content p {
	text-align: justify;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 16px;
}

#content a {
	color: #158700;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#welcome {
	padding-bottom: 20px;
}

#olist {

	float: left;
}

#ulist {
	float: left;

	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	height: 277px;
	padding: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	border-bottom:1px solid #7DBB0F;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	color: #424242;
}

#menu a:hover {
	background-color: #7DBB0F;
}

#top {
	width: 896px;
	min-height: 60px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #505050 url(images/img05.gif) repeat-x;
	text-align: right;
}

#top p {
	margin: 0;
	padding-right: 20px;
	padding-top: 10px;
	color: #FFFFFF;
	text-color: #FFFFFF;
	text-align: right;
}

a.shop {
	color: #7DBB0F;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}

a.shop:hover {
	color: #FFFFFFF;
	text-decoration: underline;
}

a.top {
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

a.top:hover {
	color: #7DBB0F;
	text-decoration: underline;
}

#footer {
	width: 896px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #F7F7F7;
}

#footer a:hover {
	color: #7DBB0F;
}

#nav {
	width: 897px;
	height: 100px;
	background: #FFFFFF;
	border-left: 1px solid #000000;
}

#card {
	width: 298px;
	height: 110px;
	background: #FFFFFF url(images/card-bg.png) repeat-x;
	border-right: 1px solid #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
	float: left;
}

#card p {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	line-height: 1.0em;
	color: #6D6D6D;
}

#card a {
	margin: 0;
	font-size: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	line-height: 1.0em;
	color: #7DBB0F;
	float: right;
}

#card a:hover {
	margin: 0;
	font-size: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	line-height: 1.0em;
	color: #7DBB0F;
	float: right;
	text-decoration: underline;
}

#site {
	width: 886px;
	height: auto!;
	min-height: 155px;
	background: #FFFFFF url(images/site-bg.png) repeat-x left bottom;
	padding: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
}

#site p {
	margin: 0;
	padding: 5px;
	font-family: Arial;
	font-size: 16px;
	color: #6D6D6D;
}

#site a {
	color: #7DBB0F;
	text-decoration: none;
}

#site a:hover {
	text-decoration: underline;
}

.td {
	padding: 5px;
	margin: 5px;
}
