@charset "utf-8";

/********************************************************************
**** RESET 
*********************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/********************************************
**** end RESET
*********************************************/

body  {
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

a:link {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline; 
}

a:focus { 
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active, a.active {
	color: #999;
	color: #b3343c;
	text-decoration: underline;
}

#container { 
	width: 980px;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
} 

#header { 
	background: #FFF;
	height: 200px;
	width: 980px;
} 

#head_pic {
	height: 200px;
	width: 980px;	
}

#awo {
	position: relative;
	top: -174px;
	left: 93px;
	width: 50px;
	height: 51px;
}

#caritas {
	position: relative;
	top: -159px;
	left: 164px;
	width: 38px;
	height: 51px;
}

#diakonie {
	position: relative;
	top: -268px;
	left: 244px;
	width: 44px;
	height: 53px;
}

#drk {
	position: relative;
	top: -344px;
	left: 172px;
	width: 50px;
	height: 51px;
}

#jwf {
	position: relative;
	top: -314px;
	left: 90px;
	width: 51px;
	height: 45px;
}

#pari {
	position: relative;
	top: -334px;
	left: 215px;
	width: 50px;
	height: 47px;
}

#wrapperContent {
	background: url(../pics/background.png) repeat-y #AAAAAA;
}

#sidebar1 {
	float: right;
	width: 250px;
}

#sidebar1 .news-latest-container {
 	padding: 20px 10px;

}

#sidebar1 .news-latest-item {
  	border-bottom: 1px solid #000;  
    width: 230px;
    min-height: 100px;
}

#sidebar1 .news-latest-item img{
 	float: left; 
  margin: 0;
  width: 60px;
}

#sidebar1 .news-latest-item p{
 	 float: right;
}

#sidebar1 h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
}

#sidebar1 h3 {
  padding: 10px 0;
  text-decoration: underline;
}

#sidebar1 h2 {
 	font-weight: bold;
  	padding: 10px 0;
}

#breadcrumb {
	font-size:small;
	height: 35px;
  padding-top: 10px;
}

#breadcrumb a{
	font-size:small;
}

#indexedsearchbox {
	padding: 20px 10px;  
}

#mainContent { 
	float: left;
	width: 690px;
  padding: 20px;
  min-height: 500px;
} 

#mainContent h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}

#mainContent h2 {
  font-weight: bold;
  font-style:italic;
  padding: 10px 0;
}

#mainContent h3 {
  padding: 10px 0;
  text-decoration: underline;
}

#mainContent p {
  padding: 10px 0;
}

#mainContent .csc-textpic-imagerow ul {
 	list-style-type: none;
  	padding: 0;
}

#mainContent ul {
 	list-style-type:disc; 
  padding-left: 30px;
  margin: 15px 0;
}

#mainContent ul ul{
 	list-style-type: circle; 
  
}

#mainContent .csc-uploads-icon {
	padding-right: 30px;
	
}

#mainContent .csc-uploads-icon img {
	margin: 10px 0;
}

#mainContent .csc-uploads-fileName {
	vertical-align: middle;
}

#menu_1 {
    float: left;
	width: 730px;
	
  overflow: hidden;
   background: #e4e4e4;
}
#menu_1 div {
 	float: left; 
  background: #e4e4e4;
  padding: 10px;
}

#menu_2 {
   float: left;
	width: 730px;
	height: 35px;
  overflow: hidden;
  background: #f3f3f3;
}
#menu_2 div {
 	float: left; 
padding: 10px 10px 0 10px;
  height: 25px;
  background: #f3f3f3;
}
a.selected {
	background: #f3f3f3;
	padding: 5px 10px 10px 10px;
	text-decoration: underline;
}

#footer { 
	background: #e7e7e7; 
  height: 30px;
  text-align: center;
  padding-left: 300px;
} 
#footer div {
 	float: left; 
  	padding: 5px 20px;
}

#footer a {
 	font-size: small; 
}

.fltrt {
	float: right;

}
.fltlft {
	float: left;

}
.clearfloat, .clearer {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
