/* ------------------------------------------------------------------- */
/* lactoprot
/* 090318
/* ------------------------------------------------------------------- */

/* Farbcodes */
/* yellow      - #ffdd00 */
/* light green - #769701 */
/* dark green  - #007734 */
/* font green  - #627d00 */

/* ------------------------------------------------------------------- */
/* Cross-Browser - HTML-Tag - Resetting
/* ------------------------------------------------------------------- */
@import url("reset.css");

/* ------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------- */
@import url("layout.css");

/* ------------------------------------------------------------------- */
/* helper classes
/* ------------------------------------------------------------------- */
@import url("helper.css");

/* ------------------------------------------------------------------- */
/* Styling Forms
/* ------------------------------------------------------------------- */
@import url("forms.css");

/* ------------------------------------------------------------------- */
/* Styling buttons
/* ------------------------------------------------------------------- */
@import url("buttons.css");

/* ------------------------------------------------------------------- */
/* Styling indiviual pages
/* ------------------------------------------------------------------- */
@import url("pages.css");

/* ------------------------------------------------------------------- */
/* Styling Plugins
/* ------------------------------------------------------------------- */
@import url("plugins.css");


/* ------------------------------------------------------------------- */
/* define standard-HTML-Tags
/* ------------------------------------------------------------------- */

body {
	background: url(../img/page-main-background.png) 0 0 repeat-x #769701;
	color: #627d00;
	font: 74%/140% Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: left;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 2.4em;
	font-weight: bold;
}

small {
	font-size: 0.9em;
}

p {
	margin-bottom: 1.5em;
}

table {
	font-size: 0.9em;
	margin: 0 0 1.5em;
	width: 100%;
}

tr {
	background: url(../img/table-row-background.gif) repeat-x 0 100% transparent;
}

th, td {
	background: url(../img/table-row-background.gif) repeat-x 0 100% transparent;
	line-height: 2.2em;
}

th {
	text-align: left;
	text-transform: uppercase;
}

td {
	color: #627d00;
	/* color: #a2b755; */
}

td.caption {
	color: #627d00;
	text-transform: uppercase;
}

a {
	color: #769701;
	text-decoration: none;
}

a:active, a:hover {
	color: #627d00;
}


/* ------------------------------------------------------------------- */
/* #PAGE																												*/

#page-wrapper {
	font-size: 0.9em;
}

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-HEADER																					*/

#page-header {
	background: url(../img/page-header-background.jpg) 0% 10% no-repeat transparent;
	position: relative;
}

#page-header h1#logo {
	background: url(../img/page-header-logo.gif) 0 0 no-repeat transparent;
	height: 52px;
	position: absolute;
	right: 20px;
	text-indent: -999em;
	top: 20px;
	width: 134px;
}

#page-header h1#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-CONTENT																					*/

#page-content  h2 {
	line-height: 1em;
}

#page-content  h2 small {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	margin-bottom: .2em;
	vertical-align: top;
}

#page-content ul li, #page-content ol li {
	display: list-item;
	margin-left: 1.2em;
}

#page-content ol li {
	list-style-type: decimal;
}

#page-content ul li {
	list-style-type: disc;
}

#page-content .box {
	background-color: #fff;
	float: left;
	height: 280px;
	line-height: 1.5em;
	margin: 0 0 0 8px;
	overflow: auto;
	padding: 10px;
}

#page-content .box.w100 {
	width: 926px;
}

#page-content .box.w66 {
	width: 608px;
}

#page-content .box.w33 {
	width: 290px;
}

#page-content .box .image {
	font-size: 0pt;
	line-height: 0pt;
}

#page-content .box .column img {
	margin-bottom: 0;
}

#page-content #rounded-corner {
	background: url(../img/page-content-box-last-background.gif) no-repeat 100% 100% transparent;
	bottom: 0;
	clear: left;
	height: 70px;
	width: 115px;
	position: absolute;
	right: 0;
	z-index: 1000;
}

/* ------------------------------------------------------------------- */
/* #PAGE > #PAGE-FOOTER																					*/

#page-footer {
	background: url(../img/page-footer-background.jpg) no-repeat 100% 0% transparent;
}

#page-footer h3#logo-artax {
	background: url(../img/page-footer-logo-artax.gif) no-repeat 0% 0% transparent;
	height: 24px;
	position: absolute;
	right: 150px;
	text-indent: -999em;
	top: 32px;
	width: 154px;
}

#page-footer h3#logo-artax a {
	display: block;
	height: 24px;
	width: 154px;
}

/* ------------------------------------------------------------------- */
/* separat classes
/* ------------------------------------------------------------------- */

/* navigation */

ul.navigation {
	font-weight: bold;
}

ul.navigation li {
	display: list-item;
	float: left;
	position: relative;
	text-transform: uppercase;
}

ul.navigation a {
	background: url(../img/page-navigation-point-background.gif) repeat-y 5px 0px transparent;
	color: #769701;
	display: block;
	float: left;
	height: 30px;
	padding: 0 10px;
}

ul.navigation .active a,
ul.navigation a:hover, ul.navigation a:active {
	color: #627d00;
}

ul.navigation .sub li {
	clear: left;
	display: block;
	float: left;
}

ul.navigation .sub a {
	color: #769701;
	margin-left: 5px;
	padding: 0 5px;
}

ul.navigation a.active {
	color: #627d00;
	font-weight: 800;
}

ul.navigation .sub a:hover, ul.navigation .sub a.active {
	color: #627d00;
	background-color: #d2e197;
}

ul.navigation ul {
	display: none;
	font-size: 0.8em;
	left: 0;
	margin: 30px 0 0 0;
	position: absolute;
}

ul.navigation li.active ul,
ul.navigation li:hover ul,
ul.navigation li.hover ul {
	display: block;
}

ul.navigation ul a {
	background: none;
	height: auto;
}

#page-header ul.navigation,
#page-footer ul.navigation {
	position: absolute;
}

#page-header ul#main-navigation.navigation {
	left: 15px;
	top: 40px;
}

#page-footer #footer-navigation {
	left: 15px;
	position: absolute;
	top: 30px;
}

#page-footer #footer-navigation ul.navigation {
	float: left;
	position: relative;
}

#page-footer ul.navigation a {
	color: #fff;
	height: 25px;
}

#page-footer ul.navigation a.active,
#page-footer ul.navigation a:active,
#page-footer ul.navigation a:hover {
	color: #627d00;
}

a.more_link {
	cursor: pointer;
	font-weight: bold;
}


#page-content ul.article_list {
	clear: both;
}

#page-content ul.article_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0.1em 0.5em;
}

#page-content ul.article_list li a {
	color: #769701;
	display: block;
}

#page-content ul.article_list li:hover, ul.article_list li.hover, ul.article_list li.active {
	background-color: #d2e197;
}

#page-content ul.article_list.col2 li {
	float: left;
	margin-right: 1%;
	width: 45%;
}

/* ------------------------------------------------------------------- */
/* Modul - Downloadlist
/* ------------------------------------------------------------------- */

#page-content ul.download {
	clear: both;
	display: block;
	margin: 0 0 1em;
}

#page-content ul.download li.file {
	background: 4px 50% no-repeat transparent;
	list-style-type: none;
	margin: 0;
	padding-left: 2.5em;
}

#page-content ul.download li.file.type_pdf {
	background-image: url(../img/icons/ico_file_pdf.gif);
}


#worldmap {
	background: url(../img/map_world_hover.gif) 0 0 no-repeat #fff;
	display: block;
	height: 280px;
	width: 608px;
}

#worldmap.map {
	cursor: pointer;
}

#worldmap.asia {
	background-position: 0 -280px;
}
#worldmap.america {
	background-position: 0 -560px;
}
#worldmap.europe {
	background-position: 0 -840px;
}
#worldmap.africa {
	background-position: 0 -1120px;
}