

/*********************************************************
*
* css
*
* Domain: www.bachfest.info
* Autor:  Werner Näf	
* Firma:  kircom.ch / kirchenweb.ch / kirchgemeinde.ch
* 
* Datum:   03.04.09
*********************************************************/ 



/*********************************************************
* Reset Styles 
* by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*********************************************************/ 

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 {
	/* wn   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: "" "";
}
/* ergänzt Werner Näf "/
a {text-decoration: none;}




/*********************************************************
* html, body 
*********************************************************/ 

body {
background-color: #767C80;
background-image: url(bilder/seitenhintergrund.gif);
background-position: center;
background-repeat: repeat-y;
}



/*********************************************************
* IDs 
*********************************************************/ 

/* Testbereich */
xdiv {
border: 1px solid red !important;
}

/* End Testbereich */


#zentriertAlles {
text-align: center;
margin: 0px auto;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica;
font-size: 12px;
}

#ganzerInhalt {
margin: 0px auto;
width: 805px;
height: 800px; /* temp */
}

#seitenKopfLink {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 257px;
}

#navigation {
float: left;
padding-top: 14px;
width: 217px;
text-align: left;
}

#seitenLogo {
float: left;
padding-left: 15px;
}

#logo {
padding-left: 75px;
}

#navigationInhalt {
padding: 145px 0px 0px 75px;
}

#inhalt {
padding: 0px 40px 60px 257px;
text-align: left;
font-family: Arial, Helvetica;
font-size: 12px;
line-height: 220%;
}





/*********************************************************
* Klassen
*********************************************************/ 


div.navigationLink, div.navigationLinkActiv {
background: transparent;
color: #909DB7;
font-family: "Lucida Sans", "Lucida Sans Unicode", Helvetica, "Lucida Grande", Arial, sans-serif;
font-size: 11px;
line-height: 170%;
}

div.navigationLink a, div.navigationLinkActiv a {
margin: 0px;
padding: 2px 5px 2px 0px;
display: block;
width: 165px;
color: #909DB7;
text-decoration: none;
}

div.navigationLink a:hover, div.navigationLinkActiv a:hover {
color: #D9DBDE;
display: block;
}

#inhalt h1 {
color: #282A43;
font-size: 16px;
padding: 15px 0px 7.5px 0px;
font-weight: normal;
letter-spacing: 1px;
}

#inhalt h2 {
color: #282A43;
font-size: 14px;
padding: 7.5px 0px;
font-weight: normal;
letter-spacing: 1px;
}

#inhalt h3 {
color: #282A43;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
}

#inhalt p {
padding: 15px 0px;
color: #565C60;
}

#inhalt td {
color: #565C60;
}

#inhalt li {
color: #565C60;
}

#inhalt ul {
padding-left: 15px;
list-style: circle;
}

#inhalt a {
color: #282A43;
text-decoration: none;
}

#inhalt a:hover {
color: #767C80;
}
