/*
Theme Name: Hautarzt Dr. Hein
Theme URI: www.HautarztDrHein.de
Description: Stylesheet zur Druckdarstellung
Author: Max Beier
Author URI: www.maxbeier.de
Version: 1.0 - 22. Februar 2010
*/

/* Body
------------------------------------------------*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	font: 15px/24px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
}

/* Headings
------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
h1 { font-size: 24px; }
h2 { font-size: 19px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/* Anchors
----------------------------------------------- */
a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

/* Table
----------------------------------------------- */
td {
	vertical-align: top;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 520px;
	margin: 0 auto;
	margin-top: 20px;
}

#wrapper table {
	border-collapse: separate;
}

/* branding
----------------------------------------------- */
#header {
	text-align: center;
	vertical-align: middle;
}

#header h1 {
	margin: 0 auto;
}

#header h1 a {
	display: block;
}

/* container
----------------------------------------------- */
#container {
    width: 520px;
}

/* Menue
----------------------------------------------- */

#menu { display: none; }
	
/* Content
----------------------------------------------- */
#content {
	width: 520px;
	vertical-align: top;
}

#content h1 {
	display: none;
}

#content .post h1 {
	display: block;
}

#content h2 {
	padding: 0;
	line-height: 30px;
}

#content .post ul {
	list-style: square;
	margin-left: 40px;
}

#content .post ul li {
	margin-bottom: 20px;
}

#content .highlight {
	padding: 20px;
	border: 1px solid #333;
	background-color: #f6f6f6;
}

#content a#zurueck {
	display: none;
}

/* Boxes
----------------------------------------------- */
#content .box {
	width: 240px;
	margin-bottom: 20px;
}

/* Begruessung
----------------------------------------------- */
#content #begruessung {
	margin-bottom: 20px;
}

img { display: none; }

#content #fakeH {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Aktuelles
----------------------------------------------- */
#content #aktuelles {
	font-weight: normal;
	border: 1px solid #333;
	background-color: #f6f6f6;
	padding: 0 40px;
	margin-bottom: 20px;
}

/* Nummer
----------------------------------------------- */
#content #nummer {
	margin-top: 15px;
	height: 48px;
}

#content #nummer h3 {
	height: 48px;
	line-height: 48px;
	padding: 3px 0 0 40px;
	margin: 0;
	font-size: 28px;
	background-image: url(../img/icons-sprite.jpg);
	background-position: 3px -192px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

/* Adresse
----------------------------------------------- */
#content #adresse {
	height: 48px;
	margin-left: 40px;
}

#content #adresse h3 {
	line-height: 23px;
	letter-spacing: 1px;
	padding: 3px 10px 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}

/* Sprechzeiten
----------------------------------------------- */
#content #sprechzeiten {
}

#content #sprechzeiten table {
	width: 240px;
	font-size: 20px;
	letter-spacing: 1px;
	border-collapse: collapse;
	border-collapse: separate;
	vertical-align: middle;
}

#content #sprechzeiten td {
	padding: 0 10px;
	word-spacing: 1px;
}

#content #sprechzeiten td.zeit {
	text-align: right;
}

#content #sprechzeiten th {
	height: 34px;
	font-weight: normal;
	vertical-align: middle;
}

/* Karte
----------------------------------------------- */
#content #map a {
	display: block;
	height: 244px;
	width: 240px;
	margin-left: 40px;
	border: 1px solid #dde4e9;
}

#content #map a img {
	display: inline;
}

/* Footer
----------------------------------------------- */
#footer {
	display: none;
}


/* Spezielle Angaben
----------------------------------------------- */
#content #post-16 p {
	margin-bottom: 60px;
}

#content .post #map {
	height: 350px;
	width: 520px;
	margin-top: 20px;
	margin-left: 0;
	padding: 0;
	border: 1px solid #333;
}

#content #info-liste {
	margin-right: 0;
	width: 560px;
}

#content #info-liste p {
	padding: 20px;
	margin: 0 40px 40px 0;
}

#content #info-liste a {
	display: inline;
	margin-right: 40px;
	padding: 0 20px;
	width: 198px;
	font-size: 18px;
	line-height: 48px;
	border: 1px solid #333;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom: 20px;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size: 14px;
}

/* Clear
----------------------------------------------- */
.clear {
	clear: both;
}