﻿/*  Stylesheet für kirche-bosau.de */

* { padding: 0; margin: 0; }

html {
	height: 101%;

}
body {
	color: black;
	background-color: #EBEBEB;
	background-image:url(../images/site_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
}
#seite {
	color: black;
	background-color: #E7E7E9;
	width: 800px; /*  padding: 15px? org 20px; */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 1%;
	border-right-color: rgb(151,151,151);
	border-left-color: rgb(151,151,151);
	border-bottom-color: rgb(151,151,151);
	border-bottom-style: double;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
}
#top {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
  	
#navibereich { 
  background-image:url(bg_verlauf.gif); background-position: top left; background-repeat: no-repeat
  padding-top: 0px ;
  padding-right: 0px; 
  padding-bottom: 0px;
  padding-left: 0px; 
} 

#header {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
}

#textbereich {
  padding-top: 10px;
  padding-right: 7px;
  padding-bottom: 1px;
  padding-left: 7px;
}

#textbereich_programme {
	margin-right: 260px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	
}

#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	padding: 5px 7px 5px 7px;
	margin-top: 10px;
}
	#footer ul {
	    margin-bottom: 0; /* keinen unteren Rand */ 
	  }
    #footer li {
      display: inline;
      list-style-type: none;
      margin: 0 5px 0 0;
    }
    #footer a { color: black; }
    #footer a:active { background-color: white;
}
h1 {
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 121%;
	color: #525252;
	border-bottom-color: rgb(151,151,151);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: rgb(151,151,151);
	border-left-style: solid;
	border-left-width: 20px;
} 
h2 { font-size: 110%; margin-bottom: 1em;}

address {
  text-align: center;
  font-size: 80%; 
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}
a {
	text-decoration: none;
	outline: none;
	
}

a:link { color: rgb(247,151,12);}
a:visited { color: #cc6666; }
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { color: white; background-color: rgb(61,134,57); }

ul {
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ;
  margin-left: 0; 
}

p {
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ;
  margin-left: 0; 
}
ul { 
  margin: 0;
}
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 1em; 
}

.bildlinks {
	    float:left; 
	    padding: 0px; 
	    margin-right: 10px; 
	    margin-bottom: 10px; 
	  }

.bildrechts {
	    float:right; 
	    padding: 0px; 
	    margin-bottom: 10px;
	    margin-left: 10px; 
}

.bildmitte {
	    margin-bottom: 15px;
	    margin-top: 15px; 
}

.clear { clear: both; border: solid 1px white; }