/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FDE5D0;
	font-family: calibri, sans-serif;
	font-size: 15px;
	color: #6F6F6E;
	background: url(../img/bg-left.png) top left no-repeat #FDE5D0;
}

a { color: #EE7401; text-decoration: underline; }

a:hover { color: #b8621b;}
em, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

/*FONT OVERRIDES*/

.business-default .item {
	font-family: calibri, sans-serif;
}

.menu, .business-default {
	 font-family: "garamond-premier-pro", "Times New Roman", Times, serif; font-weight: normal; 
}

h1,
h2,
h3,
h4,
h5,
h6 { font-family: "garamond-premier-pro", "Times New Roman", Times, serif; font-weight: normal;  }

h1 {
	color: #EE7401;
	margin:5px 0 5px -20px;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
	font-variant: small-caps;
	
}

h2 {
	margin-top: -8px;
	margin-left: -20px;
	font-size: 1.2em;
	font-weight: normal;
}

.menu-dropdown a.level1,
.menu-dropdown span.level1 { 
	font-family: "garamond-premier-pro", "Times New Roman", Times, serif; 
}

.menu-dropdown .level1 .level1 span.title { font-size: 18px; }
.menu-dropdown .level1 .level1 span.subtitle {
	margin-top: 1px;
	font-size: 0.9em;
	font-variant: small-caps;

}

#toolbar a {
	color: #6F6F6E;
}

#toolbar a:hover {
	color: #EE7401;
}

#content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
}

#content ul li:before {content: "•"; padding-right: 5px; color:#EE7401;}

#content .wk-gallery-showcase ul li {
	text-align: center;
}
#content .wk-gallery-showcase ul li:before {
	content: none;
	padding: 0;
	
}

#content .business-default ul li:before  {
	content:"";
}

.gray {
	color: #6F6F6E;
}

.orange {
	color: #EE7401;
}

.wk-map .media {
	 float: left;
}
.wk-map h3 {
	 float: left;
    font-size: 1.3em;
    margin-left: 10px;
    width: 160px;
}

/*FIX IE7*/
#headerbar {
	overflow: hidden;
}

#menubar {
	overflow: hidden;
}


/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


.servicePage #maininner {
	background: url(../img/wer-wo-was.jpg) left bottom no-repeat;
}

