/*
Theme Name: Leer & Gut
Theme URI: http://www.leerundgut.com
Description: Theme der Leer & Gut Haushaltsauflösungen OHG
Version: 1.0
Text Domain: leerundgut
*/


/* Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
-------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* Layout */

body {
	background-color: #004626;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 15px;
}

.wrapper {
	width: 960px;
	margin: 70px auto 0 auto;	
}

.header {
	width: 100%;
	height: 245px;	
}

	.header h1 {
		text-indent: -9999em;	
	}
	
	.header .logo {
		width: 228px;
		height: 245px;
		border: 1px solid #000;	
		float: left;
	}
	
	.header .imageWrapper {
		width: 728px;
		height: 245px;
		border: 1px solid #000;	
		border-left: 0;
		float: left;
	}


.columnLeft {
	width: 229px;	
	float: left;
}

.columnRight {
	width: 728px;	
	float: left;
}

.navWrapper {
	padding: 43px 22px 0 15px;
}

ul.menu {
	margin: 20px 15px 0 15px;	
}

ul.menu li{
	border-bottom: 1px solid #FFF;
	padding: 15px 0 ;
	text-align: right;
}

	ul.menu li a{
		width: 100%;
		display: inline-block;
		font-size: 16px;
		text-decoration: none;
		color: #FFF;
	}
	
	ul.menu li a:hover, ul.menu li.current-menu-item a {
		color: #ad0b15;
	}


/* Content */
.content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0;
	border-top: 0;
	background-color: #f6f6f6;
	color: #000;
	min-height: 647px;
}

.content.withTeaser {
	background-image: url(img/background-with-teaser.gif);
	background-repeat: repeat-y;	
}

	.content .contentWrapper {
		padding: 35px 24px;
	}
	
	.content .contentWrapper.withTeaser {
		width: 498px;
		float: left;
	}
	
	.content .teaserArea {
		width: 182px;
		float: left;
	}
	
	.content .teaserArea h2 {
		position: relative;
		top: -25px;		
		background-color: #b01821;	
		color: #FFF;
		text-transform: uppercase;
		font-weight: normal;
		text-decoration: none;
		margin: 11px 11px 45px 11px;
		padding: 2px 0 7px 2px;
		border-radius: 20px;
		font-size: 17px;
		line-height: 20px;
		text-align: center;
		box-shadow: 2px 2px 6px #444;
	}
	
	.content .teaserArea a:hover {
		color: #b02120;	
	}

	.content .teaserArea ul li {
		margin-bottom: 23px;
		margin-left: 14px;		
	}

	.content .teaserArea ul li a {
		color: #ae111a;
		font-weight: bold;
		text-decoration: none;
		line-height: 22px;
	}
	
	.content .teaserArea ul li a:hover {
		color: #000;
	}	
	
	.content h2 {
		font-size: 28px;
		line-height: 38px;
		color: #003a17;
		margin-bottom: 15px;
	}
	
	.content h3 {
		font-size: 28px;
		line-height: 32px;
		color: #003a17;
		margin-bottom: 5px;
	}	
	
	.content h4 {
		font-size: 18px;
		line-height: 25px;
		color: #003a17;
		margin-bottom: 5px;
	}		
	
	.content p {
		margin-bottom: 16px;
		line-height: 24px;
	}
	
	.content b, .content strong {
		font-weight: bold;	
	}
	
	.content .alignleft {
		float: left;	
	}
	
	.content .alignright {
		float: right;	
	}
	
	.content a {
		text-decoration: underline;
		font-weight: bold;
		color: #b02120;	
	}
	
	.content a:hover {
		color: #000000;	
	}
	
	.content ol {
		list-style-type: decimal;
		margin-left: 26px;
		margin-top: 10px;	
	}
	
		.content ol li {
			line-height: 24px;
			margin-bottom: 15px;
		}
		
	.content .contentWrapper ul {
		list-style-type: disc;
		margin-left: 26px;
		margin-top: 10px;	
	}
	
		.content .contentWrapper ul li {
			line-height: 24px;
			margin-bottom: 15px;
		}
	
	.content table.contact {
		margin-right: 50px;	
		margin-top: 30px;
	}
		
	.content table.contact tr {
		height: 30px;
	}

		.content table.contact tr td {
			min-width: 100px;
		}
	
	.content .wp-caption-text {
		font-size: 10px;
		font-family: Arial;
		line-height: 15px;
	}
	
/* Footer */
.footer {
	float: left;
	padding-bottom: 40px;	
}

.footer .phone {
	width: 728px;
	height: 104px;
	background: #F6F6F6 url(img/footer-leerundgut.gif) 0px 0px no-repeat;
	border: 1px solid #000;
	border-top: 0;
	color: #004626;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer.withTeaser .phone {
	background: #F6F6F6 url(img/footer-leerundgut-teaser.gif) 0px 0px no-repeat;
}

.footer .phone .phoneWrapper {
	padding: 57px 0 0 27px;	
}

.footer .footerCompetences{
	padding-top: 89px;
}

.footer .footerNavigation {
	float: right;
	margin-top: 10px;
}

	.footer .footerNavigation li{
		float: left;
		margin-left: 20px;
	}
	
	.footer .footerNavigation li a{
		color: #FFF;
		text-decoration: none;
	}
	
		.footer .footerNavigation li a:hover, .footer .footerNavigation li a.active{
			color: #ad0b15;
		}
		
/* Contact Form */
#ufo-cell-648-1 {
	margin-top: 15px;	
}

.ufo-form-submit-success {
	width: 500px !important;
	margin: 0 auto !important;
	padding: 10px 40px !important;
	line-height: 21px !important;
}

/* Autocomplete Settings */
#locationContact {
	display: none;	
}

#locationContact .cityName {
	font-weight: bold;	
}

/* Google Map */
.routeInfo {
	display: none;	
}


/* Helper classes */		
.clear {
	clear: both;	
}

/* Guestbook */
.css_post_separator {
	border-bottom: 1px solid #CCC;
	width: 100%;
}

.css_guestbook_position {
	font-size: 12px;
}

.css_navigation_overview .css_navigation_select {
	color: #000;
	font-weight: bold;	
}

.css_navigation_char {
	font-size: 14px;
	margin: 0 100px;	
}

.css_form_spaceabove {
	height: 10px;
}
