/*	Stylesheet for "pfarre linz - st. peter"
	Authors: Sebastian Michelic and Peter Scholl 
	-------------------------------------------------------------------------------
	This stylesheet uses parts of the work from
	- Christopher Robinson
	-------------------------------------------------------------------------------
*/
body {
	margin:0 auto;
	padding:0;
	font-size:small;
	font-family: sans-serif;
	background:#f4f4f4;
	color:#eee;
}

#wrap {
	background:#ffffff;
	color:#404040;
	margin:0 auto;
	width:780px;
	border: 2px solid #999;
	margin-top:10px;
	margin-bottom:10px;
}
*{
	border:0;
	margin:0;
	padding:0;
	font-family: sans-serif
}

/* general */
a {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* header */
#header {
	height:169px;
	margin:0 auto;
	position:relative;
	width:780px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:30px;
	font-weight:500;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:10px;
	left: 10px;
}
#header a{
	text-decoration:none;
	color:#666;
}
#header p{
	width:780px;
	line-height:169px;
}


#mainmenu {
	height: 28px;
	border-bottom: 1px solid #cdcdcd;
	background: url(img/men.gif) repeat-x;
	overflow: hidden;
}

#mainmenu a {
	display: block;
	float: left;
	height: 28px;
	padding: 0px 8px 0px 8px;
	line-height: 28px;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #cdcdcd;
}

#mainmenu a:hover {
	background: url(img/mena.gif) repeat-x;
	color: #333;
	text-decoration: underline;
}

#mainmenu a.active {
	background: url(img/mena.gif) repeat-x;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

#submenu {
	height: 22px;
	overflow: hidden;
	padding-left:10px;
}
#submenu a {
	display: block;
	float: left;
	height: 20px;
	line-height: 22px;
	padding: 0px 9px 0px 5px;
	color: #555;
	text-decoration: none;
	font-size: 12px;
	background: url(img/submen.gif) no-repeat;
	background-position: center left;
}
#submenu a:hover {
	background: url(img/submena.gif) no-repeat;
	background-position: center left;
	color: #333;
	text-decoration: underline;
}
#submenu a.active {
	background: url(img/submena.gif) no-repeat;
	background-position: center left;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

#submenu2 {
	min-height: 42px;
	max-height: 60px;
	overflow: auto;
	padding-left:10px;
}
#submenu2 a {
	display: block;
	float: left;
	height: 20px;
	line-height: 22px;
	padding: 0px 9px 0px 5px;
	color: #555;
	text-decoration: none;
	font-size: 12px;
	background: url(img/submen.gif) no-repeat;
	background-position: center left;
}
#submenu2 a:hover {
	background: url(img/submena.gif) no-repeat;
	background-position: center left;
	color: #333;
	text-decoration: underline;
}
#submenu2 a.active {
	background: url(img/submena.gif) no-repeat;
	background-position: center left;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:780px;
	border-top: 1px solid #cdcdcd;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* mainsidebar */
#mainsidebar {
	float:right;
	width:210px;
	border-right: 2px solid #7534aa;
	margin-top:50px;
	line-height:130%;
}
#mainsidebar div{
	background:#f1f1f1;
}
#mainsidebar h1 {
	color:#7534aa;
	font-size:large;
	font-weight:400;
	padding:10px 10px;
}
#mainsidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#mainsidebar p {
	color:#555;
	display:block;
	font-size:small;
	margin:5px 0;
	padding:5px;}

#mainsidebar p.link {
	color:#555;
	display:block;
	font-size:x-small;

	margin:5px 0;
	padding:5px;
}
#mainsidebar p a.more {
	display:block;
	text-align:right;
}
#mainsidebar div.sorgentruhe{

	background:#b484da;
	margin-bottom:5px;
}
#mainsidebar h1.sorgentruhe{
	color:#fff;
	font-size:large;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#mainsidebar div.parte{
	border: 2px solid #000;
	margin-bottom:5px;
}
#mainsidebar h1.parte {
	color:#fff;
	background:#000;
	font-size:large;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

#mainsidebar div.priority{
	border-right: 2px solid #ff0000;
	margin-bottom:5px;
}
#mainsidebar h1.priority {
	color:#ff0000;
	font-size:large;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
	}
#mainsidebar div.kids{
	border: 2px solid #ffeb00;
	margin-bottom:5px;
}
#mainsidebar h1.kids {
	color:#339900;
	background:#ffeb00;
	font-size:large;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#mainsidebar span.supersmall {
	color:#000000;
	font-size:xx-small;
	line-height:6px;
	padding: 0px;
}

#mainsidebar div.schoepfung{
	background-image: url(img/schoepfung.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainsidebar div.postfuchs{
	background-image: url(img/postfuchs_k.png);
	background-repeat:no-repeat;
	background-position:right;
}
/* Main */
#mainmain {
	float:left;
	width:520px;
	margin: 10px; 
}
#mainmain h1 {
	color:#7534aa;
	font-size:x-large;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#mainmain h2 {
	color:#444;
	font-size:medium;
	font-weight:500;
	line-height:25px;
	padding:0 15px;
}
#mainmain p {
	color:#555;
	padding:5px 30px;
}

p.mainmainsmall {
	font-size:xx-small;
	color:#123432;
	}

#main {
	width:740px;
	margin: 10px;
	padding:0 10px 15px 10px;
}
#main h1 {
	color:#7534aa;
	font-size:x-large;
	font-weight:400;
	line-height:30px;
}
#main h2 {
	color:#444;
	font-size:large;
	font-weight:200;
	line-height:25px;
	padding:5px 0px 0px 20px;
}
#main h3 {
	color:#7534aa;
	font-size:small;
	font-weight:400;
	padding:10px 0px 0px 20px;
}
#main ul {
	padding:0 0 0 40px;
}
#main li {
	padding:3px 0 3px 0;
}
#main p {
	color:#555;
	padding:5px 20px 0px 20px;
}
#main div {
	color:#555;
	padding:5px 20px 0px 20px;
}
#main table{
	color:#555;
	padding:5px 20px 0px 20px;
}



/* footer */
#footer {
	width:780px;
}
#footer p {
	border-top:1px solid #999;
	color:#555;
	font-size:x-small;
	padding:5px;
	text-align:center;
	vertical-align:top;
	margin:10px 0 0 0;
	line-height:160%;
}

p.song{
	font-style:oblique;
}

div.calentry{
	margin-top:5px;
}
div.subcalentry{
	margin-left:10px;
}
div.wdpentry{
	margin-top:5px;
}
div.wdpsign{
	margin-top:10px;
}
div.gedicht{
	border:1px solid #999;
	margin:10px;
	padding-right:20px;
}
span.pgrhighlight{
	font-size:xx-large;
	color:#7534aa;
	font-weight:bold;
}


#person_right{
	float: right;
	width: 200px;
}
#person_left{
	float:left;
	width: 460px;
}
#contact{
	font-weight: bold;
	margin:10px 0 0 0;
}
#pgrmember p{
	padding:5px 0 5px 0;
}
#comment{
	font-size:xx-small;
}
#gallery{
	text-align:center;
	margin:10px;
}
#gallery_image{
	border:1px solid #999;
	text-align:center;
	margin:10px 50px 10px 30px;
}
.totalgallery{
	text-align:center;
	border:1px solid #999;
	width:660px;
}

#presentdescription{
	width:380px;
/*	border-bottom: 1px solid #999;*/
}
#presentpreview{
        width:150px;
	font-size:x-small
}
#presentamount{
        width:150px;

/*	font-size:x-small*/
}
div.presenttablewrap{
	width:680px; 
	border: 1px solid #999;
}

.past{
	color:#bbb;
}

#gebetsaktion{
  padding: 2px 5px;
  margin: 0px;
  border: 1px solid #FFF;
  background:#f4f4f4;
}
#gebetsaktion_inv{
  padding: 2px 5px;
  margin: 0px;
  border: 1px solid #FFF;
  background:#f9f9f9;
}
#gebetsaktion_tagesgebet{
  padding: 2px 5px;
  margin: 0px;
  border: 1px solid #FFF;
  background:#f9f9f9;
  font-size:x-small;
  line-height:150%;
}
#gebetsaktion_field{
 width:400px;
  padding: 2px 5px;
  margin: 0px;
  border: 1px solid #FFF;
  background:#F4F4F4;
}
input.gebetsaktion_field{
  width: 300px;
  background:#FFF;
}
#gebetsaktion_textarea{
 width:400px;
  padding: 2px 5px;
  margin: 0px;
  border: 1px solid #FFF;
  background:#F4F4F4;
}
textarea.gebetsaktion_textarea{
  width: 100%;
  background:#FFF;
}

