/* GLOBAL */
body, html
  {
    height: 100%;
    font-family: 'Arial', sans-serif;
  }
body
  {
    color: #525052;
    font-size: 12px;
	line-height: 16px;
    overflow-y: scroll;
  }
a
  {
    color: #06A9F4;
    text-decoration: none;
  }
a:hover
  {
    text-decoration: none;
  }
h1
  {
	color: #06A9F4;
    margin-bottom: 16px;
    line-height: 22px;
	font-size: 16px;
    font-weight: bold;
  }
h2
  {
    margin-bottom: 10px;
	font-weight: bold;
  }
h3
  {
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-bottom: 4px;
  }
h4
  {
    font-weight: bold;
	font-size: 11px;
  }
 h5
 {
	font-size: 10px;
	padding-top: 4px;
	margin-top: 10px;
	border-top: dotted #06A9F4 1px;
 }
 h5:first-child
 {
	border-top: none;
	margin-top: 0px;
 }
p
  {
	margin-bottom: 8px;
  }


  
  
  
  
/* LAYOUT HELPERS */
.container
{
  width: 880px;
  margin: 0 auto;
  clear: both;
}
.clear
  {
    clear: both;
  }



/* HEADER */

#header
  {
	margin-top: 30px;
    width: 100%;
    overflow: hidden;
	position: relative;
  }

#header img
  {
    display: block;
	position: relative;
  }

#header #header_logo
  {
    float: left;
    margin-bottom: 15px;
  }
#header #header_adresse
  {
    float: left;
	overflow: hidden;
	position: absolute;
	bottom: 105px;
	left: 650px;
  }
#header #header_adresse a
  {
	font-weight: bold;
  }
#header #header_adresse p
  {
	line-height: 13px;
	margin-bottom: 0;
  }
#header #header_image
  {
	clear: both;
  }
  
  
  
/* MAINMENU */

#mainmenu
  {
    overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
    padding-left: 4px;
    background: #06A9F4;
  }
  
  
#mainmenu li
  {
    float: left;
    margin-right: 32px;
    line-height: 30px;
  }
#mainmenu li:last-child
  {
    margin-right: 0;
  }
#mainmenu li:hover
  {
  }
  
  
#mainmenu a
  {
	letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
  }
  
  
#mainmenu .active a
  {
    color: #013B94;
  }
  
#mainmenu .current:before
  {
    /* content:"\203A  "; */
  }
 

  
/* SECOND MENU */

#second_menu
  {
	position: relative;
    overflow: hidden;
  }
#second_menu .moduletable
{
	width: 176px;
	float: left;
	margin-right: 10px;
} 
#second_menu .moduletable
{
	position: relative;
	float: left;
	width: 166px;
	margin-right: 10px;
}  
#second_menu .moduletable:first-child
{
	width: 176px;
} 
#second_menu .moduletable:last-child
{
	margin-right: 0;
} 
#second_menu h3
  {
    line-height: 26px;
    border-top: solid #5F5F5F 1px;
    border-bottom: solid #5F5F5F 1px;
  } 
#second_menu ul
  {
	margin-top: 15px;
  } 
#second_menu li:last-child
  {
    margin-right: 0;
  }
#second_menu li:hover
  {
  }
  
  
#second_menu a
  {
    color: #525051;
    text-decoration: none;
  }
  
  
#second_menu a:hover
  {
    color: #06A9F4;
  } 
#second_menu .active a
  {
    color: #06A9F4;
  }
  
#second_menu .current:before
  {
    /* content:"\203A  "; */
  }
  
 


  
/* CONTENT */
#content
	{
		background: #fff;
		overflow: hidden;
		padding-top: 25px;
    }

/* SIDEBAR BORDER */
#sidebar_border
	{
		float: left;
		width: 176px;
		margin-right: 10px;
		border-top: solid #06A9F4 1px; 
	}
	
/* PAGE BORDER */
#page_border
	{
		float: left;
		width: 694px;
		border-top: solid #06A9F4 1px; 
	}
	
/* SIDEBAR */

.sidebar
	{
		padding-top: 20px;
		margin-right: 10px;
		overflow: hidden;
	}
.sidebar .menu_wide
	{
		margin-right: 50px;
		overflow: hidden;
		width: 311px;
	}
.sidebar .menu_wide li
	{
		padding: 2px 0;
		border-top: 1px solid #DBD6D8;
	}
.sidebar .menu_wide li:last-child
	{
		border-bottom: 1px solid #DBD6D8;
	}
.sidebar .menu_wide a:hover
	{
		color: #525051;
	}
.sidebar .menu_wide .active a
	{
		font-weight: bold;
	}
.sidebar h3
	{
		color: #06A9F4;
		font-weight: normal;
		text-transform: none;
		letter-spacing: 0;
	}
.sidebar h3:before
	{
		content: url(http://pfarramt-wirtschaft.ch/templates/pfarramt-wirtschaft/images/pfeil_nach_rechts.gif);
		padding-right: 6px;
	}


/* PAGE */

.page
  {
    overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 25px;
  }
.page p
{
  padding-right: 100px;
}
.page ul
  {
    margin-bottom: 21px;
    margin-left: 18px;
    list-style-type: disc;
  }
.page ul
  {
    margin-bottom: 21px;
    margin-left: 18px;
	padding-right: 60px;
    list-style-type: disc;
  }
.page strong
 {
	font-weight: bold;
 }
.page em
  {
    font-style: italic;
  }
.page a
{
  color: #06A9F4;
}
.page .download-link
{
	margin-top: 10px;
}
.page .download-link a
{
	color: #06A9F4;
}
.page h2
{
  color: #06A9F4;
  margin-top: 18px;
  margin-bottom: 12px;
}
.page h2:before
{
  content: url(http://pfarramt-wirtschaft.ch/templates/pfarramt-wirtschaft/images/pfeil_nach_rechts.gif);
  position: absolute;
  margin-top: -18px;
}



.page .linke-spalte
	{
		width: 176px;
		padding-right: 10px;
	}
.page .linke-spalte p
	{
		padding-right: 20px;
	}
.page .linke-spalte img
	{
		margin-left: 10px;
	}
.page .mittlere-spalte
	{
		width: 176px;
		margin-bottom: 20px;
	}
.page .mittlere-spalte p
	{
		padding-right: 0;
	}
.page .rechte-spalte
	{
		width: 120px;
	}

	
.page .blaue-spalte
	{
		width: 176px;
		padding-right: 20px;
	}
.page .blaue-spalte p
	{
		padding-right: 20px;
	}
.page .blaue-spalte img
	{
		margin-left: 10px;
		margin-bottom: 20px;
	}
.page .breite-blaue-spalte
	{
		width: 360px;
	}
.page .bild-spalte
	{
		width: 176px;
	}
.page .bild-spalte p
	{
		padding-right: 0;
	}
	
	

td
{
	
	vertical-align: top;
}




	
.pagenav-prev
  {
    float: left;
  }
.pagenav-next
  {
    float: right;
  }

/* FOOTER */

#footer
  {
    width: 100%;
	position: relative;
	padding-bottom: 80px;
  }

#footer .footer_left
	{
		position: absolute;
		left: 0;
		width: 176px;
	}
#footer .footer_center
	{
		position: absolute;
		left: 186px;
		width: 176px;
	}
#footer .footer_right
	{
		position: absolute;
		left: 362px;
		width: 512px;
		overflow: hidden;
	}

#footer h5
	{
		padding-top: 20px;
		border-top: dotted #06A9F4 1px;
		font-weight: bold;
	}
#footer h5:first-child
	{
		border-top: none;
	}
#footer ul
	{
		list-style-type: disc;
	}
#footer table
	{
		float: right;
		text-align: left;
	}
 #footer img
  {
    display: block;
  } 
  
  #footer strong
  {
	font-weight: bold;
  }
  #footer em
  {
	font-style: italic;
  }
  
/* FOOTER LOGO */

#footer_logo
  {
    display: block;
  }
 
 
/* TEAM POPUP */
table.row4 p
{
	width: 517px;
	overflow: hidden;
} 



.tabellen_layout_startseite img
	{
		padding-right: 20px;
	}
.tabellen_layout_team p
	{
		padding-right: 70px;
	}
.tabellen_layout_traegerschaft p
	{
		padding-right: 20px;
	}