@charset "utf-8";
/**
 * 
 * @desc		Main StyleSheet
 * @project		le clou Ad Displays
 * @version		Thu, 08 April 2010 19:15:00 +0200
 *
 */


/*
--- Grundlegendes / CSS Reset ---------------------------------------------
---------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}

ol, ul {
	list-style:  none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

body {
	line-height: 1;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	color: #333;
	background: #008001;
	font-size: 100.01%;
}

input, select, textarea {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
}

a {
	color: #D62424;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}


/*
--- Globales --------------------------------------------------------------
---------------------------------------------------------------------------
*/

/* Scrollbalken in FFox und Safari erzwingen */
html {
	height: 101%;
}

body {
	background: #333 url(./img/body/bg.jpg) 0 0 no-repeat fixed;
	color: #fff;
}

#wrapper {
	width: 800px;
	margin: 20px auto;
}


/*
--- Inhalt ----------------------------------------------------------------
---------------------------------------------------------------------------
*/

h1, h3 {
	color: #96BF55;
	font-size: .8em;
	padding-left: 15px;
}

h2 {
	font-size: .9em;
	color: #D62424;
	padding: 0 15px .9em 15px;
}

h4 {
	font-size: .8em;
	color: #444;
	padding: .5em 15px 1em 15px;
}

acronym {
	color: #333;
	border-bottom: 1px dotted #999;
	cursor: help;
}

p {
	font-size: .79em;
	line-height: 1.5;
	padding: 0 0 1em 0;
}

ul {
	font-size: .79em;
	line-height: 1.5;
	color: #333;
	padding: 0 15px 1em 45px;
	margin-left: 25px;
	list-style-type: disc;
}

	ul.linklist {
		list-style-type: none;
		padding-left: 0;		
}

.description {
	color: #FFF;
	margin: 10px 0 15px;
	padding: 5px 0;
}

.logo {
	padding: 0 0 2em 0;
	margin: 0 0 0 -1px;
}

.feed {
	padding: 0 0 2em 0;
	margin: -2px 0 0 0;
}

img.lft {
	float: left;
	margin: 4px 14px 19px 1px;
}

img.lftbdr {
	float: left;
	border: 1px solid #000;
	margin: 4px 14px 19px 1px;
}

img.rgt {
	float: right;
	margin: 0 0 20px 15px;
}

img.rgtbdr {
	float: right;
	border: 1px solid #000;
	margin: 4px 0 19px 14px;
}


/* Icons & andere Kleinigkeiten */

a.mailicon {
	padding-left: 15px;
	background: url('./img/icons/mail.gif') 0 .2em no-repeat;
}

a.linkicon {
	padding-left: 18px;
	background: url('./img/icons/link.gif') 0 .4em no-repeat;
}

p.rssright {
	float: right;
}

	p.rssright a, 
	p.langchoose a {
		line-height: 18px;
		color: #FFF;
	}

	p.rssright a {
		text-decoration: none;
	}

	p.langchoose.en a {
		padding-right: 30px;
		background: url('./img/icons/english.gif') center right no-repeat;
	}

	p.langchoose.de a {
		padding-right: 30px;
		background: url('./img/icons/german.gif') center right no-repeat;
	}

	p.rssright a:hover {
		color: #E79102;
		text-decoration: none;
	}

p.intro {
	clear: both;
	padding-top: 1em;
}


/*
--- Produkt-Tabelle -------------------------------------------------------
---------------------------------------------------------------------------
*/

table.producttable {
	color: #333;
	border-collapse: separate;
	width: 730px;
	font-size:.75em;
	line-height:1.5;
	margin: 0 15px 1em 15px;
}

table.producttable th {
	padding: 3px 10px;
	text-align: left;
	color: #FFF;
	background-color: #999;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
}

table.producttable td {
	vertical-align: top;
	padding: 3px 10px;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
}

table.producttable tr.alt td {
	background-color: #FEFEFE;
}

table.producttable td.imgcell {
	border: 0 none;
	background-color: #FFF;
	padding: 0 10px 0 0;
}

table.producttable td.first {
	width: 170px;
}

table .nowrap {
	white-space: nowrap;
}


/*
--- Formular ----------------------------------------------------------------
---------------------------------------------------------------------------
*/

ol.formlist {
	padding: 0 15px 1em 15px;
	font-size: .79em;
	line-height: 1.5;
	color: #333;
}

ol.formlist li {
	padding-bottom: 8px;
}

ol.formlist label {
	float: left;
	width: 170px;
	padding: 2px 5px 5px 0;
}

ol.formlist label.errormark {
	color: #D62424;
}

ol.formlist label em, 
#vertical_container p em {
	color: #D62424;
	font-style: normal;
}

ol.formlist input, 
ol.formlist select, 
ol.formlist textarea {
	float: left;
	width: 350px;
	padding: 3px;
	font-size: 1em;
	color: #333;
	border: 1px solid #D2D2D2;
	background: #FFF url('./img/form/shadow_input.gif') 0 0 no-repeat;
}

ol.formlist li#submit {
	padding: 8px 0 0 173px;
}

ol.formlist li#submit input {
	display: inline;
	width: auto;
	padding: 0;
	border: 0 none;
	background-image: none;
}

#vertical_container p.errormessage {
	margin: 0 15px .8em 15px;
	padding: 10px;
	color: #D62424;
	border: 1px solid #D62424;
	font-weight: bold;
}


/*
--- Footer ----------------------------------------------------------------
---------------------------------------------------------------------------
*/

#page-footer {
	padding-top: 10px;
}

#page-footer p {
	padding-left: 0;
}


/*
--- Akkordion--------------------------------------------------------------
---------------------------------------------------------------------------
*/

#vertical_container {
	clear: both;
}

#vertical_container p {
	color: #333;
	padding: 0 15px 1em 15px;
}

.accordion_toggle, 
.vertical_accordion_toggle {
	height: 30px;
	line-height: 30px;
	background: #F8F8F8 url(./img/accordion/accordion_toggle.jpg) no-repeat top right;
	color: #333;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #F5F5F5;
	cursor: pointer;
}

.accordion_toggle_active, 
.vertical_accordion_toggle_active {
	background: url(./img/accordion/accordion_toggle_active.jpg) no-repeat top right #D62424;
	color: #FFF;
	border-bottom: 0 none;
}

.accordion_content, 
.vertical_accordion_content {
	padding-top: 17px;
	background-color: #FFF;
	color: #444;
	overflow: hidden;
}

#vertical_nested_container, 
#vertical_nested_container_scnd {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 760px;
}


/*
--- CSS Autoclear ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

ol.formlist li:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}