/* global templatestyles by mediahof, John Zatkos, 2010/09/02 */

/*colors in use:

	orange:		#f58220
	lightgrey:	#fcfcfc
	grey:		#999
	logograu:	#a0a5a6

------------------------------------------------------------*/
/*
globale Elemente
------------------------------------------------------------*/

*{	margin:0;
	padding:0
	}

body {
	font:normal 100.01% verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0 0 50px 0;
	background:#fff url(../images/hintergrund.png) repeat-x;
	line-height:1.5em;
	}

body.contentpane{
	font:normal 80.01% verdana, arial, helvetica, sans-serif;
	padding:10px 25px;
	background:#fff
	}

body.contentpane p{
	text-align:left
	}

div {	
	margin:0;
	padding:0;
	border:0
	}

h1 {
	color:#333;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	font:bold 1.5em verdana, arial, helvetica, sans-serif;
	}

h2{
	color:#333;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	font:bold 1.3em verdana, arial, helvetica, sans-serif;
	}
	
h2.contentheading{
	color:#999;
	margin:10px 0 10px 0;
	font:bold 1.4em verdana, arial, helvetica, sans-serif;
	}

h3 {
	color:#333;
	margin:10px 0 5px 0;
	padding:10px 0 5px 0;
	font:bold 1.0em verdana, arial, helvetica, sans-serif;
	}
	
h4 {
	color:#333;
	margin:20px 200px 5px 0;
	padding:0;
	font:bold 0.85em verdana, arial, helvetica, sans-serif;
	}
	
h5, h6 {
	color:#333;
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
.normal{
	font-weight:500;
	}

p, address {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5em
	}

address {
	font:normal 1em verdana, helvetica, sans-serif;
	font-style:normal;
	margin:10px 0 10px 0
	}

address p {
	line-height:1em
	}

ul{
	margin:10px 0 10px 0;
	padding:0;
	list-style:none
	}
	
ol{
	margin:5px 0 0 25px;
	padding:0;
	}
ol ol{
	margin:5px 0 10px 10px;
	}

li {
	margin:0 0 8px 10px;
	padding:0 0 0 15px;
	background: url(../images/list_hover.gif) 0 7px no-repeat;
	line-height:1.5em
	}
	
.weblinks_items li {
	margin:0 0 8px 0;
	padding:0;
	background: none;
	line-height:1.5em
	}
	
ol li{
	margin:0 0 8px 10px;
	padding:0;
	background: none;
	}
	
a {

	color:#000;
	text-decoration:none
	}

a:hover , a:active, a:focus {
	background:#f58220;
	color:#fff;
	}

img {
	border:0;
	margin:0;
	padding:0
	}

hr {
	height:1px;
	border:0;
	border-top:1px dashed #f58220;
	margin:10px 0
	}

acronym {
	cursor:help;
	border-bottom:1px dotted #666;
	}

abbr {
	cursor:help;
	border-bottom:1px dotted #666;
	}

dl{
	background:#fff;
	margin:15px 0;
	padding:5px 5px 0 10px;
	}
dt{
	color:#333;
	font-size:1.4em;
	line-height:2em;
	font-weight:600;
	padding:5px
	}
dd {
	color:#333;
	font-weight:500;
	background:#fff;
	margin-bottom:5px;
	margin-left:25px;
	padding:0 10px
	}

sup {
	color:#f58220;
	font-weight:bold;
	font-size:10px;
	}


/* spezielle Elemente
------------------------------------------------------------*/
/* --------- */
.fussnote{
	font-style:italic;
	font-size:11px
	}

/* corporate colors */

.orangebackground{
	color:#fff;
	padding:1px 4px;
	background:#f58220;
	font-weight:600
	}
	
.grey, .grey a{
	color:#999;
	}

#page p a.external, a.external{
	padding-left:18px;
	background: url(../images/mh_external_link.gif) 0 0 no-repeat;
	font-weight:600;
	color:#f58220;
	}
	
a.external:hover, a.external:active, a.external:focus{
	color:#fff;
	background:#f58220
	}
	
.trenner {
	background:url(../images/trenner.gif) 0 0 no-repeat;
	height:30px;
	margin:1em 0 1em 0
	}

table.tabelle{
	width:100%;
	margin-bottom:10px
	}
	
.tabelle th, .tabelle td{
	text-align:left;
	padding:2px 5px;
	border:1px solid #ccc
	}
	
.tabelle th{
	color:#f58220
	}
	
.tabelle td{
	line-height:1.2em;
	}
	
.tabelle td a{
	line-height:1.5em;
	}
	
.weblinks_items a{
	color:#f58220;
	font-weight:600
	}

.weblinks_items a:hover, .weblinks_items a:focus, .weblinks_items a:active{
	color:#fff
	}

/* ausgeblendete Elemente
------------------------------------------------------------*/

.accessibility, .hidden, .element-invisible{
	display:none;
	visibility:hidden
}

/*Fehlermeldungen JS und CSS*/
.fehlermeldung{
	clear:both;
	margin:25px 10px;
	width:900px;
	color:#666;
	font-family:arial, sans-serif;
	font-weight:600;
	font-size:0.8em;
	position:relative;
	z-index:9;
	text-align:center;
}

.unsichtbar, a.skip {
	position:absolute;
	left:-3000px;
	top:-2000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline
}

a.skip:focus, a.skip:active {
	position:absolute;
	left:300px;
	top:10px;
	width:9em;
	height:1.1em;
	padding:5px;
	border:1px solid #eee;
	overflow:visible;
	display:block;
	font:normal small-caps 1.1em verdana, sans-serif;
	letter-spacing:1px
}

/* Site-Elemente / Layout
------------------------------------------------------------*/
#logo {
	padding:0;
	}
#logoimage {
	position:relative;
	left:38px;
	top:26px;
	float:left;
	}
	
/* Wrapper */
#wrapper {
	height:100%;
	width:100%; 
	display:block;
	}
* html #wrapper { /* ie6 und kleiner */
	height:1%;
	text-align:center;
	}

/* Spaltenlayout */

#center{
	margin:0 auto;
	width:940px;
	padding:0;
	}
	
* html #center{
	text-align:left;
	}

#top{
	width:940px;
	height:139px;
	background:#fff url(../images/top.png) 0 0 no-repeat;
	position:relative;
	}

/* horizontale Topnavigation */
#topnavigation {
	margin: 16px 23px 0 0;
	font-size: 0.8em;
	padding: 0;
	text-align: right;
	float: right;
}
	
* html #topnavigation {
	position:absolute;
	right:0;
	top:0;
	} 
	
#topnavigation ul {
	margin:0 !important;
	margin-left:240px;
	list-style-type:none
	}
	
#topnavigation  li {
    float:left;
	background:none;
    /*background:url(../images/topnav-left.png) 0 0 no-repeat;*/
    padding:0 !important;
	margin:0 1px 0 0;
	height:38px;
	}
	
#topnavigation  li#current, #topnavigation  li.active {
	background:url(../images/list_hover.gif) 0 19px  no-repeat;
    /*background:url(../images/topnav-active-left.png) 0 0 no-repeat;*/
	}
	
#topnavigation li:hover, #topnavigation li:focus, #topnavigation li:active {
	background:url(../images/list.gif) 0 19px  no-repeat;
	}
	
#topnavigation li a {
	margin:0;
	display:block;
	height:38px;
	line-height:38px;
	/*background:url(../images/topnav-right.png) top right no-repeat;*/
	padding:2px 10px;
	color:#a0a5a6;
	font-weight:600;
	float:left; /* necessary for ie6 */
	}
	
#topnavigation li a:hover, #topnavigation li a:focus {
	/*background:url(../images/topnav-active-right.png) top right no-repeat;*/
	background: none;	
	color:#f58220;
	}
	
#topnavigation li#current a, #topnavigation li.active a { 
	/*background:url(../images/topnav-active-right.png) top right no-repeat;*/
	text-decoration: underline;
	font-weight:600;
	color:#f58220;
	} 

/* Suchfunktion */
#search {
	position: absolute;
	right: 40px;
	top: 94px;
	height: 30px;
	width: 160px;
}
	
/* Header */
#header{
	background: url(../images/headerbg.png) 0 0 no-repeat;
	height:203px;
	text-align:left;
	}
	
* html #header {
	background: url(../images/headerbg-ie6.png) 0 0 no-repeat;
	}

	
/* Headerbild */
img#headerimage{
	background:#fff url(../images/header.jpg) 0 0 no-repeat;
	border:0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 21px;
	height:203px;
	width:637px;
	}
	
/* vertikale Navigation */

#navi {
	float:right;
	width:260px;
	margin:-203px 20px 0 0;
	padding:0 0 30px 0;
	}
* html #navi {
	position:relative;
	margin:-203px 10px 0 0;
	width:260px;
	overflow:hidden;
	}
* html #navi .moduletable {
	position:relative;
	width:260px;
	overflow:hidden;
	}

#navi ul {
	margin:0 !important
	}
#navi ul.menu li {
	margin:0;
	padding:0;
	background:none;	
	display:block !important ;
	z-index:99;
	}
#navi ul.menu  a {
	color:#fff;
	line-height:20px;
	display:block !important ;
	padding:15px 20px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;	
	background:#f58220;
	z-index:99;
	font-size:90%;
	font-weight:600;
	}
* html #navi ul.menu  a {
	padding:15px auto 15px 20px;
	}
#navi ul li a:hover {
	color:#fff;
	background:#a0a5a6
	}
#navi ul li a:focus, #navi ul li a:active {
	background:#a0a5a6;
	color:#fff
	}
#navi li ul.menu a {
	padding:9px 0 9px 35px
	}
/*#navi li ul li ul a {
	background:#a0a5a6
	}

#navi ul li.active a{
	background:#a0a5a6
	}*/
	
* html #navi .moduletable li a{ /* necessary for ie6 */
	width:260px;
	overflow:hidden;
	}
	
.separator span{
	font-weight:500;
	font-style:italic;
	padding-bottom:3px;
	border-bottom: 1px dashed #f58220;
	margin:0;
	display:block;
	width:100%;
	}
	
.moduletable ul.menu_submenu {
	padding:30px 20px 20px 20px;
	margin:0;
	font-size: 0.85em;
	}
	
.moduletable ul.menu_submenu  ul{
	padding:10px 0 !important
	}
	
.moduletable ul.menu_submenu   li{
	list-style:none !important;
	background:none;
	margin:0;
	padding:0
	}
.moduletable ul.menu_submenu  li a{
	color:#333 !important;
	background:url(../images/list.gif) 0 9px  no-repeat;
	border-bottom:solid 1px #ccc !important;
	padding:3px 0 0 20px;
	display:block;
	margin:0 !important
	}
.moduletable ul.menu_submenu  li a:hover ,
.moduletable ul.menu_submenu  li a:active,
.moduletable ul.menu_submenu  li a:focus{
	color:#fff !important;
	}
.moduletable ul.menu_submenu li.active a{
	background: url(../images/list_hover.gif) 0 9px no-repeat !important;
	color:#f58220 !important;
	font-weight:600;
	}

/* 3rd level */

.moduletable ul.menu_submenu li.active   li  a {
	padding-left:30px
	}

.moduletable ul.menu_submenu li.active   li  a{
	background:none !important;
	color:#333 !important;
	border:0 !important;
	font-weight:normal
	}
.moduletable ul.menu_submenu li.active   li  a:hover,
.moduletable ul.menu_submenu li.active   li  a:active,
.moduletable ul.menu_submenu li.active   li  a:focus{
	color:#fff !important;
	background:#f58220 !important
	}
.moduletable ul.menu_submenu ul li{	
	line-height:1.2em;
	}
.moduletable ul.menu_submenu ul li#current a{
	background: url(../images/list_hover.gif) 10px 7px no-repeat !important;
	color:#f58220 !important;
	font-weight:600;
	}

/* Extramenu */

.moduletable ul.menu_extramenu {
	padding:30px 20px 20px 20px;
	margin:0;
	font-size: 0.85em;
	}
	
.moduletable ul.menu_extramenu  ul{
	padding:0 0 10px 0;
	}
	
.moduletable ul.menu_extramenu   li{
	list-style:none !important;
	background:none;
	margin:0;
	padding:0
	}
	
.moduletable ul.menu_extramenu  li a{
	color:#333 !important;
	background:url(../images/list.gif) 0 9px  no-repeat;
	border-bottom:solid 1px #ccc !important;
	padding:3px 0 3px 20px;
	display:block;
	margin:0 !important;
	font-weight:600;
	font-size:1.2em;
	}
	
.moduletable ul.menu_extramenu  li a:hover ,
.moduletable ul.menu_extramenu  li a:active,
.moduletable ul.menu_extramenu  li a:focus{
	color:#fff !important;
	background:#f58220 !important;
	}
	
.moduletable ul.menu_extramenu li.active a{
	background: url(../images/list_hover.gif) 0 9px no-repeat !important;
	color:#f58220 !important;
	font-weight:600;
	}

/* 2nd level */

.moduletable ul.menu_extramenu ul li{	
	line-height:1.2em;
	}

.moduletable ul.menu_extramenu li.active   li  a{
	padding-left:30px;
	background:none !important;
	color:#666 !important;
	border:0 !important;
	font-weight:600;
	font-size:1.0em;
	}
	
.moduletable ul.menu_extramenu li.active   li  a:hover,
.moduletable ul.menu_extramenu li.active   li  a:active,
.moduletable ul.menu_extramenu li.active   li  a:focus{
	color:#fff !important;
	background:#f58220 !important
	}
	
.moduletable ul.menu_extramenu ul li#current a, .moduletable ul.menu_extramenu ul li.active a{
	background: url(../images/list_hover.gif) 10px 7px no-repeat !important;
	color:#f58220 !important;
	font-weight:600;
	}
	
/* 3rd level */

.moduletable ul.menu_extramenu li.active ul ul a, .moduletable ul.menu_extramenu li.active ul li#current ul a{
	padding-left: 40px;
	background:none !important;
	color:#666 !important;
	font-weight:500;
	}
	
.moduletable ul.menu_extramenu li.active ul ul a:hover, .moduletable ul.menu_extramenu li.active ul li#current ul a:hover,
.moduletable ul.menu_extramenu li.active ul ul a:focus, .moduletable ul.menu_extramenu li.active ul li#current ul a:focus,
.moduletable ul.menu_extramenu li.active ul ul a:active, .moduletable ul.menu_extramenu li.active ul li#current ul a:active{
	background:#f58220 !important;
	color:#fff !important;
	font-weight:500;
	}
	
.moduletable ul.menu_extramenu ul ul li#current a{
	background: url(../images/list_hover.gif) 10px 7px no-repeat !important;
	color:#f58220 !important;
	font-weight:500;
	}
	
	
/* Contentmodul Medienpartner Spalte rechts */

.mod_placehere_{
	padding-right:15px;
	}

/* Inhaltsbereich  und vertikales Menu*/
#innerwrap {
	width:940px;
	font-size:0.8em;
	padding:0;
	background: url(../images/headerbgwhite.png) 0 0 repeat-y;
	}
	
 * html #innerwrap {
	margin-top:-3px;
	background: url(../images/innerwrapbg-ie6.png) 0 0 repeat-y;
	} 

#innerwrap p a.internal {
	padding:0 0 0 18px;	
	background: url(../images/mh_internal_link.gif) 0 0 no-repeat;
	color:#000
	}
	
#innerwrap li a.internal {
	padding:0 18px 0 0;
	background: url(../images/mh_internal_link.gif) 100% 0 no-repeat; 
	color:#000;
	font-weight:600;
	}
	
#innerwrap li a.category {
	padding:0;
	/* background: url(../images/mh_internal_link.gif) 100% 0 no-repeat; */
	color:#000;
	font-weight:600;
	}
	
#innerwrap .tabelle a.internal {
	padding:0 0 0 0;
	background: url(../images/mh_internal_link.gif) 100% 0 no-repeat;
	color:#000;
	font-weight:500;
	display:block;
	width:100%;
	height:100%
	}
	
#innerwrap .tabelle a:hover, #innerwrap .tabelle a:active, #innerwrap .tabelle a:focus, #innerwrap li a.category:hover, #innerwrap li a.category:focus, #innerwrap li a.active	{
	color:#fff;
	background:#f58220
	}

#innerwrap .tabelle a:hover#raumfuerideen, #innerwrap .tabelle a:active#raumfuerideen, #innerwrap .tabelle a:focus#raumfuerideen{
	background:none;
	background: url(../images/raumfuerideen-hover.gif) 0 0 no-repeat; 
	}

#innerwrap li a.external {
	padding:0 18px 0 0;
	background: url(../images/mh_external_link.gif) 100% 0 no-repeat;
	color:#000;
	font-weight:600;
	}

#innerwrap p a:hover, #innerwrap p a:active, #innerwrap p a:focus {
	color:#fff;
	background:#f58220
	}
	
#innerwrap p a.internal:hover, #innerwrap p a.internal:active, #innerwrap p a.internal:focus{
	color:#fff;
	background:#f58220 url(../images/mh_internal_link.gif) 0 0 no-repeat
	}	
	
#innerwrap li a.internal:hover, #innerwrap li a.internal:active, #innerwrap li a.internal:focus{
	color:#fff;
	background:#f58220 url(../images/mh_internal_link.gif) 100% 0 no-repeat
	}

#innerwrap li a.external:hover, #innerwrap li a.external:active, #innerwrap li a.external:focus{
	color:#fff;
	background:#f58220 url(../images/mh_external_link.gif) 100% 0 no-repeat
	}
	
#innerwrap li p{
	margin:3px 0 4px 0
	}

#content{
	margin:0 300px 0 20px;
	position:relative;
	}
	
#full #content{
	margin:0 20px 0 20px;
	}
	
*:first-child+html #content{
	margin:0 200px 0 20px;
	}
* html #content{
	margin:0 200px 0 17px;
	width:602px;
	}
	
#content2{
	margin:0;
	padding:10px 20px 0px 15px;
	width:603px;
	position:relative;
	left:2px;
	min-height:300px;
	border-right:1px dashed #f58220;
	}
	
#full #content2{
	width:862px;
	border-right:none;
	}

*:first-child+html #content2{
	padding:20px 20px 20px 15px;
	}
		
* html #content2{
	position:relative;
	left:4px;
	width:602px;	
	height:300px;
	}
	
/* Bereich rechts unter ID=navi */	
* html #secondnavi{
	width:240px;
	position:relative;
	overflow:hidden;
	}
	
/* Realisierung (Impressum) */
#navi .custom {
	padding:10px 15px 0 18px;
	font-size:0.8em;
	color:#666;
	}
#navi .custom a{
	color:#666;
	}
#navi .custom h2{
	margin:10px 5px 10px 0;
	border-bottom:1px dashed #999;
	}
	
/* Footer */
#footer{
	height:75px;
	width:940px;
	background: url(../images/footer.png) left bottom no-repeat;
	}
	
#kontakt{
	font-size:0.7em;
	}
	
#kontakt div{
	float:left;
	padding-right:50px;
	}

/*  Login/Logout */
div#description_login_text{
	width:300px;
	}
	
.login-description img, .logout-description img{
	float: right;
	}
	
/* Sonstige */
.mosform_error {
	font-size:0.8em;
	font-weight:bold;
	color:#008CD4;
	padding:5px;padding-left:0;
	text-align:left;
	margin:0;
	float:left;
	clear:left
	}

ul.pagination li {
	display:inline;
	background:none
	}
	
p.buttonheading{
	float:right;
	}

/* Formulare */

#dynamic_recaptcha_1{
	margin-left:180px;
	}
	
.visBtnCon {
	margin-bottom: 10px;
	margin-top: 34px;
	margin-left: 180px;
	text-align: left !important;
	}
	
.chzn-container-single .chzn-single {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  display: block;
  height: 23px;
  width: 100px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chzn-drop .chzn-results li.active-result {
	width: 100%;
	background: none;
}

.chzn-drop .chzn-results li.active-result:hover {
	color:orange;
}

.chzn-drop .chzn-results li.active-result.result-selected {
	color:orange;
}

fieldset {
	margin:0;
	padding:20px 20px 20px 0px;
	border:1px solid #fff;
	background:#fff
	}
label {
	font:bold 1em arial, helvetica, sans-serif;
	color:#666;
	display:block
	}
legend {
	background:#fff;
	color:#666;
	padding:4px 7px;
	font-weight:600;
	font-size:1em;
	border:dashed 1px #999
	}
form label.radio {
	margin:0 10px 10px 20px
	}
form label.radio input {
	position:relative;
	right:10px;
	}
textarea {
	width:400px;
	height:200px;
	border:solid 1px #999;
	}
input, input.inputbox {
	background:#fff;
	border:solid 1px #999;
	padding:2px;
	text-align:left
	}
input.button, input.btn, button.button{
	color:#fff;
	text-align:center;
	margin:0;
	padding:2px;
	border:solid 1px #999;
	background:#999;
	cursor:pointer;
	}

* html input.button {
	padding:2px
	}
input:focus {
	color:#000
	}

input.button:hover, input.button:focus, input.button:active,
input.btn:hover, input.btn:focus, input.btn:active,
button.button:hover, button.button:focus, button.button:active{
	color:#000;
	background:#f58220;
	border:solid 1px #f58220;
	}

form.search_result,
form.registration,
form.lost_password,
.login_form {
	background:#fff;
	margin:15px 10px 0;
	padding:0;
	position:relative
	}

.search_result .button,
form.registration .button {
	background: #f58220;
	border:0;
	color:#fff;
	font-weight:600;
	margin:10px 0 0;
	padding:5px;
	cursor:pointer;
	}

.registration fieldset p {
	margin:10px 0;
	}

.registration div,.login_form div,.lost_password div {
	margin:5px 0;
	}

/* Suchformular */

#search #mod-search-searchword89 {
	width: 120px;
}

/* Suchergebnisse */
.searchintro{
	margin:0 0 20px 0;
	padding:0
	}
.results {
	padding:0 !important
	}
.display{
	margin:20px 0 0 0;
	text-align:right
	}
.filter {
	margin: 10px 0 0 0
	}
.inputbox:focus {
	border: solid 1px #f58220
	}
.highlight{
	font-weight:600;
	color:#f58220
	}
fieldset.only , fieldset.phrase {
	border:solid 1px #ccc;
	background:#fff;
	padding:10px 0 10px 10px;
	margin-top:10px
	}
fieldset.word {
	background:#fff;
	border:solid 0px #cecece !important;
	padding:10px 0 10px 0px
	}
.word legend  , .only legend , .phrase legend {
	background:#fff;
	margin:0;
	padding:4px;
	color:#f58220;
	font-weight:600
	}
.word {
	background:#fff;
	padding:10px 10px 10px 0;
	border:solid 1px !important;
	margin: 0 0 30px 0
	}
.description {
	padding:0
	}
ol.list{
	list-style-position:inside;
	margin:20px 0 0 0 !important;
	padding:0 !important
	}
ol.list li {
	border:solid 1px #f58220;
	margin:10px 0 0 0;
	padding:10px;
	background:#fcfcfc
	}
ol.list li h4 {
	color:#f58220;
	display:inline;
	margin:0 0 10px;
	font-weight:600;
	font-size:1em
}

/*Selects*/
.phrase .inputbox{
	background:#fff;
	color:#000;
	display:block;
	height:1.5em;
	margin-top:10px;
	width:12em;
	border:solid 1px
	}
.phrase label, .word label , .only label{
	display:inline;
	margin:0 10px 0 0
	}
.phrase .inputbox  option{
	background:#eee;
	border-bottom:solid 1px #333;
	padding:2px
	}
.phrase .inputbox  option  a:hover{
	background:#c00;
	border-color:#cfd0d6;
	color:#fff
	}

/* Kontaktformular
------------------------------------------------------------*/
div.contact{
	margin:10px 0 10px 0
	}
#emailForm{
	margin-top:00;
	padding-top:30px;
	background:url(../images/trenner2.gif) 0 0 no-repeat
	}
input#contact_email_copy {
	display:inline;
	width:3em !important;
	cursor:pointer
	}
label.copy {
	display:inline !important;
	float:none !important
	}
#emailForm  .button{
	margin-top:20px;
	background:#f58220 !important;
	cursor:pointer;
	color:#fff;
	border:solid 1px #ccc;
	font-weight:600
	}
.contact input.invalid,.contact textarea.invalid {
	border:solid 2px #f58220
	}
.contact label {
	width:14em;
	display:block;
	float:left;
	color:#000;
	font-weight:400
	}
.contact_email {
	margin:10px 10px 10px 0
	}
.contact label.invalid {
	color:#f58220
	}
.contact address {
	margin:10px 0 0 0
	}
.contact address p {
	line-height:1.4em
	}
.contact p {
	margin:0
	}
	
/* Tooltips 
----------------------------------------*/

.tool-tip {    /*tip container css here*/
	width: 200px;
	font-size: 0.85em;
	color: #fff;
	border: 1px solid #f58220;

}

.tool-title {   /*tip title css here*/	
	background: #f58220;
	padding:5px 15px;
	font-weight: 600;
}

.tool-text {	   /*tip text css here*/
	background: #fff;
	padding:5px 15px;
	color: #58585a
}

/* clearfix
----------------------------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
