/*  
Theme Name: www.zahnarztangst24.de - Wordpress Blog
Theme URI: http://www.zahnarztangst24.de/
Description: Zahnarztangst 24 - Hilfe bei Zahnarztangst und Zahnarztphobie - PHOBIEDENT
Version: 1.0
Author: Daniel Paul Töpp
Author URI: http://www.powl-designz.de/

CSS, XHTML und Design sind Eigentum des Verfassers und dürfen weder kopiert noch anderweitig bearbeitet oder verüffentlicht werden.

*/

/*allgemein*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background:url(images/bg_text.gif) center top repeat-y;
	color:#45398e;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}
	
/*allgemein - Ende*/
/***********************************************************************************************************/	
/*Links*/

a {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;}
	
a:hover {
	color:#3594e4;
	text-decoration:underline;}
	

/*Links - Ende*/	
/***********************************************************************************************************/	
/*Überschriften, Absätze*/

h1 {
	font-size:1.3em;
	font-family:Georgia;
	font-weight:400;
	border-bottom:1px solid #3594e4;
	padding-bottom:2px;}
	
h1 a {
	font-size:1.3em;
	font-family:Georgia;
	font-weight:400;
	border-bottom:1px solid #3594e4;
	padding-bottom:2px;
}

h1 a:hover {
	font-size:1.3em;
	font-family:Georgia;
	font-weight:400;
	border-bottom:1px solid #3594e4;
	padding-bottom:2px;
	text-decoration:none;
}
	
h2 {
	font-size:1.25em;
	font-family:Georgia;
	font-weight:600;}
		
h3 {
	font-size:1.15em;
	font-family:Georgia;
	font-weight:600;
	border-bottom:1px solid #3594e4;
	padding-bottom:3px;
	max-width:180px;}
	
h4 {
	font-size:1.17em;
	font-family:Georgia;
	font-weight:600;}
	
hr {
	color:#3594e4;
	margin:40px 0;
	background:#3594e4 none repeat scroll 0%;
	border:0 none;
	height:1px;}

/*Überschriften, Absätze - Ende*/
/***********************************************************************************************************/
/*Seitenlayout - Div IDs*/
	
#header {
	width:100%;
	height:140px;
	background:url(img/header_bg.gif) left top repeat-x #F3F5FC;
	padding-top:3px;
}

#headerimg {
	width:700px;
	height:140px;
	margin:0 auto;
	background:url(img/header.jpg) left top no-repeat;
}

#navi {
	width:100%;
	height:23px;
	margin:0;
	padding:5px 0 0;
	text-align:center;
	background:url(img/navi_bg.gif) left top repeat-x;
}

#navi ul {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
}

#navi li {
	display:inline;
}

#navi li a {
	color:#FFF;
	padding:0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
}

#navi li a:hover {
	color:#45398e;
	text-decoration:none;
}

#navi span {
	color:#FFF;
	font-size:1.5em;
}

#teaser {
	width:700px;
	height:171px;
	margin:0 auto;
	background:url(img/wasserzeichen.gif) left top no-repeat;
	text-align:right;
}

#container {
	width:700px;
	margin:10px auto 5px;
	background:url(img/container_bg.gif) left top repeat-y;
}

#content {
	width:460px;
	height:100%;
	float:right;
	padding:0px 10px 10px 0;;
	font-size:1.2em;
	text-align:justify;
}

#content a {
	color:#45398e;
	text-decoration: none;
}

#content a:hover {
	color:#45398e;
	text-decoration:underline;
	}

#sidebar {
	width:210px;
	height:100%;
	padding:10px 0 10px 10px;
	margin:10px 0;
	color:#00a6ed;
	font-size:1.1em;
}

#sidebar ul {
	margin:0;
	padding:15px;
}

#sidebar li a {
	color:#45398e;
	font-size:1.1em;
	text-decoration: none;
}

#sidebar li a:hover {
	color:#453980;
	font-size:1.1em;
	text-decoration:underline;
}

#footer {
	width:100%;
	height:25px;
	background:url(img/bg_footer.gif) repeat-x;
}

#footerimg {
	width:700px;
	margin:0 auto;
}
	
/* Ende Seitenelemente - ID'S */
	
/* Klassen */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn {
	padding-top: 5px;
	}

.widecolumn {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	font-size:0.8em;
	background:#eeeeee;
	padding:3px 0 3px 3px;
	border-top:1px solid #333;
	border-bottom:2px solid #333;
}

.commentss {
	max-width:100px;
	font-size:0.8em;
	background:#eeeeee;
	margin-bottom:50px;
	padding:3px;
	border-top:1px solid #333;
	border-bottom:2px solid #333;
}

.singlemeta {
	font-size:0.8em;
}

.contact{
	margin-left:30px;
	padding:15px;
	border-left:1px outset #ccc;
	border-bottom:1px outset #ccc;
	font-size:1em;
	color:#000;}
		
.name {
	border:1px solid #ccc;
	color:#000;
	font-size:11px;}

.button{
	background-color:#FFFFFF;
	border:#CCC 1px solid;}
	
/*Kontaktformular - Ende*/

.sitebottom{
	font-size:0.8em;
	font-family:Tahoma;
	margin-left:20px;
	padding-top:5px;
	border-top:1px dotted #3594e4;}
	
.top {
	text-align:right;
	padding-bottom:2px;}
	
.logo{
	margin:0 0 0 30px;}

.clear {
	clear:both;}

/*	Ende Klassen */

/* Bilder */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* Ende Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}

/* Ende Entry Lists */



/* Begin Form Elements */

.suche {
	width: 108px;
	padding:2px;
	background:#FFFFFF;
	border:1px solid #45398e;
	}
	
#suche {
	width:70px;
	padding:2px 0 2px 0;
	margin-left:10px;
	color:#45398e;
	background:url(img/button_bg.jpg) repeat-x;
	font-weight:bold;
	text-transform: capitalize;
	letter-spacing:1px;
	}
	
#suche:hover {
	cursor:pointer;
	border:1px solid #45398e;
	background:url(img/legend_bg.jpg) repeat-x;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* Ende Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* Ende Comments */




/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color: #000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Ende Typography & Colors */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:15px 30px 0 15px;
	padding-left: 20px;
	border-left:5px solid #ddd;
	text-align:justify;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Ende Various Tags & Classes*/
