html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #cfd7ee;
	background-image: url('../images/layout/background.png');
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #0056BD;
	text-align: center;
	font-weight: normal;
}

/* general styles */
a {
	cursor: pointer;
}

img {
	border: none;
}

sup {
	font-size: 80%;
	line-height: 0;
}

dl { 
   margin-top: 1em;
}
dt { 
   float: left;
   clear: left;
   width: 160px;
}
dd {
overflow: auto;
margin-bottom: 0.75em;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.serviceRight  .small {
	padding-left: 30px;
}

.small {
	font-size: 10px;
	line-height: normal;
}

.smaller {
	font-size: 9px;
	line-height: normal;
}

.orange1 {
	color: #f1967b;
}

.orange2 {
	color: #db372d;
}

.orange3 {
	color: #e64135;
}

p.product_headlines {
	font-weight: bold;
	padding: 12px 0 0 0;
}

p.floatedRight {
	float: right;
	padding: 0 0 15px 20px;
	margin: 4px 0 0 0 !important;
}

p.floatedLeft {
	float: left;
	padding: 0 15px 15px 0;
	margin: 4px 0 0 0 !important;
}

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

/* practice lists */
.serviceRight ol {
	margin: 0 0 0 0;
	padding: 15px 0 0 30px;
}

.serviceRight ol li {
	margin: 0 0 10px 0;
}

.serviceRight ol li.last {
	margin: 0 0 0 0;
}

/* layout */
#pageTable {
	width: 660px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

#pageTable #top {
	background-image: url('../images/layout/tableTop.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#pageTable #top.history {
	background-image: url('../images/layout/tableTopHistory.gif');
}

#pageTable #bottom {
	background-image: url('../images/layout/tableBottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#pageTable #bottom.history {
	background-image: url('../images/layout/tableBottomHistory.gif');
}

#header {
	width: 660px;
	height: 65px;
	margin: 20px 0 0 0;
	background-image: url('../images/layout/header.png');
}

#header img.right {
	width: 145px;
	height: 65px;
	float: right;
}

#header img.left {
	width: 185px;
	height: 65px;
	float: left;
}

#navigation {
	width: 660px;
	height: 23px;
	background-image: url('../images/layout/primarylinks.png');
	background-repeat: repeat-x;
	background-position: top;
}

#subnavigation ul {
	margin: 0 0 0 0;
	padding: 5px 0 5px 8px;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
}

#subnavigation ul li {
	display: inline;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #d8deee;
	padding: 0 9px 0 6px;
}

#subnavigation ul li.first {
	padding: 0 9px 0 0;
}

#subnavigation ul li.last {
	border-right: none;
	padding: 0 0 0 6px;
}

#content {
	background-color: #FFF;
	line-height: 16px;
	position: relative;
}

#content.history {
	background-color: #01559e !important;
}

.finalgon_exercise {
	border: 1px solid #326fb0;
	width: 210px;
	background-image: url('../images/content/tippBox.png');
	float: left;
	margin: 3px 0 15px 0;
	color: #FFF;
	padding: 15px 0 15px 15px;
}

.finalgon_exercise  p a {
	color: #ffffff;
	font-weight: bold;
}

#tabs {
	padding: 10px 0 0 0;
}

#tabs ul {
	margin: 0 10px 0 50px;
	padding: 2px 2px 2px 5px;
	background-color: #cfd7ee;
	border: 1px solid #abb5cf;
	list-style-type: none;
}

#footer {
	width: 660px;
	height: 21px;
	margin: 0;
	background-image: url('../images/layout/secondarylinks.png');
	background-repeat: repeat-x;
	background-position: top;
}

#footer ul, #navigation ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 11px;
}

#footer ul li, #navigation ul li {
	background-image: url('../images/layout/naviSeperator.png');
	background-repeat: no-repeat;
	display: inline;
	padding: 0 2px 0 8px;
}

#footer ul li.first, #navigation ul li.first {
	background-image: none;
	padding: 0 2px 0 0;
}

/* frontpage */
#swf {
	width: 660px;
	height: 268px;
	overflow: hidden;
}

/* content */
#content.gradientTop {
	background-image: url('../images/content/gradientTop.png');
	background-repeat: repeat-x;
	background-position: top;
}

#gradientBottom {
	height: 85px;
	background-image: url('../images/content/gradientBottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 0 0 0;
}

#disclaimer { 
margin-bottom: 20px;
overflow: hidden;
background-color: #fff;
background-image: url('../images/content/gradientBottom.png');
background-repeat: repeat-x;
background-position: bottom;
}
#pflichtpopup { position: absolute; top: 50px; left: 50px; width: 1px; height: 1px; background: transparent;}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 0 20px;
	margin: 0 0 0 0;
	line-height: normal;
}

#content h1.large {
	font-size: 30px;
	padding: 20px 20px 10px 20px;
}

#contentContainer {
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
}

#contentContainer h2 {
	margin: 25px 0 -5px 0;
	font-weight: bold;
	font-size: 13px;
}

#contentContainer p, #contentContainer li {
	margin: 15px 0 0 0;
}

#contentContainer ul {
	margin: 15px 0 0 13px;
	padding: 0;
}

#contentContainer ol, .newsEntry ol {
	list-style: decimal outside;
}

#contentContainer ol li, .newsEntry ol li {
	margin-left: 2em;
}



/* contact */
.error_message p {
	color: red;
	padding: 0 0 5px 0 !important;
}

.error_message ul {
	margin: 0 0 0 0;
	padding: 15px 0 15px 13px;
	line-height: 18px;
	color: red;
}

.contactInputRow {
	margin: 10px 0 0 0;
}

.contactInputRow.first {
	margin: 25px 0 0 0;
}

.contactInputRow input, .contactInputRow textarea {
	border: 1px solid #cfd7ee;
	color: #333333;
	padding: 0 2px 0 2px;
	width: 350px;
}
.contactInputRow input:focus, .contactInputRow textarea:focus {
  background-color: #eef0f8;
  border-color: #abb5cf;
}
.contactInputRow textarea {
	height: 120px;
	width: 400px;
}

.contactInputRow.submit input {
	width: 73px;
	height: 24px;
	background-image: url('../images/content/contactButton.jpg');
	border: none;
}

/* service */
.serviceLeft {
	float: left;
	padding: 50px 25px 0 0;
}

.serviceRight {
	float: left;
	padding: 50px 0 0 0;
	width: 310px;
}

.serviceRight h1 {
	margin: 0 0 0 0 !important;
	padding: 0 0 3px 0 !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

.serviceRight h1.serviceFirst {
	padding: 22px 0 3px 0 !important;
}

.serviceRight h1.serviceFirst.practice {
	padding: 1px 0 3px 0 !important;
}

/* products on frontpage */
#productContainer {
   margin-top: 15px;
	background-image: url('../images/products/bitdesign/productBackground.gif');
	background-repeat: repeat-x;
}

#products {
	margin: 0;
}

#productEntries {
width: 660px;
}

#productEntries .entry {
   float: right;
	width: 280px;
	margin: 7px 22px 0 22px;
}

#productEntries .entry.first {
	float: left;
}

#node_produkte #productEntries .entry {
	margin-right: 21px;
}
#node_produkte #productEntries .entry.first {
	margin-left: 21px;
}


#productEntries .entry p {
	padding: 2.5em 0.25em 1em;
	margin: 0;
}
#productEntries .entry p .bold {
font-size: 13px;
}
#productEntries .entry p .smaller {
font-size: 11px;
}

#productEntries .entry p.more {
	padding: 0.5em 22px 1em;
	float: right;
}
#productEntries .entry img.stufe {
	padding: 0 0.25em;
}

#productEntries .entry .mirror {
	background-position: top left;
	background-repeat: no-repeat;
}

#productEntries .entry #mirror_creme {
	background-image: url('../images/products/bitdesign/mirror_creme.jpg');
	background-position: top right;
}
#productEntries .entry #mirror_creme p {
	padding-left: 58px;
}
#productEntries .entry #mirror_creme img.stufe { 
	margin-left: 55px;
}
#productEntries .entry #mirror_creme p.more {
	padding-right: 5px;
}

#productEntries .entry #mirror_capsicum {
	background-image: url('../images/products/bitdesign/mirror_capsicum.jpg');
}



#productEntries #prod_11 { -moz-opacity:.25; opacity:.25; }

#productEntries #prod_11 img { filter:alpha(opacity=25); }

 


/* news */
.newsEntry {
	padding: 0 20px 10px 20px;
}

.newsEntry .headline {
	width: 267px;
	height: 18px;
	background-image: url('../images/content/newsHeadline.png');
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	padding: 4px 0 0 8px;
	float: left;
	overflow: hidden;
}

.newsEntry .edit {
	float: right;
	font-size: 10px;
}

.newsEntry .line {
	height: 2px;
	background-image: url('../images/content/newsLine.png');
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.newsEntry .more {
	text-align: right;
	color: #E64135;
	font-weight: bold;
	padding: 5px 0 0 0;
}

.newsEntry .contentText {
	padding: 10px 0 0 0;
}

/* links */
a:link, a:visited {
	color: #E64236;
	text-decoration: none;
}

a:hover {
/*	color: #0056BD; */
	text-decoration: underline;
}

#subnavigation a:link, #subnavigation a:visited {
	text-decoration: none;
	color: #e74136;
}

#subnavigation a:hover, #subnavigation a.active {
	text-decoration: none;
	color: #0056BD;
}

#subnavigation a[href="/finalgonsalbeextrastark"] {
 	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}

.newsEntry .more a:link, .newsEntry .more a:visited {
	color: #E64135;
	text-decoration: none;
}

.newsEntry .more a:hover {
	color: #E64135;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a.active, #footer li.active-trail a {
	color: #0055A0;
	text-decoration: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #0055A0;
	text-decoration: none;
}

#navigation ul li.active-trail a:link, #navigation ul li.active-trail a:visited, #navigation ul li.active-trail a:hover,
#subnavigation ul li.active-trail a:link, #subnavigation ul li.active-trail a:visited, #subnavigation ul li.active-trail a:hover {
	color: #0055A0;
	text-decoration: none;
}

#navigation ul li a.active {
	color: #0055A0;
	text-decoration: none;
}

/* submenu der secondary-links wird oben in #subnavigation mittels function standard_preprocess_page eingeblendet und hier versteckt */
#footer .active-trail ul { display: none; }

/* tipp box */
.tippBox {
	border: 1px solid #326fb0;
	width: 232px;
	background-image: url('../images/content/tippBox.png');
	float: right;
	margin: 3px 0 15px 15px;
	color: #FFF;
	padding: 15px 0 15px 0;
}

.tippBox h3 {
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	font-size: 13px;
}

.tippBox p {
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
}

/*content graphic*/
#content_p {
	width:	620px;
}
#content_graphic {
	width: 341px;
	margin-left:15px;
	float:	left;
}
#content_s_text {
	width: 260px;
	float:	left;
}
/*product detail*/
#content_g {
	width:	610px;
	height:	450px;
}

#content_g2 {
	width:	620px;
	height:	515px;
}

#content_left {
	width:	410px;
	height:	515px;
	float:	left;
}

#w_one {
	width:	405px;
	height: 80px;
	margin-top: 15px;
}

#row_one {
	float:	left;
	width: 110px;
	height: 30px;
	margin-top: 5px;
}

#notes_box1 {
	width:	350px;
	height:	100px;
	padding: 4px 0 0 77px;
}

#notes_box2 {
	width:	325px;
	height:	80px;
	padding: 4px 0 0 110px;
}


#bullets {
	float:	left;
    width: 300px;
}

#text_box1 {
	width: 400px;
}

#text_box2 {
	width: 400px;
	padding-top: 70px;
}

#product_box1 {
	width:	400px;
	height:	160px;
	padding-top: 20px;
}

#product_box2 {
	width:	400px;
	height:	120px;
	padding-top: 20px;
}

#info_box {
	background: url(../images/products/rote_info_box.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 33px;
	color: #ffffff;
	text-align: center;
	margin: 30px 0 0 0;
  overflow: auto;
}

#text_box_s {
	width: 400px;
	height:40px;

}

#content_graphic2 {
	float: left;
	height: 449px;
	width: 192px;
	padding-top: 97px;
}

ul.navliste {
	list-style-type: circle;
}


