/*
    project: Caritas Forum Demenz
    type: stylesheet
	 media: print
    description: print styles for all files
    last edited: 24.07.2007, Stephan Paschkin

    Copyright © 2007 Caritas Forum Demenz. All rights reserved.
*/

/* print styles */
html, body	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #000;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6, p, form, ul, ol, li {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#header {
	height: 10.6875em;
}
#header img {
	float: left;
}
#header #hright {
	height: 9.5em;
}
#header #hright h1{
	padding: 2.5em 0 0 0;
	font-size: 230%;
	color: #f00;
}
/* sidebar1 definitionen */

#sidebar1 {
	float: left;
	width: 25%;
	border: 0;
	background-image: url(images/ch_logo_print.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 315px;
}

#verbuende #sidebar1 {
	display: none;
}

#sidebar1 h2 {
	margin: 0.625em 0 0.625em 0;
	padding: 0.3125em;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}

#sidebar1 #nwappen {
	text-align: center;
}
#navi1 {
	display: none;
}
#sidebar2 {
	display: none;
}
#sidebar1 br {
	display: none;
}
/* ENDE sidebar1 definitionen */
/* content definitionen */

#content {
	float: right;
	width: 75%;
	font-size: 0.75em;
}

#verbuende #content {
	font-size: 0.75em;
	width: 100%;
}

#content-inner {
	padding: 0.625em;
}
.trennlinie {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: dotted 2px #999;
}
.outline3 {
	border: solid 1px #333;
	padding: 5px;
}

#content h1 {
	margin: 0 0 0.94em 0;
	font-size: 155%;
	color: Red;
}
#content h2 {
	margin: 0 0 0.94em 0;
	font-size: 145%;
}
#content h3 {
	margin: 0 0 0.94em 0;
	font-size: 115%;
	color: Red;
}
#content h4 {
	margin: 0 0 0.94em 0;
	font-size: 115%;
}
#content p {
	margin: 0 0 0.94em 0;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #f00;
}
#content ul {
	margin: 0 0 0.94em 1.88em;
}

#content ul li {
	margin: 0 0 1em 0;
}

/* ENDE content definitionen */
/* form definitionen */

.label {
	font-size: 12px;
	font-weight: bold;
}
/* ENDE form definitionen */

#anmeldeform {
	margin: 0;
	padding: 0;
	width: 100%;
}

#anmeldeform label {
	display: block;
	float: left;
	width: 10.6250em;/*170px*/
	margin: 0 0 0.3125em 0;
}
#anmeldeform label.lab_extra1 {
	width: 23.5000em;/*376px*/
}
#anmeldeform input {
	display: block;
	float: left;
	width: 12.5000em;/*200px*/
	height: 19px;
	margin: 0 0 0.3125em 0;
	border: solid 1px #aa1224;
}
#anmeldeform br {
	clear: both;
}
#anmeldeform #button {
	margin: 1.3125em 0 0 0;
	width: 7.7500em;/*76px*/
	height: 1.9625em;
}
#anmeldeform #button.no {
	margin: 1.3125em 0 0 0;
	width: 7.7500em;/*76px*/
	height: 1.76em;
}
#anmeldeform #textbereich {
	width: 23.5000em;
	height: 9.3750em;/*150px*/
	border: solid 1px #aa1224;
}
#anmeldeform input.input_hidden {
	visibility: hidden;
}
.clearing {
	clear: both;
}
.angestellte {
	margin: 0 0 15px 0;
	padding: 0;
	width: 370px;
}
.angestellte dl {
	margin: 0;
	padding: 0;
	height: 200px;
	border: solid 1px #999999;
}
.angestellte dl.ang1 {
	background-image: url(images/harnau2.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.angestellte dl.ang3 {
	background-image: url(images/robel2.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.angestellte dt {
	margin: 0;
	padding: 10px 0 0 170px;
	font-size: 120%;
	font-weight: bold;
}
.angestellte dd {
	margin: 0;
	padding: 10px 0 0 170px;
}
.angestellte2 {
	margin: 0 0 15px 0;
	padding: 0;
	width: 370px;
}
.angestellte2 dl {
	margin: 0;
	padding: 0;
	text-align: right;
	height: 200px;
	border: solid 1px #999999;
}
.angestellte2 dl.ang2 {
	background-image: url(images/schmolke.jpg);
	background-position: 215px 10px;
	background-repeat: no-repeat;
}
.angestellte2 dl.ang4 {
	background-image: url(images/klemme.jpg);
	background-position: 215px 10px;
	background-repeat: no-repeat;
}
.angestellte2 dt {
	margin: 0;
	padding: 10px 170px 0 0;
	font-size: 120%;
	font-weight: bold;
}
.angestellte2 dd {
	margin: 0;
	padding: 10px 170px 0 0;
}