/* 
**************************************
Stylehsheet
Kolping-Augsburg.de
**************************************

*/


/* Styles normalisieren
***************************************** */

* {
   padding:0;
   margin:0;
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
}

ol, ul {
   list-style: none;
}

address,caption, cite, code, dfn, em, strong, th, var {
   font-style:normal;
   font-weight:normal;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

fieldset, img {
   border:0;
}

caption, th {
   text-align: left;
}

label {
   padding-left:8px;
   padding-right:16px;
}


/* Allgemeine Styles
***************************************** */

body {
   background:#00398A url(/_images/bg_body.jpg) left top no-repeat fixed;

}

body,td,th,a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px;
   color: #000000;
}

h1, h1 a {

}

h2, h2 a {

}

h3, h3 a {

}

h4, h4 a {

}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
   text-decoration:underline;
}
acronym {
   cursor: help;
}
strong {
   font-weight: bold;
}

ul {

}
li {

}

table td {
   vertical-align: top;
}

/*
Links
*************************** */


a.link {
   display: block;
   background:url('../_images/icn_link.gif') 0px 2px no-repeat;
   padding-left:20px;
   text-decoration:none;
}
a.link:hover {
   text-decoration:underline;
}


a.linkext {
   background:url('../_images/icn_linkdetail.gif') center left no-repeat;
   padding-left:12px;
   /*	color:#007CC3; */
   text-decoration:none;
}
a.linkext:hover {
   color:#007CC3;
   text-decoration:underline;
}

a.back {
   display:block;
   background:url('../_images/icn_linkback.gif') 0px 5px no-repeat;
   padding-left:12px;
   text-decoration:none;
   color: #666666;
   font-size:10px;
}
a.back:hover {
   color:#007CC3;
   text-decoration: underline;
}


a.downloadpdf {
   background:url('../_images/icn_pdfsmall.gif') center left no-repeat;
   padding-left:20px;
   padding-top:5px;
   padding-bottom:5px;
   text-decoration:none;
}
a.downloadpdf:hover {
   color:#007CC3;
   text-decoration:underline;
}

a.download {
   background:url('../_images/icn_linkdownload.gif') center left no-repeat;
   padding-left:20px;
   padding-top:5px;
   padding-bottom:5px;
   text-decoration:none;
}
a.download:hover {
   color:#007CC3;
   text-decoration:underline;
}

a.email {
   background:url('../_images/icn_email.gif') center left no-repeat;
   padding-left:20px;
   text-decoration:none;
}
a.email:hover {
   color:#007CC3;
   text-decoration:underline;
}


/* 
**************************************

Seiten-Bereiche

**************************************
*/


#main {
   position:relative;
   left:0px;
   top:0px;
}

#brandingLogo {
   left:0px;
   margin-top:30px;
}

#startNews {
   background-color: #FFFFFF;
   position: absolute;
   left:0px;
   top:160px;
   margin-top:10px;
   width:260px;
   height:370px;
}

#startNews h1  {
 padding-top:15px;
 padding-left:5px;
}

#startNews h1 a {
   font-size: 14px;
   font-weight: bold;
   color:#EC8D00;
   text-decoration: none;
}

#content {
   background-color: #FFFFFF;
   position: relative;
   /*left:125px; */
   left:270px;
   margin-top:10px;
   padding:20px;
   padding-right:15px;
   width:700px;
   min-height:330px;
}

.linkBox {
   position: relative;
   left:615px;
   margin-top:10px;
   background-color: #EC8D00;
   color:#FFFFFF;
   padding: 5px;
   padding-left: 20px;
   width: 220px;
   height:30px;
}

.linkBox a.link {
   color:#FFFFFF;
   display: block;
   background:url('../_images/icn_link_invers.gif') 0px 2px no-repeat;
   padding-left:18px;
   text-decoration:none;
}
.linkBox a.link {
   color:#FFFFFF;
   text-decoration:underline;
}

#linkBox1 {
   position: relative;
   left:755px;
}
#linkBox2 {
   position: relative;
   left:755px;
}




.detail h2 {
   color:#EB8C00;
}
.detail h3 {
   color:#EB8C00;
}

.detail p {
   width: 460px;
   padding-bottom:20px;
}

.detail div.column {
   width:220px;
   margin-right:8px;
   float:left;
}
.detail div.column p {
   width: auto;
}
.detail .headline {
   padding-bottom: 10px;
   border-bottom: 1px solid #EB8C00;
   margin-bottom: 20px;
}


/*
*******************************
Styles Startseite
*******************************
*/

.startBox {
   width:225px;
   height:150px;
   margin-right:8px;
   margin-bottom:16px;
   /* float:left; */
}

.startBoxActive {
   background-color: #FFEBCF;
}

.startBox .headline {
   border-bottom: 1px solid #EB8C00;
   margin-bottom: 4px;
   cursor: pointer;
}

.startBox a.link {
   display: block;
   padding:0;
   margin:0;
   background:url('../_images/icn_link.gif') 0px 2px no-repeat;
   padding-left:18px;
   line-height: 14px;
   text-decoration:none;
}

.startBox a.link:hover {
   color:#EB8C00;
   text-decoration:none;
}

.startBox li {
   display: block;
   line-height: 12px;
   padding:0;
   margin-bottom:4px;
}




/* 
**************************************
Meta-Navigation
**************************************
*/

#metaNav {
   position:relative;
   top:0;
   padding-left:10px;
   left:735px;
   height:20px;
   font-size: 11px;
   width:200px;
   text-align:right;
   background-color: #FFFFFF;
   padding-right:10px;
}


#metaNav li {
   display: block;
   float: left;
   margin-right: 10px;
}
#metaNav a {
   font-size: 10px;
   color: #003988;
   text-decoration: none;
}
#metaNav a:hover {
   color: #EC8D00;
   text-decoration: underline;
}
#metaNav a.active {
   color: #EC8D00;
   font-weight: bold;
}



/* 
**************************************
Multi-Site-Navigation
**************************************
*/

.siteNav {
   height: 21px;
   padding-left:4px;
   color: #FFFFFF;
   background-color:#CCCCCC;
   border-bottom: #FFFFFF solid 1px;
}
.siteNav a {
   font-size:10px;
   color: #FFFFFF;
   text-decoration: none;
}
.siteNav a:hover {
   text-decoration: underline;
}

.siteNav a.active {
   font-size:10px;
   font-weight:bold;
   color: #000000;
   text-decoration: none;
}
.siteNav a.active:hover {
   text-decoration: underline;
}


/* 
*********************************
Footer
*********************************
*/

#footer {
   padding-left:200px;
   padding-top:20px;
   font-size:11px;
   color:#4F4940;
   margin-bottom:24px;
   border-top: 3px solid #007CC3;
}
#footer a {
   color:#4F4940;
   font-size:11px;
   text-decoration:underline;
}



/* 
*******************************
Styles Elemente
*******************************
*/

/* CSS-Button */
.button {
   text-align:right;
   margin-right:0px;
}
.button a {
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color:#666666;
   text-align: right;
   border: 0px solid #666666;
   padding-top:3px;
   padding-bottom:3px;
   padding-right:5px;
   padding-left:3px;
}
.button a:hover {
   color:#666666;
   text-decoration: underline;
}
/* ENDE CSS-Button */





