	@charset "utf-8";
/* DR MUELLER - WEBSITE */
/* GLOBAL STYLESHEET */
/* global.css*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f8f8f8;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.clear {
	clear: both;
}
.header-wrap {
	background: #fff;
}
.header , .sub-menu, .content , .footer {
	width: 926px;
	margin: auto;
	text-align: left;
}
.content-middle-left {
	width: 225px;
	float: left;
}
.content-middle-right {
	width: 665px;
	float: right;
}
.content-middle-right-cols {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}
.content-middle-right-slide,
.content-middle-right-bottom {
  padding: 0 15px;
}

.content-middle-right-cols .col1, .content-middle-right-cols .col2 {
	float: left;
	width: 280px;
}
.content-middle-right-cols .col1 {
	margin-right: 75px;
}
.content-middle-right-cols .csc-default {
	margin-bottom: 25px;
}
.footer-wrap {
	margin-top: 30px;
	background: url(images/footer_back.jpg) repeat-x;
	padding-top: 35px;
	color: #363636;
	padding-bottom: 75px;
}
.footer, .footer a, .footer a:visited, .footer a:focus {
	color: #363636;
	text-align: center;
	text-decoration: none;
}
.footer-menu, .footer-menu a, .footer-menu a:visited, .footer-menu a:focus {
	color: #015186;
}
.footer p, .copyright , .footer-links {
	margin-bottom: 0;
	margin-top: 10px;
}
.footer .footer-links a, .footer .footer-links a:visited, .footer-links .footer a:focus {
	color: #015186;
}
.social-links {
	width: 580px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}
.twitter-link, .facebook-link, .youtube-link {
	width: 180px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.twitter-link .csc-textpic-text p , .facebook-link .csc-textpic-text p , .youtube-link .csc-textpic-text p {
	margin-top: 0;
	padding-top: 5px;
}
/* CONTACT FORM */
.contact_form_field {
	margin-bottom: 8px;
}
.contact_form_field_text input , .contact_form_field_textarea textarea {
	border: 1px solid #c4c4c4;
	display: block;
	width: 217px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
}
.contact_form_field_text input:focus , .contact_form_field_textarea textarea:focus {
	color: #666;
}
.contact_form_field_textarea textarea {
	height: 70px;
}
.contact_form_field_submit input , #tx_odsajaxmailsubscription_pi1_prefform input[type=submit] {
	background: url(images/btn_back.jpg) repeat-x;
	border: 0 none;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.spacer-small {
	height: 25px;
	clear: both;
}
.spacer-big {
	height: 100px;
	clear: both;
}
/* Sitemap */
.content-middle-right-cols .csc-menu-1 {
	margin: 0;
	padding: 0;
}
.content-middle-right-cols .csc-menu-1 LI {
	list-style: none;
	font-weight: normal;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #015186;
}
.content-middle-right-cols .csc-menu-1 LI a, 
.content-middle-right-cols .csc-menu-1 LI a:visited, 
.content-middle-right-cols .csc-menu-1 LI a:focus {
	color: #015186;
	text-decoration: none;
	display: block;
}
.content-middle-right-cols .csc-menu-1 LI a:hover {
	text-decoration: underline;
}

/* Intro Links - Brands*/
.brandlinks ul {
	margin:0;
	padding:0;
	list-style:none;
}
.brandlinks ul li {
	display:block;
	float:left;
	width:105px;
	border:1px solid #bdbdbd;
	background:url(images/intro-links-back.jpg) repeat-x #bdbdbd;
	color:#000;
	margin-right:5px;
	margin-bottom:10px;
}
.brandlinks ul li a {
	display:block;
	color:#000;
	background:url(images/arrow_icon.jpg) no-repeat 5px 7px;
	height:21px;
	padding-top:7px;
	padding-left:28px;
	padding-right:5px;
}

/* toTop */
a.toTop {
  border-radius: 50%;
  background-color: #074e82;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  font-size: 1.2em;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  transition: opacity 200ms ease-in ;
}
a.toTop:hover {
  color: #FFF;
  opacity: 0.9;
}
/* hide Elements */
.content-middle-right-slide,
.content-middle-right-bottom {
  display: none;
}

