/***************************************************
*  
*   diakonie_printNEU.css
*   Copyright: Diakonisches Werk Feuchtwangen e.V.
*   
***************************************************/

* {
	margin:0;
	padding:0;
}

html[xmlns^="http"] {
	height:100%;
	padding-bottom:0.005em;
} 

body {
	font-family: Verdana,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: 0.9em;
	color: #000;
	background: #FFF;
}

a { text-decoration: none;}

a:focus, a:active { outline:0;}

#siteWrap {
	width: 630px; 
	margin: auto;
	padding: 0 0 25px 0;
}


/***************************************************
*  header styles
***************************************************/
#header {
	height: 138px;
	background: url(../images/print_header2.jpg) no-repeat top left;
	padding: 10px 0 0 0;
}

img#logo,
#header p,
#header h1,
#headerNav {
	display: none;
}

/***************************************************
*  main styles
***************************************************/
#mainWrap {
	width: 100%; 
}

/***************************************************
*  column styles
***************************************************/
#column {
	display: none
}

/***************************************************
*  content styles
***************************************************/

#content {
	float: left; 
	color: #000;
	background: #fff; 
	width: 590px;
	padding: 7px 20px 20px 20px;	
}

#contentTop {
	display: none;
}

#content a {
    color: #009de0;
    background: inherit;
}

#content a:hover {
    text-decoration: underline;
}

#content a.LINKextern {
	background: #fff url(../images/achor_ext.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 17px;
	margin: 0 0 0 1px;
}

#content h1 {
	clear:both;
	background: inherit;
	color: #009de0;
	font-size: 1.4em;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

#content h2 {
	clear:both;
	background: inherit;
	color: #551285;
	font-size: 1.2em;
	margin: 20px 0 15px 0;
}

#content p {
	font-weight: normal;
	margin: 0 0 15px 0;
	font-style: italic;
}

#content img {
	padding: 3px;
	border: 1px solid #6e6e6e;
}

#content ul {
	margin: 0 0 0 50px;
	text-indent: 30px;
	line-height: 22px
}

#content .IMGalignLeft {
	float: left;
	margin: 0 15px 10px 0;
}

#content .IMGalignRight {
	float: right;
	margin: 0 0 10px 15px;
}

#content .articleList1 {
	float: left;
	padding: 0 0 25px 0;
}

#content .articleList1 h3 a {
	display: block;
	font-size: 0.855em;
	background: #551285;
	color: #fff;
	padding: 2px 15px 2px 15px;
	margin: 0 0 10px 0;
}

#content .articleList1 img {
	float: left;
	margin: 0 20px 0 15px;
}

#content .articleList1 p {
	padding: 0 20px 0 0;
}

#content .articleList1 p a {
	float: right;
	padding: 20px 0 0 0;
	background: inherit;
	color: #009de0;
	text-decoration: underline;
}

#content #pagination {
	display: none;
}

#content #contactForm {
	display: none;
}

/***************************************************
*  footer styles
***************************************************/

#footer {
	clear: both;
	height: 32px;
}

#footer div {
	width: 630px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	background: #D1D2D4;
	color: inherit;
	padding: 4px 0 3px 0;
}

#footer div h4 {
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	background: inherit;
	color: #551285;
}

#footer div a {
	display: none;
}
