/*
Theme Name: Dragi.co.at
Description: 
Author: Michael Wilke
Author URI: http://www.designtiger.at/
Version: 1.0
*/



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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

hr {
	clear:both;
	color: #efefec;
	background: #efefec;
	height: 0;
	border: 0; 
}

sub, sup {
      line-height: 0px;
      font-size: 60%;
    }

strong {
	font-weight: bold;
}

div { border: 0;}

a:focus {
	outline: none;
}

/*   STRUKTUR   */

@font-face {
    font-family: 'Museo300';
    src: url('Museo300-Regular-webfont.eot');
    src: url('Museo300-Regular-webfont.eot?iefix') format('eot'),
         url('Museo300-Regular-webfont.woff') format('woff'),
         url('Museo300-Regular-webfont.ttf') format('truetype'),
         url('Museo300-Regular-webfont.svg#webfontBsA9EFUC') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	/*font-size:12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-size:14px;
	font-family: 'Museo300', Arial, helvetica, sans-serif;
	width:auto;
	height:auto;	
	padding: 0;
	margin: 0;
	color: #333;	
	line-height: 1.618;
	background: #fff;
}

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

a:hover {
	color: #002ea3;
	text-decoration: none;
}

#top {
	height: 1px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	margin-top: 48px;
}

#header {
	height: 135px;
	margin: 16px 16px 32px 16px;
	padding-bottom: 16px;
	border-bottom: 3px solid #3760ac;
}

#topnav {
	width: 480px;
	height: 129px;
	float: left;
	background: #fff;
}

.page-template-page-reinigung-php #topnav {
	background: url(images/topnav.png) no-repeat 0 -130px;
}

.page-template-page-transport-php #topnav {
	background: url(images/topnav.png) no-repeat 0 -260px;
}

.page-template-page-verkauf-php #topnav, .page-template-page-katalog-php #topnav {
	background: url(images/topnav.png) no-repeat 0 -400px;
}

.page-template-page-seite-php #topnav, .page-template-page-sitemap-php #topnav {
	background: url(images/topnav.png) no-repeat 0 0;
}

#topnav ul li {
	float: left;
	width:115px;
	height:125px;
	margin-right: 25px;
	text-indent: -9999px;
}

#topnav ul li a {
	width:115px;
	height:125px;
	display: block;
}


#logo-container {
	width: 420px;
	height: 130px;
	float:right;
}

#logo {
	width: 420px;
	height: 82px;
	background: url(images/logo.png) no-repeat left top;
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 420px;
	height: 82px;
}

#metanav {
	width: 420px;
	margin-top: 16px;
	height: 32px;
}

#metanav a, #footer a, #sidebar a {
	color: #3760ac;
	text-decoration: none;
	font-style: italic;
	text-shadow: #999 2px 2px 2px;
}

#metanav a:hover, #footer a:hover, #sidebar a:hover {
	color: /*#4db6e6*/ #d61817;
	text-decoration: none;
}

#metanav ul {
	float: right;
}

#metanav ul li {
	float: left;
	margin: 0 20px 0 20px;
}

#description {
	display: none;
}

#content {
	width: 660px;
	min-height: 400px;
	margin: 0px 16px;
	float:right;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #d5e9ea;*/
}

.page-id-28 #content {
	width: 920px;
}

#content h2 {
	color: #00a5af; 
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 20px;
	text-shadow: #999 2px 2px 2px;
	border-bottom: 1px solid #d5e9ea;
}

.page-id-179 #content h2 {
	padding-top: 30px;
}

#content h3 {
	color: #00a5af;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	text-shadow: #999 2px 2px 2px;
}

#content h4 {
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: #999 2px 2px 2px;
	clear:both;
}

#content p {
	margin: 5px 0 10px 0;
	text-align: justify;
}

#content ul, #content li {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 10px;
}

#content img.alignleft {
	margin: 5px 10px 5px 0;
	float:left;
	padding: 1px;
	border: 3px solid #ddd;
}

#content img.alignright {
	margin: 5px 0px 5px 20px;
	float:right;
	padding: 1px;
	border: 3px solid #ddd;
}

#content p.edit-link {
	clear: both;
	padding-top: 5px;
}

#content .edit-link a {
	font-size: 12px; 
	color: #d61817;
	text-decoration: none;	
	clear:both; 
}

#content .edit-link a:hover {
	color: #00a5af;
}

#sidebar {
	width: 238px;
	float: left;
	margin-left: 16px;
	margin-top: 58px;
}

#sidebar ul li {
	margin: 8px 0 8px 0;
}

#sidebar .menu-sidebar-nav-container ul li {
	margin: 5px 0 15px 0;
	font-size: 15px;
}

.current_page_item a {
	color: #d61817 !important; 
}

#footer {
	height: 200px;
	margin-top: 32px;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-size: 13px;
	border-top: 3px solid #3760ac;
}

#footer strong {
	font-weight: normal;
}

.footer-row {
	width: 200px; 
	height: 160px;
	float:left;	
	padding-bottom: 20px;
	margin-left: 10px;
}

.footer-row-wide {
	width: 240px; 
	float:left;	
	padding-bottom: 20px;
	margin-left: 0px;
}

.four {
	float:right; 
	margin-right: 20px;
}

.four p {
	text-align: right;
}

.designtiger {
}

.copyrights { 
	margin-top: 60px;
}

/* --------- Startseite --------- */
.home #wrap {
margin-top: 20px;
}

.home #header, .home #footer {
	display:none; 
}

.home #header-start {
	width: 960px;
	height: 150px;
	background: url(images/header-start.jpg) no-repeat center top;
	margin-bottom: 20px;
	text-indent: -9999px;
}

.home #header-start a {
	width: 960px;
	height: 150px;
	display: block;
}

.home #content-start {
	width: 960px;
	height: 324px;
	background: url(images/start.jpg) no-repeat center top;
	margin:0;
}

.home #content-start ul li {
	float:left;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	text-align: center;
	
}

.home #content-start ul li a {
	display: block;
	width: 300px;
	height: 1px;
	padding-top: 300px;
	color: #00a5af;
	text-decoration: none;
	font-size: 20px;
	text-shadow: #888 2px 2px 2px;
}

.home #content-start ul li a:hover {
	color: #d61817;
}

/* Button Formular */

.wpcf7-submit { 
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 12px;
	letter-spacing: 0.1em !important;
	background: #00a5ae;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: normal;	
	padding: 4px 15px 5px;
	border: 1px solid rgba(0,0,0,.25);	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 5px 0 0px;	
}







