/*
Theme Name: Barnmorska.se
Theme URI: http://www.mour.se
Description: Barnmorska.se theme 1.0
Version: 1.0
Author: Tobias Thunström
Author URI: http://www.mour.se/
*/
body {
	background-color: #e6e6e6;
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;


}

#wrapper {
	margin: 0 auto;
	text-align: center;

}

#container {
	background-color: #fff;
	width:880px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top:20px;
	text-align:left;

}

#header {
	background:#fff;
	height:150px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-top-left:5px;
	-webkit-border-radius-top-right:5px;
}

#header ul {
	width:880px;
	padding:0px;
	margin:0px;
	font-family: Arial, Verdana, Tahoma;
	color:#fff;
	text-transform: uppercase;
	font-size:12px;

}

#header li {
	background:url(images/navBG.gif);
	text-align: center;
	width:110px;
	height:43px;
	line-height: 43px;
	display: block;
	float:left;
}

#header li a {
	color:#fff;
	text-decoration: none;
	display: block;
	height:43px;
}

#header li a:hover {
	display: block;
	text-decoration: underline;
}

#header img {
	margin:10px;
	float:left;

}

#logoTop {
	height:110px;
	float:left;
	width:400px;
}

.telefonTop {
	float:right;
	height:110px;
	width:49%;
	color:#848484;
	font-size:30px;
	text-align: right;
	line-height:110px;
	padding-right:20px;
}

#content {
	background: #fff;

	

}

#maintext {

}

#contentPic {
	float:right;
	width:360px;
	height:250px;
	border:1px solid #e8e7e7;
	margin-right:10px;
}

#content p {
	padding:10px;
}
h2 {
	height:30px;
	line-height: 30px;
	background:#e6e6e6;
	color:#000;
	font-size:18px;
	padding-left:10px;
	margin:10px;

}
h3 {
	padding-left:10px;
	
}

.fragan {
	width:50px;
	margin-top:10px;
	margin-bottom:30px;
}

#kontaktaoss {
	width:880px;
	padding-left:10px;
	margin-left:10px;

}
#kontaktaoss p {
	
}

#kontaktaoss td {
	width:50%

}

#footer {
	background: url(images/footerBG.gif);
	height:62px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	clear:both;
	margin-top:50px;
	line-height: 62px;
	margin-bottom:50px;

}

#footer p {
	text-align:center;
	color:#fff;
}

#footer a {
	color:#fff;

}

#footer a:hover {
	color:#ccc;
}

.mour {
	float:left;
	text-align:center;
	width:100%;

	margin-top:-40px;

}

.mour a {
	color:#000;
}

.mour a:hover {
	color:#ccc;
}

