/*

©2006-2007 veloton ohg
veloton.com

www.heitkamm.de

Heitkamm GmbH Dachbaustoffe
Auf dem Toelen 10
D-59229 Ahlen
Fon  +49(0)2382 7840
Mail  info@heitkamm.de

--------------------------------------------------

orange #ed6f00
grey #454347

*/


/*** main elements ***/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-image: url(../_images/bg_main.jpg);
	background-repeat: repeat-x;
}
#vflash {
	width: 950px;
	height: 260px;
	margin: 0px;
	padding: 0px;
}
#vcontent_container {
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#vfooter {
	clear: both;
	width: 930px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	background-image: url(../_images/bg_navigation_orange.jpg);
	text-align: center;
}
#vcontainer_2col { /*** 2 col layout ***/
	margin: auto;
	width: 950px;
	text-align: left;
	background-image: url(../_images/bg_container_2col.gif);
}
#vcontent_2col {
	width: 660px;
	float: left;
}
#vcontent_2col_inside {
	padding: 10px;
	margin-left: 10px;
}
#vcontainer_3col { /*** 3 col layout ***/
	margin: auto;
	width: 950px;
	text-align: left;
	background-image: url(../_images/bg_container_3col.gif);
}
#vcontent_3col_left {
	width: 230px;
	float: left;
}
#vcontent_3col_left_inside {
	padding: 10px;
	margin-left: 10px;
}
#vcontent_3col_left_inside img {
	padding-bottom: 10px;
}

#vcontent_3col_right {
	width: 430px;
	float: left;
}
#vcontent_3col_right_inside {
	padding: 10px;
}
#vcontent_3col_right_inside img {
	padding-bottom: 10px;
}



/*** typo ***/

p, td, th {
	font: normal 11px verdana, helvetica;
	color: #333333;
	line-height: 17px;
	margin-top: 0px;
}
h1 {
	font: bold 11px verdana, helvetica;
	line-height: 17px;
	color: #ed6f00;
}
a:link, a:visited, a:active {
	color: #ed6f00;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#vfooter p {
	font: normal 11px verdana, helvetica;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
}
#vfooter a:link, #vfooter a:active, #vfooter a:visited, #vfooter a:focus  {
	color: #ffffff;
	text-decoration: none;
}
#vfooter a:hover  {
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px; /* fx 1.5*/
	-moz-outline: none; /* fx 1.07*/
	outline: none; /* fx 1.05, Safari, Mac IE*/
}


/*** Formulare ***/

input, option, select, textarea {
	font: normal 11px verdana, helvetica;
	color: #333333;
	padding: 1px;
}
form p {
	margin: 0px 10px 0px 0px;
}
select {
	width: 140px;
}


/*** navigation ***/

#vnavigation {
	width: 290px;
	float: right;
        xclear:both;
}
#vnavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font: normal 11px verdana, helvetica;
	line-height: 15px;
        clear:both;
}
#vnavigation li {
	padding-right: 10px;
}
#vnavigation a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	padding: 6px 0px 6px 15px;
}
#vnavigation .style_01 {
	background-image: url(../_images/bg_navigation_orange.jpg);
	color: #ffffff;
}
#vnavigation .style_01:hover {
	background-image: url(../_images/bg_navigation_orange_ro.jpg);
}
#vnavigation .style_02 {
	background-image: url(../_images/bg_navigation_lightgrey.jpg);
	color: #ed6f00;
	padding-left: 25px;
}
#vnavigation .style_02:hover {
	background-image: url(../_images/bg_navigation_lightgrey_ro.jpg);
}
#vnavigation .style_03 {
	background-image: url(../_images/bg_navigation_darkgrey.jpg);
	color: #ffffff;
}
#vnavigation .style_03:hover {
	background-image: url(../_images/bg_navigation_darkgrey_ro.jpg);
}


#vcontent_right {
	width: 290px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#vcontent_right_inside {
        text-align:left;
	margin: 0px;
	padding: 0px 0px 10px 15px;
}

#vcontent_right_inside p, td, th {
	font: normal 11px verdana, helvetica;
	color: #333333;
	line-height: 17px;
	margin-top: 0px;
}

#vcontent_right_inside a {
	border: 0px;
}
.csc-textpic-caption {
        text-align: left;
	font: normal 11px verdana, helvetica;
	color: #333333;
	margin-left: 5px;
        padding:0px;
}


/*** kataloge bestellen ***/

.order_table {
	width: 620px;
}
.order_table td input {
	width: 140px;
}
.vkatalogitem {
	width: 610px;
}
.vkatalogitem_image {
	width: 120px;
}
.vkatalogitem_description {
	width: 300px;
}


