@import url("reset.css");
/*
Theme Name: Diaz Flores
Theme URI: 
Author: Christian Sattel
Author URI: http://www.christiansattel.de
Description: Template für Diaz Flores
Version: 1.0
License: Commercial
License URI: 
Tags: 
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



/* standard */
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 85%;
	line-height: 1.6em;
	color: #414548;
	background:#81898e;
	font-family: "Share", "Calibri", "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #838eaa;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#838eaa;
	text-decoration: none;
}

a:hover {
	color: #81898e;
	text-decoration:none;
}

/* Clear Class */
.c {
	clear: both;
}

/* Bild */
img, a img {
	border: 0;
}

/* Absaetze */
p {
	font-size:100%;
	line-height:1.6em;
	margin:1em 0;
	clear:both;
	text-align:justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
}

p.kontakt {
	margin:0;
	padding-top:10px;
	font-family: 'Share', Calibri, sans-serif;
	font-size:95%;
	word-spacing:2px;
}

ul li {
	list-style-type: disc;
	margin:0 0 0 5px;
	text-align:justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
}

ul {
	margin:1em 0 1em 1em;
	list-style-position: outside;
}

/* Links- bzw. Rechtsausrichtung fÃ¼r Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}


h1 {

}

h2, h3, .cform legend {
	color:#81898e;
	font-size: 16px;
	margin-bottom:14px;
	font-weight: bold;
	font-family: "Share","Calibri","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
.cform legend {
    margin-left: 0px;
}
/*
h3 {
	color:#838faa;
	font-size: 16px;
	font-weight: bold;
}
*/
h4 {

}

.height {
	height:80px;
	font-size: 38px;
	text-transform: uppercase;
}

/* Logo */

h1#logo {
	width:147px;
	font-size:16px;
	text-indent:20px; 
	color:#9f9f9f;
	position:relative;
	margin:0;
}

h1#logo {
	display:block;
	height:80px;
	padding:0;
	overflow:hidden;
	border:0;
	background: transparent; 
}

h1#logo em{
	background:transparent url(img/logo.jpg) 0px -0px no-repeat; 
	bottom:0pt;
	height:80px;
	left:0pt;
	position:absolute;
	right:0pt;
	top:0pt;
	width:147px;
}

/* Layout */

#wrapper {
	margin:60px auto 0;
	width:950px;
	background:#fff;
}

#header {
	float: left;
	height:80px;	
	width:660px;
	margin:20px 0 30px 0;
	z-index:1;
}

#header-left {
	background: #838fa9;
	float:left;
	width:220px;
	height:80px;
	margin:20px 30px 30px 20px;
}

/*Content */

#contentwrap {
	background:#fff;
	float:left;
	width:690px;
	margin:0 0 0 20px;
	padding:0;
	border-left:solid 220px #c3c9d7;
}

.border {
	margin-left: 30px;
}

.con {
	float: left;
	width:650px;
	margin:0;
}

.content_left {
	float:left;
	width:305px;
	margin:0 40px 0 0;
}

.content_right {
	float:left;
	width:305px;
}

/* Sidebar */

#sidebar {
	background: #c3c9d7;
	position: absolute;
	margin:130px 0 0 20px;
	float: left;
}

#sidebar img {
	padding-top:95px;
}

/* Navigation */

#navi {
	padding:0;
	margin:0;
	width:660px;
}

ul#navi {
	margin:0;	
	padding:0 0 60px 0;
	color:#fff;
}

#navi li {
	list-style: none;
	display:inline-block;
	float:left;
	background:#838faa;
	color:#fff;
	margin:0 4px 0 0;
	padding:0;
	font-size:18px;
	text-align:center;
}

#navi li a {
	color:#fff;
	font-weight:normal;
}

#navi li:hover { 
	text-decoration:none; 
	color:#fff;
	background:#81898e;
	text-align:center;
}

#navi li.current-menu-item {
	text-decoration:none; 
	color:#fff;
	background:#81898e;
	text-align:center;
}

#navi li.menu-item-21 {
	width:88px;
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-20 {
	width:88px;	
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-19 {
	width:134px;
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-18 {
	width:114px;
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-17 {
	width:108px;
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-16 {
	margin-right:0;
	width:108px;
	padding:4px 0;
	height:20px;
}

#navi li.menu-item-16 a {
	margin-right:0;
}

/* Footer */

#footer {
	clear:both;
	padding:10px 0;
}

#bottom {
	width:940px;
	margin:8px auto;
	font-size:14px;
	color:#fff;
	text-align: right;
}

#bottom a, #bottom a:hover {
	color:#fff;
	font-weight:normal;
}

.csColumn {
	width: 47% !important;
}
.csRow>.csColumnGap {
	width: 6% !important;
}
.csRow>.csColumnGap:first-of-type {
	width: 0 !important;
}

.cform {
	width: 660px;
}
.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:none;
	background:none; 
}
ol.cf-ol li {
	padding: 5px 0 20px 0;
/*	border-bottom: 1px solid #838FA9;*/
	border-bottom: 1px solid rgba(131, 143, 169, 0.5);
}
ol.cf-ol li.textonly {
	padding: 5px;
	text-align: left;
	border-bottom: none;
/*	margin: 20px 0 5px 0 !important;*/
	margin: 20px 10px 5px 0px !important;
}
.cform label {
	width: 660px !important;
	text-align: left;
	margin: 4px 10px 5px 0px;
}
.cform label span {
    width: 660px !important;
    display: block;
}
.cform textarea, .cform input {
    width: 652px;
}
.cform input, .cform textarea, .cform select {
    padding: 4px;
    background: #F9F9F9 none repeat scroll 0% 0%;
    border: 1px solid #838FA9;
    color: #81898E;
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
    background: #C3C9D7 none repeat scroll 0% 0%;
}
p.cf-sb {
    text-align: left;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	font-size: 1.2em;
	line-height: 1em;
	width: 150px;
	color: #414548;
	margin-bottom: 20px;
}
.cform input.backbutton:hover, .cform input.resetbutton:hover, .cform input.sendbutton:hover {
	cursor: pointer;
}
span.reqtxt, span.emailreqtxt {
    margin: 3px 0px 0px 0px;
    display: inline-box;
}