/**
* kirche im container
*
* this css defines the look an feel of this page
* @package		kic
* @module		main.css
* @modulegroup	additions
* @author		mic <mic@mic-ha.de>
* @version		1.0
* @since		2005/09/04
* @copyright	mic
*
* @history		2005/09/04:	mic - initial release
*				2008/01/30: mic - additional corrections
*
*/

body {
	margin: 0px;
	background-color: white;
	text-align: center;
}

#headline {
	background-image: url("../images/basics/wittenau_header.gif");
	background-repeat: no-repeat;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 180px;
}

#copytext {
	display: block;
	/*background-image: url("../images/basics/content_back.gif");*/
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFF8d3;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	border-right: 10px solid #1b3895;
	text-align:  left;
	height: 500px;
	height: auto;
	min-height: 500px;

	/* Fix IE. Hide from IE Mac \*/
    * width: 850px;
	/* End */
}

/* fix for ie7 */

*+html #copytext{
	width:  695px;
}

#innercopytext {
	text-align: left;
	position: relative;
	width: 800px;
	height: 100%;
	padding-bottom: 80px;
	z-index: 2;
	float:  left;
}

#mainmenu {
	float: left;
	display: block;
	position: relative;
	background-color: #1ac035;
	width: 200px;
	margin-right: 20px;
	z-index: 20;
	
	/* Fix IE. Hide from IE Mac \*/
	* padding-top: 10px;
    * position: absolute;
    * z-index: 3;
	/* End */
	
	
}

#logo {
	background-image: url("../images/basics/kreuz_flamme.gif");
	background-repeat: no-repeat;
	width: 200px;
	border-top: 10px solid #1b3895;
	background-color: #FFF8d3;
	height: 110px;
	z-index: 1;
}

#homepicgallery {
	padding-top: 20px;
	position: relative;
	padding-left: 220px;
	width: 584px;
	height: 250px;

	/* Fix IE. Hide from IE Mac \*/
	* padding-left: 0;
	* width: 800px;
	/* End */

}

#news {
	position: absolute;
	top: 20px;
	padding: 4px;
	left: 690px;
	z-index: 999;
	height: 246px;
	width: 180px;
	background-color: #1aca35;
	border: 1px solid gray;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	color: white;
	text-align: center;
}

#news h2 {
	border: 0;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 12px;
}

.abstract {
	text-align: left;
	width: 180px;
	margin-bottom: 8px;
}

.abstract h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.abstract a {
	font-size: 11px;
	text-decoration: underline !important;
	font-weight: bold;
	color: white !important;
}

.abstract a:hover {
	text-decoration: none;
	color: white;
}

.abstract p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul.download {
	padding-left: 20px;
	line-height: 20px;
	list-style-type: square;
}

ul.download li {
	margin-bottom: 4px;
}

ul.download li a {
	font-size: 12px;;
}

#homepicgallery ul, #homepicgallery li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	padding-left: 50px;
	
	/* Fix ID Hiem from IE Mac \*/
	* padding-left: 150px;
	/* End */
}

#homepic {
	left: 0;
	top: 0;
}

#footer {
 	background-image: url("../images/basics/bottom_right.gif");
 	background-repeat: no-repeat;
	background-position: center right;
    width: 870px;
    height: 30px;
    margin-top: -30px;
    text-align: right;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
}

.footertext {
	display: inline;
	margin-right: 30px;
}

/**
* some classes
*/

*, p {
	font-family:  Tahoma, Frutiger, Times, serif; 
	font-size: 11px;
}

h1 {
	padding-top: 30px;
	margin: 0px;
	font-size: 18px;
	color: black;
}

a {
	font-size: 14px;
	color: #1b3895;
	text-decoration: none;
}

.maincontent a {
	font-size: 11px;
}

a:hover {
	color: #1b3895;
	text-decoration: underline;
}

a:visited {
	color: #1b3895;
	text-decoration: none;
}

#menu1 {
    list-style-position: outside;
    list-style-image: url("../images/basics/bullet_point.gif");
    margin-left: 0px;
    padding-left: 18px;
    text-align: left;
    
    /* Fix IE. Hide from IE Mac \*/
    * margin-left: -4px;
	* padding-left: 18px;
	/* End */
}

#menu1 li {
    padding-bottom: 8px;
}

#menu2, #menu3 {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-left: 0px;
    padding-left: 15px;
    padding-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    
    /* Fix IE. Hide from IE Mac \*/
    * list-style-position: outside;
	* margin-left: 8px;
	/* End */
}

#menu2 li,#menu3 li {
    padding-bottom: 4px;
    }

.maincontent {
	padding-left: 220px;
	width: 585px;
	
	/* Fix IE. Hide from IE Mac \*/
    * width: 814px;
	/* End */
}

*+html .maincontent {
	width:  465px;	
}

}
.h400 {
    height: 400px;
}

.clear {
	clear: both;
}

.fotoserie {
    margin-top: 10px;
}

.newsline {
	margin-top: 10px;
	padding: 0px;
	border-collapse: collapse;
}

td.news1 {
	width: 420px;
	padding-left: 2px;
}

td.news2 {
	width: 210px;
	padding-left: 2px;
}

td.news3 {
	width: 140px;
	padding-left: 2px;
}

/* Classes */

.author {
    font-size: 10px;
    color: gray;
}

#centerseries {
    display: block;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #9BB1D6;
    border-right: 1px solid #9BB1D6;
    width: 648px;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e1e1e1;
    
    /* Fix IE. Hide from IE Mac \*/
    * margin-top: 0px;
    * width: 650px;
	/* End */
}

#centertext {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #9BB1D6;
    border-right: 1px solid #9BB1D6;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 648px;
    
     /* Fix IE. Hide from IE Mac \*/
    * width: 650px;
	/* End */
}

.arrow {
    border: 0px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

img.IMGpicturerightfloat {
	margin-top: 14px;
	margin-bottom: 4px;
	border: 0px;
	
    /* Fix IE. Hide from IE Mac \*/
	* margin-top: 4px;
	/* End */}

.IMGTextrightfloat {
    font-size: 10px;
    color: gray;
}

.IMGTextcenter {
    font-size: 10px;
    color: gray;
}

img.IMGpictureleftfloat {
	margin-top: 14px;
	margin-bottom: 4px;
	border: 0px;
    
    /* Fix IE. Hide from IE Mac \*/
	* margin-top: 4px;
	/* End */

}

.IMGTextleftfloat {
    font-size: 10px;
    color: gray;
}

img.IMGpicturetop {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
}

img.IMGpicturebottom {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
}

/**
* Image classes
*/

.IMGandacht {
    border: 0px;
    width: 160px;
    clear: both;
    margin-top: 10px;
}

.top {
    vertical-align: top;
}
   
.right {
    float: right;
    font-size: 10px;
    padding-left: 10px;
    text-align: center;
}

.rightfloat {
    float: right;
    padding-left: 10px;
    width: 160px;
}


.leftfloat {
    float: left;
    padding-right: 10px;
    /*width: 160px;*/
}

.center {
    text-align: center;
}

/* calendar */
.specialday {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #cdcbc9;
}
.w45 {
    width: 45px;
}

.w180 {
    width: 180px;
}

.w140 {
    width: 140px;
}

.size20 {
	font-size: 20px;
}
.table525 {
    width: 490px;
    border: 1px dotted #cdcbc9;
    border-collapse: collapse;
}

td.specialday {
    vertical-align: top;
    font-weight: bold;
}

td.specialday .nobold {
    font-weight: normal;
}

td.nospecialday {
    vertical-align: top;
}

td .italic {
    font-size: inherit;
    font-style: italic;
    font-weight: normal;
}

