html, body {
	background-color: #F8F8F8;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
}

/* default classes for tags */
a {
	color: #CC0000;
	text-decoration: none;
}

h2 {
	font-size: 15px;
	color: #04335C;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #8A91AF;
}

input {
	background-color: #EDEDED;
	border: 1px solid #485D85;
}

textarea {
	background-color: #EDEDED;
	border: 1px solid #485D85;
}

/* specific divs */

/* the ie6 warning */
#iewarning {
	font-size: 9px;
	color: #666666;
}

/* a dotted divider */

#trenner {
	background-image: url(../../images/separator.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	padding-top: 10px;
}

/* first the main container including all contents */

#main_container {
	margin: 0px auto; 
	width:880px;
}

/* now the top navigation with the default links */

#top_nav {
	background-color: #485D85;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 19px;
}
#top_nav a {
color: #FFFFFF;
text-decoration:none;
}
 

/* this for the head with logo and all the adverts */

#header {
	background-color: #FFFFFF;
	height:181px;
	
/* where the logo sits */	
}
#logo {
	position: relative;
	left: 0px;
	top: 50px;
	width: 428px;
	height: 90px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
}
.company {
	display:none;
}
/* the adnord name in blue */

.adnord {
	color: #04335C;
}
/* where the image in the head is positioned */

#head_image {
	position: relative;
	left: 540px;
	top: -79px;
	width: 333px;
	height: 170px;
	background-image:url(images/head1.jpg);
	background-repeat: no-repeat;
}

.claim {
	display:none;
}

/* the nav divider is between head content and main navigation. can be filled with anything in this heighth */

#nav_divider {
	margin: 0px auto; 
	width:880px;
	background-color: #828BAA;
	height: 11px;
}

/* all the classes and elements for the main navigation */

#main_navi {
	margin: 0px auto;
	padding-left: 10px;
	padding-top: 5px;
	width:870px;
	background-color: #8A91AF;
	height: 30px;
	font-size: 15px;
	font-weight:bold;
	
}

#main_navi a {
	text-decoration:none;
	color: #FFFFFF;
}
#main_navi a:hover {
	text-decoration:none;
	color: #04335C;
}

/* now we have the content of the page */

#content {
	clear:both;
	margin: 0px auto;
	width:878px;
	background-color: #FFFFFF;
	border-left-style:dotted;
	border-right-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;
	background-image: url(images/bg_body.jpg);
}

/* in top of the columns we have the breadcrumbs trail */

#breadcrumbs {
	background-color: #EDEDED;
	background-image: url(images/bread.gif);
	background-repeat: no-repeat;
	height: 15px;
	font-size: 10px;
	color: #9A9B9C;
	padding-left: 8px;
	line-height: 16px;
}

.here {
	text-decoration: none;
	color: #04335C;
}

.crumbs {
	padding-left: 25px;	
}

/* crumbs  >> characters */
TD.headerNavigation {
font-size: 10px;
color: #9A9B9C;

}

/* crumbs text color */
a.headerNavigation {
font-size: 10px;
color: #9A9B9C;
text-decoration: none;
}

a.headerNavigation:active {
font-size: 10px;
color: #9A9B9C;
text-decoration: underline;
}


/* This defines the content layout probably when there ist no colum with 100% width we need the content_no_column in the content */

#content_no_column {
	padding: 20px;
	background-color: #FFFFFF;	
}

#content_left_column {
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	width: 631px;
	background-color: #FFFFFF;
}

#content_right_column {
	float:left;
	margin-top: 0px;
	width: 206px;
	/*min-height: 400px;*/
	background-color: #EBECF2;
	border-left-style:dotted;
	border-left-width: 1px;
	border-left-color: #9A9B9C;
}

#content_right_column a {
	font-size: 12px;
	color: #485D85;
}


/* defines styles for the boxes in the sidebar */
#boxheader {
	background-color: #485D85;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

#boxcontent {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #04335C;
}
/* defines the teaser in edit_header for the right column */ 
.teaser {
	font-size: 12px;
	font-weight: normal;
	color: #04335C;
}
.teaserquelle {
	font-size: 10px;
	font-weight: normal;
	color: #8E94B0;
}

/* defines the product page */

#product_left_column {
	padding-left: 30px;
	width: 250px;
	background-color: #FFFFFF;
}

#product_right_column {
	padding-left: 20px;
	background-color: #FFFFFF;
	
}

/* here is the of the template with the footer. All elements and classes for the template should defined before. 
   All Elements and classes from the e-commerce script should be defined after */

#footer {
	clear:both;
	margin: 0px auto;
	width:880px;
	background-color: #485D85;
	color: #FFFFFF;
	font-size: 12px;
	height: 110px;
}

#bottom_navi {
	padding-top: 20px;
	float:left;
	width:671px;
	height: 110px;
	font-size: 12px;
}

#bottom_navi a {
	color: #FFFFFF;
	text-decoration: none;	
}


#bottom_copy {
	padding-top: 35px;
	
}

.copy {
	font-size: 10px;
	}

#bottom_adress {
	padding-top: 20px;
	padding-left: 20px;
	line-height: 14px;
	
	
	
}

/* Begin to rewrite the elements and classes from the e-commerce script */

.pageHeading {
	font-size: 15px;
	color: #04335C;
	font-weight: bold;
}

.pageHeadingGrey {
	font-size: 15px;
	color: #9A9B9C;
	font-weight: bold;
}
/* some colors for use in admin */

.grey {
	color: #9A9B9C;
}

.darkgrey {
	color: #666666;
}

.adnordblue {
	color: #04335C;
}
/*
 * Buehne
 */

div.star-product {
  background: #fff url("../../images/buehne_top.jpg") no-repeat left bottom;
  height: 200px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: -20px;
}

div.star-product-50 {
  background-image: url("../../images/buehne_top.jpg");
}
div.star-product-50 a.star-category {
}
div.star-product-48 {
  background-image: url("../../images/buehne_sem.jpg");
}
div.star-product-48 a.star-category {
  color: #2b4cb5;
}
div.star-product-49 {
  background-image: url("../../images/buehne_pax.jpg");
}
div.star-product-49 a.star-category {
  color: #d27911;
}
div.star-product-50 {
  background-image: url("../../images/buehne_pages.jpg");
}
div.star-product-50 a.star-category {
  color: #559244;
}

div.star-product div.presentation {
	height: 198px; /* sum: 215px */
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 220px;
	background-image: url(../../images/bg_bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 190px 140px;
}

div.star-product div.navigation {
  height: 70px;
  overflow: hidden;
  padding: 0 12px 0 12px;
  position: relative;
}

div.star-product div.image {
  height: 185px;
  left: 5px;
  position: absolute;
  top: 12px;
  width: 166px;
  text-align: center;
}

div.star-product div.title {
	color: #04335C;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
}

div.star-product div.category-description {
  color: #595959;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.star-product div.category-link {
  font-size: 145%;
  font-weight: bold;
}

div.star-product div.price {
  bottom: 0px;
  right: 0px;
  padding-right: 12px;
  position: absolute;
  text-align: right;
}

div.star-product div.price span.star {
  background: transparent url("images/buehne_stern.jpg") no-repeat center center;
  display: block;
  float: right;
  height: 33px;
  margin-right: 9px;
  width: 33px;
}

div.star-product div.price span.price {
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	height: 25px;
	padding: 8px 0.7em 0 0.7em;
	background-color: #04335C;
}

div.star-product div.subtitle {
  color: #595959;
  line-height: 1.5em;
  font-size: 110%;
  font-weight: bold;
  padding-top: 12px;
}

div.star-product div.navigator {
  bottom: 27px;
  position: absolute;
  left: 290px;
}

div.star-product div.productlink-positioner {
  float: right;
  position: relative;
  margin-right: 1em;
  height: 33px;
  width: 12em;
}
div.star-product div.productlink {
	bottom: 0;
	color: #fff;
	
	right: 25px;
	bottom: 28px;
	position: absolute;
	background-color: #EBEBEB;
	background-image: url(images/link_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.star-product div.productlink a {
	color: #485D85;
}

 /* End Star Product */
a.categorie {
    font-size: 12px;
	color: #CC0000;
}

.cat_descr_header_box {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.cat_descr_header_box_cat {
	font-size: 12px;
	color: #B8BBCE;
	line-height: 20px;
}
#cat_descr_box_text {
	font-size: 12px;
	color: #8A91AF;
}

#cat_descr_box_text h3 {
	font-size: 12px;
	color: #04335C;
}
.cat_descr_header {
	font-size: 15px;
	color: #04335C;
}

.cat_descr {
	font-size: 15px;
	color: #8A91AF;
}

/* the main categories on startpage */
.main_cat_heading {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #485D85;
	line-height: 16px;
	font-weight: bold;
}

.main_cat {
	color: #04335C;
	font-size: 12px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;

}

.main_cat_price {
	color: #04335C;
	font-size: 12px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-bottom-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;
	border-bottom-color: #9A9B9C;
	background-color: #EBEBEB;
}

/* the products box in products listing tpl */

#products_box {
	font-size: 12px;
	color: #04335C;
	width: 270px;
	padding-right: 10px;
	padding-top: 20px;
}

#products_box_heading {
	width: 257px;
	height: 20px;
	background-color: #485D85;
	line-height: 20px;
}

.name a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

.small {
	font-size: 10px;
	color: #999999;
}

#products_box_content {
	width: 225px;
	min-height: 600px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px
}

#products_box_price {
	width: 225px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
}

#products_box_link {
	width: 245px;
	border-left-style:dotted;
	border-right-style:dotted;
	border-bottom-style:dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #9A9B9C;
	border-left-color: #9A9B9C;
	border-bottom-color: #9A9B9C;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
