/* @group Global definitions */

/* @group Reset
-------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	}

a img
	{
	border: 0;
	}

ul 
	{
	list-style-type: none;
	}

/* @group Tables
-------------------------------------------------*/

table
	{
	width: 100%;
	border-spacing: 0;
	}

* html table
	{
	border-collapse: collapse;
	}

*+html table
	{
	border-collapse: collapse;
	}

table tr th,
table tr td
	{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
	}

/* @end */

/* @group Form
-------------------------------------------------*/

input.button
	{
	cursor: pointer;
	}

/* @end */

/* @end */

/* @group Dividers
-------------------------------------------------*/

div.clear_float 
	{
	clear: both;
	height: 0;
	overflow: hidden;
	}

hr 
	{
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
	}

/* @end */

/* @end */

/* @group Main containers
-------------------------------------------------*/

html
	{
	width: 100%;
	height: 100%;
	
	/* Delete the folloing line to enable Scrollbars: */
	overflow: hidden;
	}

body
	{
	width: 100%;
	height: 100%;
	}

div.slide
	{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

div.box
	{
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 810px;
	height: 510px;
	
	margin-left: -405px;
	margin-top: -255px;
	
	background-repeat: no-repeat;
	}

div.small
	{
	position: absolute;
	left: 50%;
	top: 50%;

	width: 513px;
	height: 510px;
	
	margin-left: -256px;
	margin-top: -255px;
	
	background-repeat: no-repeat;
	}

/* @end */

/* @group Navigation
-------------------------------------------------*/

div#navigation 
	{	
	width: 100%;
	height: 41px;
	
	background-repeat: repeat-x;
	}

* html div#navigation
	{
	display: none;
	}

div#navigation ul
	{
	width: 810px;
	margin: 0 auto;
	}

div#navigation ul li
	{
	float: left;
	}

div#navigation ul li a
	{
	float: left;
	display: inline;
	margin: 4px 4px 0 4px;
	
	width: 122px;
	height: 25px;
	
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
	
	color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}

div#navigation ul li a:hover,
div#navigation ul a.active
	{
	background-position: top;
	}
/* @end */

/* @group Head
-------------------------------------------------*/

div#head 
	{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 790px;
	height: 61px;
	visibility: hidden;
	}

div.small div#head 
	{
	width: 493px;
	}

/* @group Logo
-------------------------------------------------*/

div#head h1 
	{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 284px;
	height: 61px;
	
	background: url(../images/page_elements/head_logo.png) no-repeat;
	}

div#head h1 a
	{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	overflow: hidden;
	}

/* @end */

/* @group Slogan
-------------------------------------------------*/

div#head h2 
	{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 190px;
	height: 61px;
	
	text-indent: -1000em;
	overflow: hidden;
	
	background-repeat: no-repeat;
	}

/* @end */
/* @end */

/* @group Content */

/* @group Container
-------------------------------------------------*/

div.content_left 
	{
	position: absolute;
	left: 30px;
	top: 136px;
	
	width: 350px;
	height: 304px;
	}

div.content_right 
	{
	position: absolute;
	left: 400px;
	top: 136px;
	width: 380px;
	height: 304px;
	}

div.empty 
	{
	display: none;
	}

/* @group Teaser
-------------------------------------------------*/

div.teaser
	{
	width: 372px;
	height: 303px;	
	margin: -2px 0 0 -2px;
	
	background-repeat: no-repeat;
	}

div.teaser img.teaser_image
	{
	margin: 2px 0 10px 2px;
	}

div.teaser p
	{
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 20px;
	}

/* @end */

/* @group Big Image
-------------------------------------------------*/

div.big_picture
	{
	position: relative;
	width: 372px;
	height: 303px;	
	margin: -2px 0 0 -2px;

	background-repeat: no-repeat;
	}

div.big_picture img.big_picture
	{
	margin: 2px 0 0 2px;
	}

div.big_picture p
	{
	position: absolute;
	left: 0;
	bottom: -5px;
	
	width: 345px;
	height: auto;
	
	margin-left: 2px;
	padding: 5px 10px;
	}

* html div.big_picture p
	{
	bottom: -6px;
	}

/* @end */

/* @group Small Box
-------------------------------------------------*/

div.content_small
	{
	position: absolute;
	left: 30px;
	top: 136px;
	
	width: 453px;
	height: 304px;
	}
/* @end */

/* @end */

/* @group Paragraph styles
-------------------------------------------------*/

div.content h3 
	{
	margin-bottom: 12px;
	
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	
	color: #8fd40f;
	}

div.content h4
	{
	font-size: 12px;
	}

div.content p
	{
	margin-bottom: 12px;
	}

div.content sup, div.content sub
	{
	font-size: 9px;
	line-height: 0;
	}

div.content small,
div.content .small
	{
	font-size: 10px;
	}

/* @end */

/* @group Links
-------------------------------------------------*/

.fosforito:link
	{
	color: #0f0;
	text-decoration: none;
	border:0;
	}

.fosforito:visited
	{
	color: #0f0;
	text-decoration: none;
	border:0;
	}

.fosforito:hover;
	{
	color: #000;
	background-color: #0f0;
	text-decoration: none;
	border-bottom: 0;
	}

.fosforito:active;
	{
	color: #000;
	background-color: #0f0;
	text-decoration: none;
	border-bottom: 0;
	}

.orange:link
	{
	color: #ff8400;
	text-decoration: none;
	border:0;
	}

.orange:visited
	{
	color: #ff8400;
	text-decoration: none;
	border:0;
	}

.orange:hover;
	{
	color: #000;
	background-color: #ff8400;
	text-decoration: none;
	border-bottom: 0;
	}

.orange:active;
	{
	color: #000;
	background-color: #ff8400;
	text-decoration: none;
	border-bottom: 0;
	}

/* @group Buttons
-------------------------------------------------*/

div.content a.button
	{
	float: left;
	height: 29px;
	padding-left: 11px;
	text-decoration: none;
	background-repeat: no-repeat;
	}

div.content a.button span
	{
	float: left;
	height: 29px;
	padding-right: 10px;
	line-height: 26px;
	
	cursor: pointer;
	
	background-repeat: no-repeat;
	background-position: right;
	}

* html div.content a.button span
	{
	cursor: hand;
	}

/* @end */

/* @end */

/* @group Lists
-------------------------------------------------*/

div.content ul
	{
	margin-bottom: 12px;	
	list-style-type: none;
	}

div.content ul li
	{
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	
	background-position: 0 4px;
	background-repeat: no-repeat;
	}

div.content ol 
	{
	margin-bottom: 12px;
	margin-left: 25px;
	}

/* @group Icons
-------------------------------------------------*/

div.content ul.icon li
	{
	clear: both;
	padding: 0;
	background: none;
	}

div.content ul.icon li a
	{
	float: left;
	padding: 3px 0 4px 23px;
	}

div.content ul.icon li.pdf a
	{
	background: url(../images/page_elements/icon_pdf.gif) no-repeat;
	}

/* @end */

/* @end */

/* @group Forms
-------------------------------------------------*/

/* @group AJAX containers
-------------------------------------------------*/

div.content form#form
	{
	position: relative;
	}

div.content div#ajax_transfer_message
	{
	display: none;
	}

div.content div#form_sent_message
	{
	display: none;
	}

/* @end */

/* @group General definitions
-------------------------------------------------*/

div.content form p.form_input
	{
	position: relative;
	clear: both;
	height: 20px;
	}

div.content form p.form_input label.left,
div.content form p.form_input span.label
	{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 125px;
	}

div.content form p.form_input span.input label
	{
	margin-right: 10px;
	}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
	{
	float: left;
	display: inline;
	
	margin-right: 10px;
	}
/* @end */

/* @group Width
-------------------------------------------------*/

div.content form p.form_input span.input .width_10
	{
	width: 20px;
	}

div.content form p.form_input span.input .width_20
	{
	width: 40px;
	}

div.content form p.form_input span.input .width_30
	{
	width: 60px;
	}

div.content form p.form_input span.input .width_40
	{
	width: 80px;
	}

div.content form p.form_input span.input .width_50
	{
	width: 100px;
	}

div.content form p.form_input span.input .width_60
	{
	width: 120px;
	}

div.content form p.form_input span.input .width_70
	{
	width: 140px;
	}

div.content form p.form_input span.input .width_80
	{
	width: 160px;
	}

div.content form p.form_input span.input .width_90
	{
	width: 180px;
	}

div.content form p.form_input span.input .width_100
	{
	width: 215px;
	}

/* @end */

/* @group Select boxes
-------------------------------------------------*/

div.content form p.form_input span.input select.width_100
	{
	width: 218px;
	}

/* @end */

/* @group Radio buttons
-------------------------------------------------*/

div.content form p.radio label
	{
	position: relative;
	padding-left: 17px;
	}

div.content form p.form_input span.input input.radio
	{
	position: absolute;
	left: 0;
	top: 2px;
	}

* html div.content form p.form_input span.input input.radio
	{
	position: absolute;
	left: -4px;
	top: -2px;
	}

*+html div.content form p.form_input span.input input.radio
	{
	position: absolute;
	left: -4px;
	top: -2px;
	}

/* @end */

/* @group Checkboxes
-------------------------------------------------*/

div.content form p.checkbox label
	{
	position: relative;
	padding-left: 17px;
	}

div.content form p.form_input span.input input.checkbox
	{
	position: absolute;
	left: 0;
	top: 1px;
	}

* html div.content form p.form_input span.input input.checkbox
	{
	position: absolute;
	left: -4px;
	top: -2px;
	}

*+html div.content form p.form_input span.input input.checkbox
	{
	position: absolute;
	left: -4px;
	top: -2px;
	}

/* @end */

/* @group Textareas
-------------------------------------------------*/

div.content form p.textarea
	{
	height: 130px;
	}

div.content form p.form_input span.input textarea
	{
	height: 120px;
	}

/* @end */

/* @group Error-Messages
-------------------------------------------------*/

div.content form p.form_error
	{
	padding: 2px 4px;
	
	color: white;
	background: red;
	}

/* @group Label
-------------------------------------------------*/

div.content form p.error label.left,
div.content form p.error span.label
	{
	color: red;
	font-weight: bold;
	}
/* @end */

/* @group Felder
-------------------------------------------------*/

div.content form p.error input.text,
div.content form p.error textarea
	{
	
	}

div.content form p.error label.error
	{
	
	}

/* @end */

/* @end */

/* @group Buttons
-------------------------------------------------*/

div.content form p.button
	{
	height: 1%;
	}

div.content form p.button a.button
	{
	margin-left: 122px;
	}
/* @end */

/* @end */

/* @group Images
-------------------------------------------------*/

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
	{
	display: block;
	}

div.content .img_right
	{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 5px 10px;
	}

div.content .img_left
	{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 4px 4px 0;
	}

div.content .img_wide
	{
	display: block;
	margin-bottom: 10px;
	}

div.content .img_list
	{
	clear: none;
	}

/* @group Thumbnail
-------------------------------------------------*/

/* container for 6 thumbnails 111x111 */
div.content .thumbnail
	{
	width: 117px;
	height: 118px;
	background: url(../images/page_elements/thumbnail_background.jpg) no-repeat;
	}

/* container for 4 thumbnails 178x111 */
div.content .thumbnail4
	{
	width: 186px;
	height: 118px;
	background: url(../images/page_elements/thumbnail4_background.jpg) no-repeat;
	}

div.content .thumbnail img
	{
	margin: 2px;
	}

.center {
	text-align:center;
	}
/* @end */

/* @group Caption
-------------------------------------------------*/

div.content .image p
	{	
	font-style: italic;
	}
/* @end */

/* @group Enlarge Icon
-------------------------------------------------*/

div.content .image a,
div.content a.image
	{	
	position: relative;
	}

div.content .image span.icon_enlarge
	{	
	position: absolute;
	right: 8px;
	bottom: 8px;
	
	width: 26px;
	height: 26px;
	
	background: url(../images/page_elements/icon_enlarge.png) no-repeat;
	}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
	{	
	background-position: -26px 0;
	}

* html div.content .image span.icon_enlarge
	{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page_elements/icon_enlarge.png', sizingMethod='crop');
	background: none;
	}

/* @end */

/* @end */

/* @group Navigation (inside the box)
-------------------------------------------------*/

div.content div#navigation {
	position: absolute;
	width: 790px;
	
	left: 10px;
	top: -30px;
	}

div.content div#navigation ul
	{
	width: 780px;
	margin: 0 auto;
	}

div.content div#navigation ul li
	{
	background: none;
	padding: 0;
	margin: 0;
	}

/* @end */

/* @end */

/* @modified styles
-------------------------------------------------*/

div#navigation ul li.hidden {
	display:none; /* hiding a menu item in the navigation bar */
	}

.tiny {
	font-size:10px;
	}

/* @end */
