/* Css-Reset +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#intro_text {
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 24px;
	margin: 0 0 .8em 0;
	padding: 0 0 .5em 0;
	line-height: 30px;
	border-bottom: 1px solid  #e3e3e3;
} 
  

#intro_text p {
	font-size:12px;
	padding: 0 0 10px 0;
}

#intro_text a {
 	color: #0281ca;
	text-decoration: underline;

}

p.bold {font-weight: bold;}
p.italic {font-style: italic;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Css-Reset ---------------------------------------------------------------*/


html {
	height: 101%;
	font-size: 14px;
}

body {
	background-color: #fafafa;
	/*margin-top: 22px;*/
	font: 1em/1.28571428571em Arial;
	padding-bottom: 5em;
}

body.grid {
		background: url("../images/grid.gif");
}

#accessibility_navigation {
	display: none;
}

hr {
	display: none;
}

a:link,
a:visited {
	color: #7b7b7c;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 768px;
	overflow: hidden;
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
}

/* Logo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#logo {
	display:block;
	float:right;
	margin-bottom:10px;
	margin-top:19px;
}
/* Logo --------------------------------------------------------------------*/

/* SHOPPING CART +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#shopcart {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px
}

/* Global Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#global_navigation {
	margin-top:20px;
}

#global_navigation li {
	display: inline;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-right: 15px;
}

#global_navigation a:hover {
	text-decoration: underline;
}

/* Global Navigation -------------------------------------------------------*/

/* Main Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#main_navigation {
	clear: both;
/*	border-top: 1px solid #b6c0c6; */
	border-top: 1px solid #c4dcad;
	border-bottom: 1px solid #c4dcad;
	text-align: center;
	margin-bottom: 24px;
	padding: 2px 0;
	display: block;
	height: 24px;
	line-height: 23px;
/*	background: #f7e8e2; */
	background: #ecf7df; 
}

#main_navigation li {
	display: inline;
	line-height: 18px;
	padding-bottom: 1px;
}

#main_navigation a {
	line-height: 22px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0;
	color: #666;
}

#main_navigation a:hover,
#main_navigation .active a {
	background: #fff;
}
/* Main Navigation ---------------------------------------------------------*/

/* Sub Navigation LEFT MENU ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sub_navigation {
	width: 168px;
	color: #7b7b7c;
	font-size: 12px;
	float: left;
	margin: 3px 23px 20px 0;
}

#sub_navigation li {
	margin-bottom: 6px;
	line-height: 14px;
}

#sub_navigation li a {
	line-height: 14px;
/*	color: #0281ca; */
	color: #000;
}

#sub_navigation a:hover {
	text-decoration: underline;
}

#sub_navigation .active a {
	color: #bd121c;
}

#sub_navigation span {
	text-transform: uppercase;
	color: #7B7B7C;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #B6C0C6;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}

#sub_navigation .products {
	border-bottom: 1px solid #B6C0C6;
	margin: 5px 0 20px 0;
}

/*Sub Navigation -----------------------------------------------------------*/


/* Area Image ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_image {
	float: left;
	width:97px;
	margin-right: 22px;
	margin-top: 5px;
}
/* Area Image --------------------------------------------------------------*/

/* Content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content {
	margin-bottom: 2px;
	overflow: hidden;
/*	color: #7b7b7c; */
	color: #000;
	font-family: Arial;
	margin-bottom: 5em;
}

h1 {
	clear: none;
	font-size: 30px;
	line-height: 36px;
	font-family: "CorporateS-Light";
	color: #7b7b7c;
	margin-bottom: 23px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #7B7B7C;
	display: block;
	clear: both;
	padding: 15px;
	border: 1px solid #ede296;
	background: #fefbda;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #999;
}


h4 {
	margin-bottom: 6px;
}

#content a {
	color: #0281ca;
	text-decoration: underline;
}

#content em {
	font-style: italic
}

/*
#content strong {
	font-weight: bold;
	letter-spacing: 0.01em;
	font-size: 13px;
}
*/
#content a:hover {
	text-decoration: none;
}

#wrapper .start a {
	text-decoration: none;
}
#wrapper .start a:hover {
	color: #7B7B7C;
	text-decoration: underline;
}

#content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

#content p.bildunterschrift {
	font-size: 12px;
	line-height: 15px;
}

#content p img {
	margin-bottom: -12px;
}

#content hr {
	display: block;
	clear: both;
	background: #fff;
	border: 1px solid;
}

#wrapper .p_columns {
	overflow: hidden;
	width: auto;
	margin-right: -24px;
}

#wrapper .p_columns p{
	float: left;
	width: 234px;
	margin-right: 24px;
}

.links {
	float: left;
	width: 308px;
	margin-bottom: 29px;
}

.rechts {
	width: 247px;
	float: right;
	margin-bottom: 29px;
}

#content ul {
	clear: both;
	padding: 8px 12px 8px 24px;
	list-style: outside;
	line-height: 22px;
	list-style-type: disc;
}

.leistungen {
	border: 1px solid #7b7b7c;	
	position: relative;
	margin-bottom: 12px;
}

.ecke {
	display: block;
	width: 5px;
	height: 5px;
	background: url("../images/circle_7b7b7c.gif") no-repeat;
	position: absolute;
}

#content li {
	font-size: 14px;
}

#content .pusher {
	width: 558px;
	float: right;
}

#content .right_col {
	float: right;
	width: 247px;
	margin-left: 24px;
}

#content .article {
	padding-bottom: 3em;
	border-bottom: 1px solid #B6C0C6;
	margin-bottom: 3em;
}

#content .date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

/*Content ------------------------------------------------------------------*/

/* Start Order ---------------------------------------------------------*/

#order_options {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #7B7B7C;
	display: block;
	clear: both;
	padding: 15px;
}
.order_img {
	border: 1px solid #666;
}

/* End Order ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Start Form ---------------------------------------------------------*/
#contact label
{
width: 120px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
#contact fieldset
{
border: 1px solid #c4dcad;
width: 450px;
}
#contact .submit input
{
margin-left: 4.5em;
} 

#contact input
{
background: #ecf7df;
border: 1px solid #c4dcad;
font-size: 18px;
}
#plain input {
background: #fff;
border: 0px solid #fff;	
}

#contact textarea
{
background: #ecf7df;
border: 1px solid #c4dcad;
}

#contact .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #c4dcad;
} 

#contact legend
{
font-size: 18px;
background: #c4dcad;
border: 1px solid #c4dcad;
padding: 2px 6px;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 250px;
border: 1px solid #000;
padding: 2px;
background-color: #ffffcc;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* Start Footer ---------------------------------------------------------*/

div.footer {
 	border-top: 1px solid #ccc;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
}

/* End Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

