/* @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, em, 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 Tabellen */

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 Formulare */

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%;
}

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

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

div.box
{
	position: absolute;
	left: 50%;
	top: 0%;
	
	width: 810px;
	height: 600px;
	
	margin-left: -405px;
	/*margin-top: -230px;*/
	
	background-repeat: no-repeat;
}
div.boxlong
{
	position: absolute;
	left: 50%;
	top: 0%;
	
	width: 810px;
	height: 880px;
	
	margin-left: -405px;
	/*margin-top: -230px;*/
	
	background-repeat: no-repeat;
}

/* @end */

/* @group Head */
div#head 
{
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	
	width: 810px;
	height: 150px;
}
div#head h2
{
	position: absolute;
	left: 782px;
	top: 97px;
	
	width: 50px;
	height: 50px;
}

/* @group Logo */

div#head h1 
{
	position: absolute;
	left: 0px;
	/*top: -90px;*/
	
	width: 810px;
	height: 150px;
	
	background: url(../images/head_logo.jpg) no-repeat;
}

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

/* @end */

/* @end */

/* @group Content */

/* @group Container */

div.content_left 
{
	position: absolute;
	left: 30px;
	top: 200px;
	
	width: 365px;
	height: 304px;
}
div.content_menu
{
	position: absolute;
	left: 0px;
	top: 110px;
	
	width: 800px;
	height: 50px;
}
div.content_full 
{
	position: absolute;
	left: 0px;
	top: 175px;
	
	width: 800px;
	height: 450px;
}

div.content_inventory 
{
	position: absolute;
	left: 0px;
	top: 175px;
	
	width: 800px;
	height: 450px;
}

div.content_right 
{
	position: absolute;
	left: 415px;
	top: 50px;
	
	width: 365px;
	height: 304px;
}
div.content_right_contact
{
	position: absolute;
	left: 415px;
	top: 200px;
	
	width: 365px;
	/*height: 304px;*/
}
div.content_right_below 
{
	position: absolute;
	left: 5px;
	top: 495px;
	
	width: 800px;
	/*height: 300px;*/
}
div.content_right_team
{
	position: absolute;
	left: 400px;
	top: 200px;
	
	width: 400px;
	/*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: 390px;
	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: 370px;
	height: auto;
	
	margin-left: 2px;
	padding: 5px 10px;
}

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

/* @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 */

/* @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;
}





/* @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 */
div.content_right_team
{
	float: left;
	}

div.content_right_team .thumbnail
{
	width: 117px;
	height: 118px;
}

div.content_right_team img
{
	/*margin: 2px;*/
	padding-left: 5px;
}

div.content_right_team a
{
	text-decoration: none;
	cursor: pointer;
}

div.content_right_team a:hover p
{
	text-decoration: none;
}



/* @end */

/* @group Caption */

div.content_right_team  p
{	
	font-style: normal;
	font-weight: bold;
	float: left;
	width: 110px;
	text-align: center;
	padding-left: 0px;
	margin-left: 10px;
}



/* @end */



/* @end */



/* @end */