/*
Theme Name: Mamamobil
Description: Website Praxis Mamamobil
Version: 1.0
Author: we-design
Author URI: http://www.we-design.it
*/


/* ===================== Allgemeines ===================== */
html{
	margin:0;
	padding:0;
	height:100%;
}
body{
	background-color:#fbf9ee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color:#496818;
}
div {
	margin:0;
	padding:0;
}
.clear{clear:both;}

.spacer{height:10px;}

.separator{
	height:1px;
	border-bottom:1px #496818 dashed;
	margin-bottom:20px;
}
a img{border:none;}
img.alignright{float:right; margin: 0 5px; border:#FFF 2px solid;}
img.alignleft{float:left; margin: 0 10px 0 0; border:#FFF 2px solid;}
.alignright{float:right; margin: 0 5px;}
.alignleft{float:left; margin: 0 10px 0 0;}
/* ===================== Seitenaufbau ===================== */

#stoerer{
	position:absolute;
	margin:0 20% 0 60%;
	width:300px;
	height:50px;
	background-color:#FCF;
}

#header{
	background:url(images/header.jpg) top center no-repeat;
	height:182px;
	width:100%;
}
#header-wrapper{
	width:700px;
	margin:0 auto;
}
#page{
	background:url(images/page.jpg) bottom center no-repeat;
}

#content-wrapper{
	width:678px;
	margin:0 auto;
	padding-bottom:190px;
}

#content{
	width:465px;
	margin-left:188px;
	margin-top:-4px;
	position:relative;
	top:-30px;
}

#kontakt{
	width:162px;
	height:139px;
	margin-left:11px;
}
#kontakt img{
	border:none;
}

#navi{
	width:186px;
	height:297px;
	margin:-25px 0 0 0px;
}
#navi img{
	border:none;
}

#min-hoehe{
	height:266px;
	width:3px;
	float:right;
}
#footer{
	height:20px;
	width:100%;
	text-align:center;
}

.post{
	margin-left:20px;
}
.first-post{
		margin-left:20px;
}
.next-posts{
	float:left;
	width:210px;
	margin-left:20px;
}

.post-kurse{
	margin:0 0 20px 20px;
	border:1px dashed #496818;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px 12px;
}

/* ===================== Typo ===================== */

h2{
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px 0;
}
h2 a{
	color:#496818;
	text-decoration:none;
}
.post-kurse h3{
	font-size:14px;
	margin:-5px 0 10px 0;
}

a{color:#496818;text-decoration:none;}
a:hover{color:#2e410f;text-decoration:underline;}

p{margin:8px 0;}

.comment-author{font-weight:bold;}

.hint-box{
	border:1px dashed #FE6B95; 
	background-color:#FBF8E9; 
	padding: 5px;
	text-align:center;
	color:#000;
}
.hint-box-gallery{
	border:1px dashed #FE6B95; 
	background-color:#FBF8E9; 
	padding: 5px;
	text-align:center;
	color:#000;
	margin-left:6px;
	width:400px;
}


/* ===================== Cform ===================== */

#wpsf_contact_name{width:200px;}
#wpsf_contact_email{width:200px;}
#wpsf_contact_phone{width:200px;}
#wpsf_contact_subject{width:200px;}

/* -------------------------Kontakticons------------------------- */

ul.con {
	list-style:none;
	padding:0;
	margin:0;
}
ul.con li {
	padding: 0 0 5px 30px;
}
ul.con li.address {
	background: url(images/con_address.png) top left no-repeat;
}
ul.con li.tel {
	background: url(images/con_tel.png) top left no-repeat;
}
ul.con li.mail {
	background: url(images/emailButton.png) top left no-repeat;
}

/* -------------------------wp stats-smiley entfernen------------------------- */
img#wpstats{display:none}
