/* @override 
	http://qx-series.de/assets/site/style.default.css
*/

/* @group Globale Definitionen */

/* @group Reset */

html, body, 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-style: normal;
	outline: none;
	
	font-family: "Courier New", Courier, Arial, sans-serif;
	font-size: 13px;
	line-height: 145%;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

a *
{
	cursor: pointer;
	cursor: hand;
}

input.button
{
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi:bidi-override;
	direction:rtl;
}

/* @end */

/* @group Bilder */

img
{
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @group Links */

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	
}


/* @end */

/* @group Transparenz und IE6-PNG */

.ie6_png
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/image.png', sizingMethod='crop');
	background-image: none;
}

.transparenz
{
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* @end */

/* @group jQuery TOOLS */

/* @group Overlay */

div.overlay
{
	position: relative;
	z-index: 100;
	display: none;
	
	width: 50%;
	height: 50%;
	
	padding: 10px 10px 47px 10px;
	
	border: 1px solid #cccccc;
	background: white;
}

div.overlay img#img
{
	
}

div.overlay img.progress
{
	display: none;
	position: absolute;
	left: 50%;
	top: 45%;	
}

div.overlay div.info
{
	margin-top: 5px;
}

div.overlay div.info p.caption
{
	font-weight: bold;
}

div.overlay div.info p.position
{
	
}

div.overlay a.prev
{
	position: absolute;
	right: 90px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_previous.png) no-repeat;
}

div.overlay a.next
{
	position: absolute;
	right: 50px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_next.png) no-repeat;
}

div.overlay div.close
{
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 10;
	
	width: 24px;
	height: 24px;
	
	cursor: pointer;
	background: url(/assets/site/images/icon_close.png) no-repeat;}

/* @end */



/* @end */

/* @group sIFR */

/* @end */

/* @end */

/* @group Inhaltsbereiche */

/* @group Absatzformate */

div.content h3
{
	min-height: 61px;
	
	font-weight: normal;
	font-size: 26px;
}

div.content h4
{
	padding-top: 20px;
	font-size: 18px;
}

div.content h4:first-child
{
	padding: 0;
}

div.content h5
{
	font-size: 14px;
	font-family: Courier, "Courier New", Arial, sans-serif;
}

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

div.content blockquote
{
	font-style: italic;
	margin-bottom: 11px;
}

.hide
{
	display: none;
}

/* @end */

/* @group Zeichenformate */

div.content sup, div.content sub
{
	font-size: 8px;
	line-height: 0;
	padding-left: 2px;
}

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

div.content em, 
div.content i
{
	font-style: italic;
}

div.content strong, 
div.content b
{
	font-weight: bold;
}



/* @end */

/* @group Links */

div.main div.content a
{
	border-bottom: 2px dashed black;
}

div.main div.content a:hover
{
	background: #fdc419;
}


/* @end */

/* @group Listen */

/* @group Unsorted */

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

div.content ul li
{
	padding-left: 15px;
	margin-bottom: 4px;
	
	background: url(/assets/site/images/content_list_bullet.png) no-repeat 0 8px;
}



/* @end */

/* @group Sorted */

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

div.content ol li
{
	margin-bottom: 4px;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}

div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form label
{
	position: relative;
}

div.content form label.checkbox,
div.content form label.radio
{
	padding-left: 20px;
}

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: 150px;
}

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;
	border: 1px solid grey;
}



/* @end */

/* @group Breiten */

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: 212px;
}

/* @end */

/* @group Textareas */

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

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

/* @end */

/* @group Select-Boxen */

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

/* @end */

/* @group Radio-Buttons */

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

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

.msie6 div.content form input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

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

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

.msie6 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

.msie7 div.content form input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Fehlermedlungen */

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

.msie6 div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Bilder */

div.content p.img_list_box
{
	width: 105%;
}

div.content .image,
div.content .image img,
div.content .image a,
div.main div.content a.image
{
	display: block;
	
	border: none;
	background: none;
}

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

	margin: 3px 10px 5px 0;
}

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

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
	margin: 0 10px 10px 0;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
	margin: 0;
}

/* @end */



/* @end */

/* @group Tabellen */

div.content table
{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}

.msie6 div.content table
{
	border-collapse: collapse;
}

.msie7 div.content table
{
	border-collapse: collapse;
}

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

div.content table tr th.align_right,
div.content table tr td.align_right
{
	text-align: right;
}

/* @end */

/* @group Trenner */

div.content hr
{
	margin: 20px 0;
}

.msie7 div.content hr
{
	margin: 5px 0 12px;
}

/* @end */



/* @end */

/* @group Seite */

body
{	
	background: #4e2621 url(/assets/images/background/darkwook_whitebike.jpg);
}

div.site
{
	position: relative;
	width: 845px;
	
	color: black;
}

/* @end */

/* @group Logo */

div.head h1 
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 238px;
	height: 229px;
	
	background: url(/assets/images/background/darkwook_logo.jpg);
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

/* @end */

/* @group Navigation */

div.navigation 
{
	position: absolute;
	z-index: 10;
	left: 260px;
	top: 200px;
	
	width: 150px;
}

div.navigation ul
{
	
}

div.navigation ul li
{
	
}

div.navigation ul li span
{
	display: block;
	width: 150px;
	height: 80px;
	
	cursor: pointer;
	background: url(/assets/images/navigation/type_1.png) no-repeat;	
}

div.navigation ul li span.sIFR-alternate
{
	display: none;
}

div.navigation ul li span object
{
	margin-left: 15px;
	margin-top: 15px;
}

div.navigation ul li span a
{
	display: block;
	zoom: 1;
	
	margin-left: 15px;
	padding-top: 20px;
	
	font-size: 16px;
	font-weight: bold;
}

div.navigation ul li span.Typ_2
{
	background-image: url(/assets/images/navigation/type_2.png);
}

div.navigation ul li span.Typ_3
{
	background-image: url(/assets/images/navigation/type_3.png);
}

div.navigation ul li span.Typ_3 object
{
	margin-top: 5px;
}

div.navigation ul li span:hover
{
	background-position: 0 -80px;
}

div.navigation ul li.active span
{
	margin-left: -20px;
	background-position: 0 -80px;
}



/* @end */

/* @group Seitenbilder */

div.site_images img
{
	position: absolute;
	z-index: 5;
}

/* @end */

/* @group Hauptbereich */

div.main 
{
	margin-left: 360px;
	padding-top: 120px;
	
	width: 410px;
	height: 460px;
}

div.main div.content
{
	width: 410px;
	height: 360px;
	
	padding: 20px 0 100px 50px;
}

.msie6 div.main div.content
{
	overflow: auto;
}

/* @group Artikel-Teaser */

div.main div.article_teaser
{
	margin-top: 20px;
}

div.main div.article_teaser div.entry
{
	position: relative;
	min-height: 180px;
}

div.main div.article_teaser div.entry a.image
{
	position: absolute;
	left: 0;
	top: 5px;
	
	border: none;
	background: transparent;
}

.msie6 div.main div.article_teaser div.entry a.image
{
	top:  10px;
	left: -160px;
}

div.main div.article_teaser div.entry div.info
{
	margin: 0 0 20px 160px
}

div.main div.article_teaser div.entry div.info a
{
	
}

/* @end */


/* @end */

/* @group Meta-Navigation */

div.meta_navigation
{
	position: absolute;
	left: 320px;
	top: 780px;
}

div.meta_navigation ul
{
	
}

div.meta_navigation ul li
{
	width: 200px;
}

div.meta_navigation ul li a
{
	
}

/* @group Sprachauswahl */

div.language_selection
{
	top: 100px;
	left: 750px;
}

div.language_selection ul li
{
	float: left;
	width: 30px;
}

div.language_selection ul li.active
{
	display: none;
}

div.language_selection ul li a
{
	display: block;
	padding-top: 10px;
}

/* @end */

/* @end */

/* @group Links Social-Community-Sites */

div.links_scs 
{
	position: absolute;
	left: 890px;
	top: 50px;
	
	width: 220px;
	height: 50px;
}

div.links_scs a
{
	float: left;
	display: inline;
	
	margin-bottom: 5px;
	margin-right: 10px;
}

.msie6 div.links_scs a.twitter
{
	position: relative;
	top: -15px;
	margin-bottom: 0;
}



/* @end */