/*
Theme Name: Betreuungs-Theme
Theme URI: http://www.berufsbetreuung-rump.de
Description: Wordpress theme for <a href="http://www.berufsbetreuung-rump.de">Berufsbetreuung-Rump.de</a>.
Version: 1.6
Author: Gabriel Dobersch
Author URI: http://www.suralin.de/
Tags: two-columns
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 140%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#topline {
	background-color: #999;
	height: 10px;
}
#bottomline {
	background-color: #800000;
	height: 10px;
}
#page {
	background: #fff url(img/mainhg.gif) repeat-y scroll 0 0;
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 0 21px;
	width: 712px;
	text-align: left;
}


#content {
	float: right;
	padding: 0 20px 20px 20px;
	margin: 0;
	margin-top: 0px;
	width: 486px;
	text-align: left;
/*	background-color: #449; */
}	
#phone {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
#imprint {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #fff;
	font-weight: bold;
}
#imprint a {
	color: #B99898;
}
/* end structure */	
	
/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
/*	margin-right: 525px; */
	width: 186px;
	text-align: left;
	background-color: #800000;
}	
#sidebar ul {
	margin: 0;
}

#header {
	position: relative;
	background-color: #800000;
	height: 93px;
	clear: both;
}
#header img {
	padding: 0;
	margin-right: 20px;
}
#header h1 {
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	font-size: 200%;
	line-height: 120%;
}
#header h1, #header h1 a {
	color: #DFBEBE;
	text-decoration: none;
}
#header h1 span {
	color: #fff;
}

ul.navi {
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #DFBEBE;
}
ul.navi li {
	border-bottom: 1px dotted #fff;
}

ul.navi li.active a {
	background-color: #570000;
}

ul.navi li a {
	font-weight: bold;
	padding: 10px;
	display: block;
	color: #E5CBCB;
	text-decoration: none;
	font-size: 110%;
}
ul.navi li a:hover {
	background-color: #921E1E;
	text-decoration: underline;
}

ol.commentlist {
	list-style-type: none;
}

#sidebar p a {
	color: #E5CBCB;
}


#footer {
	border-top: 1px solid #D6D6D6;
	background-color: #999;
	border-bottom: 1px solid #959596;
	text-align: center;
	color: #fff;
}
#footer p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer p.navi a {
	margin-right: 1em;
	margin-left: 1em;
	color: #fff;
}
#footer p.madeby, #footer p.madeby a {
	color: #ccc;
}

#respond {
	border-top: 1px dotted #666;
}

/* style rules */

p.bdb a {
	display: block; width: 170px; height: 110px; background: transparent url(/wp-content/themes/betreuung/img/bdb-verband-logo.gif) no-repeat top left;
}
p.bdb a:hover {
	background-position: 0px -110px;
}

#sidebar p {
	margin-left: 10px;
	color: #BF7F7F;
}

p.hilight, div.hilight {
	background-color: #E7DEB2;
	border: 1px solid #999;
	padding: 5px;
}
div.hilight p { margin-top: 0; }

a {
	color: #0066CC;
}
a:hover {
	text-decoration: none;
}

#content {
	font-size: 120%;
}
#content h2 {
	font-weight: normal;
	background: transparent url(img/dots.gif) no-repeat top right;
	border-bottom: 1px dotted #800000;
	padding-bottom: 0.5em;
	font-size: 150%;
	margin-top: 1em;
}
#content h2 a, #content h2 {
	text-decoration: none;
	color: #800000;
}

#content h3 {
	font-size: 130%;
}

#content ul {
	list-style-type: none;
	padding: 0;
}

#content ul li {
	background: transparent url(img/dot.gif) no-repeat 15px 1px;
	margin-bottom: 0.5em;
	padding-left: 30px;
}

/* stlyes end */


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

a img {
	border: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

#content img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

#content img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.noborder {
	border: none;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#contact input, #contact textarea {
    max-width: 466px;
    margin-bottom: 10px;
}
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    /* font-family: 'Roboto Slab', serif; */
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    width: 100%;
}

button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}