/* #################################### */
/* ### html, body, container, clear ### */
/* #################################### */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(http://velite.de/img/background.jpg) repeat-x #fff;
}

#container
{
	position: absolute;
	margin: 0 0 0 -490px;
	padding: 0;
	left: 50%;
	width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

img
{
	border: 0;
}

/* ############## */
/* ### header ### */
/* ############## */

#header
{
	margin: 0;
	padding: 0;
	width: 980px;
	height: 100px;
	background: url(http://velite.de/img/header_background.png) no-repeat transparent bottom center;
}

/* ################## */
/* ### navigation ### */
/* ################## */

#navigation
{
	float: left;
	margin: 50px 0 0 10px;
	padding: 0;
	/*width: auto;*/
	height: 50px;
	background: url(http://velite.de/img/navigation_background.png) repeat-x;
}

#navigation #right_border
{
	float: right;
	margin: 0 -7px 0 0;
	padding: 0;
	width: 7px;
	height: 50px;
	background: url(http://velite.de/img/navigation_background_right.png) no-repeat transparent;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style: none;
}

#navigation ul li
{
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 2px 0 0;
	width: auto;
	height: 30px;
	background: url(http://velite.de/img/navigation_li_border.gif) no-repeat center right;
}

#navigation ul li.short
{
	padding: 10px 0 0 0;
	background: url(http://velite.de/img/navigation_li_shortborder.gif) no-repeat center right;
}

#navigation ul li#current_li
{
	background-color: #fff;
}

#navigation ul li a
{
	margin: 0;
	padding: 0 20px 0 20px;
	border: 0;
	background: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #999;
}

#navigation ul li a:visited
{
	color: #999;
}

#navigation ul li a:hover, #navigation ul li a:focus
{
	color: #666;
}

#navigation ul li a#active
{
	color: #ec4a24;
}

#navigation ul li a.dropdown
{
	margin: 0 15px 0 0;
	padding: 0 15px 0 20px;
	background: url(http://velite.de/img/icon_dropdown_grey.gif) no-repeat transparent center right;
}

#navigation ul li a:hover.dropdown
{
	background: url(http://velite.de/img/icon_dropdown_darkgrey.gif) no-repeat transparent center right;
}

/* ################ */
/* ### dropdown ### */
/* ################ */

#navigation ul li .dd_navigation
{
	display: none;
	position: absolute;
	margin: 12px 0 0 -1px;
	padding: 0 0 8px 0;
	list-style: none;
	background: url(http://velite.de/img/dropdown_background.png) repeat-x transparent center bottom;
}

#navigation ul li .dd_navigation li
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 192px;
	border-top: 1px dotted #ccc;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	background-color: #fff;
}

#navigation ul li .dd_navigation li.dd_first
{
	/*border-top: 1px solid #fff;*/
	border-top: 1px solid #eaeaea;
}

#navigation ul li .dd_navigation li.dd_last
{
	border-bottom: 1px solid #c2c2c2;
}

#navigation ul li .dd_navigation li a
{
	display: block;
	margin: 0;
	padding: 5px 0 7px 22px;
	/*background-color: #f4f4f4;*/
	background-color: #fff;
}

#navigation ul li .dd_navigation li a em
{
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align: right;
	color: #ec4a24;
}

#navigation ul li .dd_navigation li a:hover
{
	/*background-color: #eaeaea;*/
	background-color: #f4f4f4;
}

/* ############ */
/* ### logo ### */
/* ############ */

#logo
{
	float: right;
}

#logo a
{
	margin: 0;
	padding: 0;
	border: 0;
	background:none;
}

/* ################################## */
/* ### contents, content, sidebar ### */
/* ################################## */

#contents
{
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 960px;
	height: auto;
	background: url(http://velite.de/img/container_background.png) repeat-y transparent;
}

#content
{
	float: left;
	margin: 0;
	padding: 0 0 60px 0;
	width: 650px;
	height: auto;
	background-color: #fff;
}

#sidebar
{
	float: right;
	margin: 0;
	padding: 0 0 40px 0;
	width: 310px;
	height: auto;
	border-top: 1px solid #fff;
}

#sidebar ul
{
	margin: 0 40px 0 40px;
	padding: 0;
	width: 230px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	list-style-image: none;
	list-style: none;
}

#sidebar ul li
{
	margin: 0;
	padding: 0;
}

#sidebar ul li p
{
	margin: 0;
	padding: 0;
}

#sidebar ul li ul
{
	margin: 0;
	padding: 0;
}

/* ############## */
/* ### footer ### */
/* ############## */

#footer
{
	margin: 0;
	padding: 0 0 100px 0;
	width: 980px;
	height: auto;
	background: url(http://velite.de/img/footer_background.png) no-repeat transparent top center;
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

/* ############################# */
/* ### footer -> legal, meta ### */
/* ############################# */

#footer #legal
{
	float: left;
	margin: 50px 0 0 50px;
	padding: 0;
	width: 590px;
	height: auto;
}

#footer #meta
{
	float: right;
	margin: 48px 0 0 0;
}

#footer #meta ul
{
	margin: 0;
	padding: 0 30px 0 0;
	width: 300px;
	height: auto;
	list-style: none;
}

#footer #meta ul li
{
	float: right;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}

#footer #meta ul li.borderless
{
	border: 0;
}

#footer #meta ul li a
{
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	background: none;
	text-transform: none;
	color: #666;
}

#footer #meta ul li a:visited
{
	color: #999;
}

#footer #meta ul li a:hover, #footer #meta ul li a:focus
{
	color: #000;
}

/* ############################## */
/* ### h1, h2, h3, h4, strong ### */
/* ############################## */

h1
{
	margin: 80px 0 10px 80px;
	font-size: 35px;
	font-weight: normal;
	color: #333;
	border: 0;
	background: none;
}

h1 em
{
	font-weight: bold;
	font-style: normal;
	color: #ec4a24;
	border: 0;
	background: none;
}

h1 a em
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 35px;
	text-transform: none;
	color: #ec4a24;
	border: 0;
	background: none;
}

h1 a:hover em
{
	margin: 0;
	padding: 0;
	color: #ffcc00;
	border: 0;
	background: none;
}

h2
{
	margin: 0 0 5px 80px;
	width: 490px;
	font-size: 25px;
	font-weight: bold;
	color: #ec4a24;
}

h2 em
{
	font-weight: bold;
	font-style: normal;
	color: #ec4a24;
}

h2.single
{
	margin: 80px 0 5px 80px;
	width: 490px;
	font-size: 25px;
	font-weight: bold;
	color: #ec4a24;
}

h2 a, h2 a:visited
{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	text-transform: none;
	color: #ec4a24;
	border: none;
	background: none;
}

h2 a:hover
{
	margin: 0;
	padding: 0;
	color: #333;
	border: none;
	background: none;
}

h3
{
	margin: 40px 0 20px 80px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h3 em
{
	font-weight: bold;
	font-style: normal;
	color: #ec4a24;
}

h3.orange
{
	font-weight: normal;
	color: #ec4a24;
}

#sidebar h3
{
	margin: 40px 0 20px 40px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

#sidebar ul li h3
{
	margin: 40px 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

#sidebar ul li h3 em
{
	font-weight: bold;
	font-style: normal;
	color: #ec4a24;
}

#sidebar ul li h3.orange
{
	font-weight: normal;
	color: #ec4a24;
}

h4
{
	margin: 40px 0 10px 80px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

h4 em
{
	font-weight: bold;
	font-style: normal;
	color: #ec4a24;
}

strong
{
	color: #333;
}

/* ######### */
/* ### p ### */
/* ######### */

#content p
{
	margin: 0 80px 0 80px;
	padding: 0;
	width: 490px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #666;	
}

#sidebar p
{
	margin: 0 40px 0 40px;
	padding: 0;
	width: 230px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

/* ############## */
/* ### ul, ol ### */
/* ############## */

ul
{
	margin: 30px 0 0 120px;
	padding: 0;
	width: 400px;
	height: auto;
	list-style-image: url(http://velite.de/img/icon_ul_orange.gif);
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

ul li
{
	margin: 0 0 15px 0;
}

ul li strong
{
	color: #333;
}

ul.boxed
{
	margin: 30px 0 30px 20px;
	padding: 0;
	width: 200px;
	height: auto;
	list-style-image: url(http://velite.de/img/icon_ul_orange.gif);
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

ol
{
	margin: 30px 0 0 120px;
	padding: 0;
	width: 400px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

ol li
{
	margin: 0 0 15px 0;
}

ol li strong
{
	color: #333;
}

/* ######### */
/* ### a ### */
/* ######### */

a
{
	margin: 0 3px 0 3px;
	padding: 0 0 2px 10px;
	border-bottom: 1px dotted #ccc;
	background: url(http://velite.de/img/icon_a_orange.gif) no-repeat transparent center left;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ec4a24;
}

a:visited
{
	color: #666;
}

a:hover, a:focus
{
	border-bottom: 1px dotted #666;
	background: url(http://velite.de/img/icon_a_grey.gif) no-repeat transparent center left;
	color: #999;
}

/* ################################### */
/* ### border_solid, border_dotted ### */
/* ################################### */

.border_solid
{
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.border_dotted
{
	margin: 30px 0 30px 0;
	padding: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #ccc;
}

.border_dotted_data
{
	margin: 50px 0 50px 0;
	padding: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #ccc;
}

/* ###################################### */
/* ### icon_download, icon_newsletter ### */
/* ###################################### */

.icon_download
{
	float: left;
	margin: 37px 10px 0 25px;
}

.icon_download a
{
	border: 0;
	background: none;
}

.icon_demo
{
	float: left;
	margin: 39px 10px 0 25px;
}

.icon_demo a
{
	border: 0;
	background: none;
}

.icon_newsletter
{
	/*position: absolute;*/
	float: right;
	margin: 30px 30px 0 0;
	padding: 0;
}

/* ############ */
/* ### form ### */
/* ############ */

input.input_singleline
{
	margin: 20px 0 0 40px;
	padding: 7px 10px 0 10px;
	width: 210px;
	height: 23px;
	border: 0;
	background: url(http://velite.de/img/input_single.gif) no-repeat transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

input.submit
{
	margin: 10px 0 0 40px;
	padding: 5px 10px 5px 10px;
	width: 230px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

.multi_center textarea.expanding
{
	margin: 0;
	padding: 20px;
	width: 190px;
	height: auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

.multi_top
{
	margin: 20px 0 0 40px;
	width: 230px;
	height: 3px;
	background: url(http://velite.de/img/input_multi_top.gif) no-repeat transparent;
}

.multi_center
{
	margin: 0 0 0 40px;
	width: 230px;
	height: auto;
	background: url(http://velite.de/img/input_multi_center.gif) repeat-y transparent;
}


.multi_bottom
{
	margin: 0 0 0 40px;
	width: 230px;
	height: 3px;
	background: url(http://velite.de/img/input_multi_bottom.gif) no-repeat transparent;
}


/* ############################# */
/* ### demobox_productslider ### */
/* ############################# */

#demobox_productslider
{
	margin: 30px 0 30px 60px;
}

/* ################## */
/* ### boxes, box ### */
/* ################## */

#content .boxes
{
	margin: 0 0 0 40px;
	padding: 0;
}

#content .box
{
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	width: 225px;
	height: auto;
}

#content .box h2
{
	margin: 0 0 20px 0;
	padding: 0;
}

#content .box p
{
	margin: 0;
	padding: 0;
	width: 225px;
	height: auto;
}

/* ##################### */
/* ### subnavigation ### */
/* ##################### */

#subnavigation
{
	margin: 30px 0 0 60px;
	padding: 0;
	width: 530px;
	height: 60px;
	background: url(http://velite.de/img/subnavigation_background.gif) no-repeat transparent;
}

#subnavigation ul
{
	margin: 0;
	padding: 0;
	width: 530px;
	height: auto;
	list-style: none;
}

#subnavigation ul li
{
	float: left;
	margin: 0;
	padding: 21px 0 0 0;
	height: 40px;
	list-style: none;
	background: url(http://velite.de/img/subnavigation_border.gif) no-repeat transparent right center;
}

#subnavigation ul li.borderless
{
	background: none;
}

#subnavigation ul li a
{
	margin: 0;
	padding: 0 25px 0 25px;
	border: 0;
	background: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #999;
}

#subnavigation ul li a:visited
{
	color: #ccc;
}

#subnavigation ul li a:hover, #subnavigation ul li a:focus
{
	color: #333;
}

#subnavigation ul li a.current
{
	color: #ec4a24;
}

/* ############# */
/* ### label ### */
/* ############# */

.label
{
	float: right;
	margin: 40px -5px 0 0;
	padding: 0;
	width: auto;
	height: 47px;
}

.label .left
{
	float: left;
	width: 10px;
	height: 47px;
	background: url(http://velite.de/img/label_left.png) no-repeat transparent;
}

.label .center
{
	float: left;
	margin: 0;
	padding: 8px 5px 0 5px;
	width: auto;
	height: 47px;
	background: url(http://velite.de/img/label_center.png) repeat-x transparent;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
	color: #fff;
}

.label .center span
{
	margin: 0 0 0 5px;
	font-size: 20px;
	font-weight: bold;
}

.label .right
{
	float: left;
	width: 10px;
	height: 47px;
	background: url(http://velite.de/img/label_right.png) no-repeat transparent;
}

/* ############ */
/* ### zend ### */
/* ############ */

.zend_form
{
	margin: 0;
	padding: 0;
	/*background-color: cyan;*/
}

.zend_form label
{
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
	background: url(http://velite.de/img/icon_dropdown_orange.gif) no-repeat left center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	color: #666;
}

/* -------------------- */
/* --- contact form --- */
/* -------------------- */

.zend_form #name-element
{
	margin: 0;
	padding: 0;
}

.zend_form #email-element
{
	margin: 0;
	padding: 0;
}

.zend_form #company-element
{
	margin: 0;
	padding: 0;
}

.zend_form #message-element
{
	margin: 0;
	padding: 0;
}

.zend_form #send-element
{
	margin: 0;
	padding: 0;
}

.zend_form input
{
	margin: 10px 0 10px 0;
	padding: 7px 10px 0 10px;
	width: 203px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.zend_form input#send
{
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 225px;
	height: 35px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

.zend_form textarea.expanding
{
	margin: 10px 0 0 0;
	padding: 10px;
	width: 203px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

/* ############ */
/* ### Demo ### */
/* ############ */

.SWF_Box
{
	margin: 30px 0 10px 80px; 
	width: 490px; 
	height: 250px; 
	border: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}

#demoSwf
{
	
}

.zend_form select
{
	margin: 10px 0 10px 0;
	padding: 7px 10px 7px 10px;
	width: 100%;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#demoControlls #fieldset-colone
{
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
	/*border: 1px solid cyan;*/
	border: 0;
}

#demoControlls #fieldset-coltwo
{
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	width: 225px;
	/*border: 1px solid cyan;*/
	border: 0;
}

#demoControlls #coltwo-label, #demoControlls #colone-label 
{
	display: none;
}

#demoControlls
{
	margin: 0 0 0 40px;
	padding: 0;
}

#demoControlls form
{
	margin: 0;
	padding: 0;
}

#demoControlls #refresh
{
	margin: 10px 0 20px 0;
	padding: 5px 10px 5px 10px;
	width: 490px;
	height: 35px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* ----------------- */
/* --- demo form --- */
/* ----------------- */

.zend_form #alignment-element
{
	margin: 0;
	padding: 0;
}

.zend_form #sliderDirection-element
{
	margin: 0;
	padding: 0;
}

.zend_form #spacing-element
{
	margin: 0;
	padding: 0;
}

.zend_form #margin-element
{
	margin: 0;
	padding: 0;
}

.zend_form #scaleSize-element
{
	margin: 0;
	padding: 0;
}

.zend_form #enableToolTips-element
{
	margin: 0;
	padding: 0;
}

.zend_form #enableSound-element
{
	margin: 0;
	padding: 0;
}

.zend_form #stageColor-element
{
	margin: 0;
	padding: 0;
}

.zend_form #iconColor-element
{
	margin: 0;
	padding: 0;
}

.zend_form #scrollSpeed-element
{
	margin: 0;
	padding: 0;
}

.zend_form #enablePrice-element
{
	margin: 0;
	padding: 0;
}

.zend_form #enableIcon-element
{
	margin: 0;
	padding: 0;
}

.zend_form #enableFixedToolTips-element
{
	margin: 0;
	padding: 0;
}

/* ############### */
/* ### toolbox ### */
/* ############### */

.toolbox_top
{
	margin: 40px 0 0 60px;
	padding: 0;
	width: 530px;
	height: 10px;
	background: url(http://velite.de/img/box_top.gif) no-repeat transparent;
}

.toolbox_center
{
	margin: 0 0 0 60px;
	padding: 0;
	width: 530px;
	height: 100%;
	background: url(http://velite.de/img/box_center.gif) repeat-y transparent;
}

.toolbox_bottom
{
	margin: 0 0 0 60px;
	padding: 0;
	width: 530px;
	height: 10px;
	background: url(http://velite.de/img/box_bottom.gif) no-repeat transparent;
}

/* ############# */
/* ### table ### */
/* ############# */

table
{
	margin: 0 0 0 80px;
}

table tr td
{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

table tr td.bold
{
	width: 100px;
	font-weight: bold;
}

/* ################# */
/* ### buybutton ### */
/* ################# */

.buybutton
{
	float: right;
	margin: 0 80px 0 15px;
	width: 125px;
	height: 50px;
}

/* ############ */
/* ### blog ### */
/* ############ */

.postmetadata
{
	margin: 0 15px 0 15px;
	padding: 0;
	font-size: 10px;
	text-transform: none;
	color: #999;
	text-align: left;
}

.postmetadata a
{
	text-transform: none;
}

.postmetadata .post_left
{
	float: left;
	padding: 5px 0 5px 0;
}

.postmetadata .post_left a
{
	font-size: 14px;
}

.postmetadata .post_right
{
	float: right;
	padding: 5px 0 5px 0;
}

.postmetadata .post_right a
{
	font-size: 14px;
}

.postmetadata strong
{
	color: #999;
}

.entry
{
	margin: 30px 0 0 0;
	padding: 0;
}

.entryimage img
{
	margin: 0 0 20px 0;
	padding: 0;
	border: 5px solid #ec4a24;
}

.entryimage img:hover
{
	margin: 0 0 20px 0;
	padding: 0;
	border: 5px solid #999;
}

a.entryimage
{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li
{
	padding: 5px 0 5px 40px;
	width: 270px;
	border-bottom: 1px dotted #ccc;
}

#sidebar ul li a, #sidebar ul li a:visited
{
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: 0;
	color: #ec4a24;
}

#sidebar ul li a:hover, #sidebar ul li a:focus
{
	color: #999;
}

#commentform input
{
	margin: 0 10px 10px 0;
}

.commentlist a
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	background: none;
	padding-bottom: 2px;
}

.commentlist a.url
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	background: none;
	border: 0;
}

cite.fn
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}

#content ol
{
	margin: 0;
	padding: 0;
	width: 650px;
	/*background-color: #f5f5f5;*/
}

#comment_background
{
	background-color: #f5f5f5;
}

#content ol li
{
	clear: both;
	margin: 0;
	padding: 40px 80px 40px 80px;
	width: 490px;
	list-style-type: none;
	border-top: 1px solid #e8e8e8;	
}

#content ol li p
{
	/*margin: 10px 80px 10px 80px;*/
	margin: 0;
	padding: 10px 10px 10px 0;
	width: 350px;
}

.velite_avatar
{
	float: right;
	border: 1px solid #e8e8e8;
	padding: 7px 7px 3px 7px;
}

a.url
{
	font-weight: bold;
}